diff --git a/app/Services/PatientDoctorService.php b/app/Services/PatientDoctorService.php index a101078..0a6cc24 100644 --- a/app/Services/PatientDoctorService.php +++ b/app/Services/PatientDoctorService.php @@ -187,9 +187,9 @@ class PatientDoctorService extends BaseService $doctor_params["is_bind_bank"] = 1;// 是否已绑定结算银行卡(0:否 1:是) // 问诊类型 - $inquiry_type = [1,3]; + $inquiry_type = [1,3,4]; if (!empty($is_search_welfare_reception)){ - $inquiry_type = [3]; + $inquiry_type = [3,4]; } $fields = [