From 9cad016a59c9e0ca4c7b6a70eb803c092075b1b2 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 11 Oct 2023 15:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E8=AF=8A=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/PatientDoctorService.php | 2 ++ 1 file changed, 2 insertions(+) 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);