From 21c403ca69fb80c0a498032a0e2bb738df9144f9 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Fri, 1 Mar 2024 14:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=8A=E4=BB=B7=E6=A0=BC=E6=AF=8F=E6=97=A5?= =?UTF-8?q?=E4=BB=85=E9=99=90=E8=B0=83=E6=95=B41=E6=AC=A1=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorInquiryService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Services/DoctorInquiryService.php b/app/Services/DoctorInquiryService.php index 8f0fd7c..24897fe 100644 --- a/app/Services/DoctorInquiryService.php +++ b/app/Services/DoctorInquiryService.php @@ -356,7 +356,9 @@ class DoctorInquiryService extends BaseService $data['inquiry_price'] = $inquiry_price; DoctorInquiryConfig::editInquiryConfig($params, $data); + } + if ($doctor_inquiry_config['inquiry_price'] != $inquiry_price) { // 记录修改记录 $data = array(); $data['doctor_id'] = $user_info['client_user_id'];