From 7b106566ec72702d0c4d2f891a69ab9384fb94a1 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 7 May 2024 19:45:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=88=91=E7=9A=84=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E6=9C=88=E8=B4=A6=E5=8D=95=E6=98=8E=E7=BB=86=E6=95=B0?= =?UTF-8?q?=E6=8D=AE1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorAccountService.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/Services/DoctorAccountService.php b/app/Services/DoctorAccountService.php index 398e530..fd5c223 100644 --- a/app/Services/DoctorAccountService.php +++ b/app/Services/DoctorAccountService.php @@ -217,7 +217,7 @@ class DoctorAccountService extends BaseService return fail(); } - // 计算本次问诊服务包问诊金额 + // 处理入账金额 if ($result['order_type'] == 4){ $result['estimate_income'] = bcmul( (string)$order_service_package_detail['single_inquiry_price'], @@ -227,9 +227,6 @@ class DoctorAccountService extends BaseService }else{ $result['estimate_income'] = (string)$order_service_package_detail['service_price']; } - - // 处理入账金额 - $result['estimate_income'] = bcmul((string)$order_service_package_detail['service_price'],"0.75",2); } unset($result['OrderInquiry']);