diff --git a/app/Services/PatientDoctorService.php b/app/Services/PatientDoctorService.php index fc7cb94..76cccaf 100644 --- a/app/Services/PatientDoctorService.php +++ b/app/Services/PatientDoctorService.php @@ -634,6 +634,8 @@ class PatientDoctorService extends BaseService } } + $data['doctor_inquiry_config'] = $recommend_doctor['DoctorInquiryConfig']; + $results[] = $data; unset($data);