1
This commit is contained in:
parent
a6583fcbd4
commit
f901abf53c
@ -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 = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user