From 8f03f1c63734a057076477a623671dcf1d3c0237 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 31 Aug 2023 17:03:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8E=B7=E5=8F=96=E5=A4=84?= =?UTF-8?q?=E6=96=B9=E5=88=97=E8=A1=A8=EF=BC=8C=E6=96=B0=E5=A2=9E=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=AD=97=E6=AE=B5=EF=BC=8C=E6=96=B0=E5=A2=9E=20?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=82=A3=E8=80=85=E6=9C=80=E5=90=8E=E4=B8=80?= =?UTF-8?q?=E6=9D=A1=E9=97=AE=E8=AF=8A=E8=AE=A2=E5=8D=95id=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/UserDoctorService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index ff11330..fecc36f 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -539,7 +539,7 @@ class UserDoctorService extends BaseService $data['patient_id'] = $order_inquiry_case['patient_id']; // 医生id - $data['doctor_id'] = $order_inquiry_case['doctor_id']; + $data['doctor_id'] = $order_prescription['doctor_id']; $result[] = $data; }