From 63a22e1b6639a9641abacf7a875dde051c178b6a Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Fri, 12 Apr 2024 17:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E7=94=9F=E9=97=AE=E8=AF=8A=E5=BC=80?= =?UTF-8?q?=E5=85=B3=E5=A2=9E=E5=8A=A0=E5=95=86=E5=93=81=E6=80=BB=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorInquiryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/DoctorInquiryService.php b/app/Services/DoctorInquiryService.php index 0073566..ef9523a 100644 --- a/app/Services/DoctorInquiryService.php +++ b/app/Services/DoctorInquiryService.php @@ -392,7 +392,7 @@ class DoctorInquiryService extends BaseService } // 价格计算(专家图文问诊价格*费率+30盒35元的干爽颗粒) - $service_price = $doctor_inquiry_config['inquiry_price'] * $health_package['service_rate'] / 100 * 6 + 35 * 30; + $service_price = $doctor_inquiry_config['inquiry_price'] * $health_package['service_rate'] / 100 * 6 + $health_package['discount_product_total_amount']; // 创建医生健康包 $data = array();