From 5044b4a9fa808ff3d71acca5eeac5276c19f9bec Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Thu, 25 Apr 2024 14:58:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=BB=E7=94=9F=E9=97=AE?= =?UTF-8?q?=E8=AF=8A=E9=85=8D=E7=BD=AE=E5=BC=80=E5=85=B31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorInquiryService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/DoctorInquiryService.php b/app/Services/DoctorInquiryService.php index a59c908..6cd1acb 100644 --- a/app/Services/DoctorInquiryService.php +++ b/app/Services/DoctorInquiryService.php @@ -452,6 +452,7 @@ class DoctorInquiryService extends BaseService $params = array(); $params['health_package_id'] = $doctor_config_health_package['health_package_id']; + $data = array(); $data['service_price'] = $service_price; DoctorConfigHealthPackage::edit($params,$data); }