医生登录默认诊所修复

This commit is contained in:
2024-12-21 16:58:54 +08:00
parent 7140237659
commit d631ba6ea4

View File

@@ -299,6 +299,7 @@ class LoginForm extends BaseModel
$StoreDoctor = StoreDoctor::find()->where([
'su_id' => $ServiceUser->id,
'is_online' => 1,
'is_delete' => 0,
])->one();