From f901abf53c2e687bc4bbe462797a194cd7fa7cb6 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 16 Oct 2023 13:30:57 +0800 Subject: [PATCH] 1 --- app/Services/PatientDoctorService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [