区别诊所和药店
This commit is contained in:
@@ -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('门店没有该医生');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user