测试医生注册

This commit is contained in:
2024-12-12 14:10:06 +08:00
parent 7526a9a3f6
commit 87f82c6e97

View File

@@ -74,6 +74,7 @@ class DoctorCompleteOne extends BaseModel
if(!$this->validate()){
throw new Exception($this->getErrorMsg());
}
ds(123);
$su_id=\Yii::$app->user->identity->getId();
$model = DoctorInfo::find()->where([
@@ -81,7 +82,6 @@ class DoctorCompleteOne extends BaseModel
])->one();
ds($model);
$t=\Yii::$app->db->beginTransaction();
try
{