修改医生列表

This commit is contained in:
2023-10-12 13:18:51 +08:00
parent 0b9005b4c4
commit 7dd3c5cac0
2 changed files with 109 additions and 7 deletions
+2 -2
View File
@@ -187,9 +187,9 @@ class PatientDoctorService extends BaseService
$doctor_params["is_bind_bank"] = 1;// 是否已绑定结算银行卡(0:否 1:是)
// 问诊类型
$inquiry_type = 0;
$inquiry_type = [1,3];
if (!empty($is_search_welfare_reception)){
$inquiry_type = 3;
$inquiry_type = [3];
}
$fields = [