修复就诊人健康信息默认值
This commit is contained in:
@@ -25,7 +25,7 @@ class PatientController extends BaseAppController
|
||||
$all = UserPatient::find()->with(['healthInquiry'])->where([
|
||||
'user_id' => \Yii::$app->user->identity->id,
|
||||
'is_delete' => 0
|
||||
])->orderBy('id desc')->all();
|
||||
])->orderBy('id desc')->asArray()->all();
|
||||
return $all;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user