修改我的医生

This commit is contained in:
2023-04-13 14:39:36 +08:00
parent a5fb1d46e7
commit 81a47d72e0
10 changed files with 291 additions and 121 deletions
+1 -1
View File
@@ -531,7 +531,7 @@ class PatientDoctorService extends BaseService
// 职称
$data['user_doctor']['doctor_title_name'] = empty($data['user_doctor']['doctor_title']) ? "" : DoctorTitleCode::getMessage($data['user_doctor']['doctor_title']);
$result['data'] = $data;
$result['data'][] = $data;
}
}