测试医生注册
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user