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; }