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'];