修改患者首页

This commit is contained in:
2023-05-23 13:21:41 +08:00
parent 80ce000ef7
commit 5506bf2670
3 changed files with 16 additions and 14 deletions
+1
View File
@@ -594,6 +594,7 @@ class PatientDoctorService extends BaseService
$data['doctor_title'] = empty($recommend_doctor['doctor_title']) ? "" : DoctorTitleCode::getMessage($recommend_doctor['doctor_title']);
$data['department_custom_name'] = $recommend_doctor['department_custom_name'];
$data['is_online'] = $recommend_doctor['is_online'];
$data['is_img_expert_reception'] = $recommend_doctor['is_img_expert_reception'];
$data['is_img_welfare_reception'] = $recommend_doctor['is_img_welfare_reception'];
$data['be_good_at'] = $recommend_doctor['be_good_at'];
$data['hospital_name'] = $recommend_doctor['Hospital']['hospital_name'] ?? "";