From 2da5bd0fa13af2a0565a4b3422bcaacea19b9cea Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Fri, 22 Mar 2024 17:42:23 +0800 Subject: [PATCH] 1 --- app/Services/PatientDoctorService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Services/PatientDoctorService.php b/app/Services/PatientDoctorService.php index 5603d74..50b11f4 100644 --- a/app/Services/PatientDoctorService.php +++ b/app/Services/PatientDoctorService.php @@ -89,7 +89,6 @@ class PatientDoctorService extends BaseService "avg_response_time", "number_of_fans", "be_good_at", - "doctor_inquiry_config.min_inquiry_price", ]; $user_doctors = UserDoctor::getInquiryDoctorPage($keyword,$hospital_params, $doctor_params,$doctor_expertise_params,$inquiry_type,$inquiry_mode,$is_first_online, $sort_order, $fields,$page,$per_page);