From 2d01b6cf35740bb79d9c59f9905a89b310798cbe Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 6 Mar 2023 13:50:30 +0800 Subject: [PATCH] 1 --- app/Constants/DoctorTitleCode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Constants/DoctorTitleCode.php b/app/Constants/DoctorTitleCode.php index 83d0c9e..87f86f1 100644 --- a/app/Constants/DoctorTitleCode.php +++ b/app/Constants/DoctorTitleCode.php @@ -26,10 +26,10 @@ class DoctorTitleCode extends AbstractConstants /** * @Message("副主任医师") */ - const DEPUTY_CHIEF_PHYSICIAN = 2; + const DEPUTY_CHIEF_PHYSICIAN = 3; /** * @Message("主任医师") */ - const CHIEF_PHYSICIAN = 2; + const CHIEF_PHYSICIAN = 4; }