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);