区别诊所和药店

This commit is contained in:
2025-10-22 16:49:59 +08:00
parent 61042d905b
commit 20bc133c70

View File

@@ -62,7 +62,7 @@ class RegisterForm extends BaseModel
'su_id'=>$this->service_user_id
])->one();
if (!$StoreDoctor) {
if ($this->service_user_id !== 39) {
if ($this->service_user_id != 39) {
throw new Exception('门店没有该医生');
}
}