医生登录默认诊所修复
This commit is contained in:
@@ -299,6 +299,7 @@ class LoginForm extends BaseModel
|
||||
|
||||
$StoreDoctor = StoreDoctor::find()->where([
|
||||
'su_id' => $ServiceUser->id,
|
||||
'is_online' => 1,
|
||||
'is_delete' => 0,
|
||||
])->one();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user