This commit is contained in:
2023-04-25 19:24:54 +08:00
parent 5e5fd2d1c7
commit c806f0eb74
2 changed files with 2 additions and 10 deletions
+2 -4
View File
@@ -59,10 +59,8 @@ class PatientDoctorService extends BaseService
$doctor_params['status'] = 1; // 状态(0:禁用 1:正常 2:删除)
$doctor_params["iden_auth_status"] = 1;// 身份认证状态(0:未认证 1:认证通过 2:审核中 3:认证失败)
$doctor_params["is_online"] = 1;// 是否在线(0:不在线 1:在线
$doctor_params["is_img_expert_reception"] = 1;// 是否参加专家图文接诊(0:否 1:是)
$doctor_params["multi_point_status"] = 1;// 医生多点执业认证状态(0:未认证 1:认证通过 2:审核中 3:认证失败)
$doctor_params["is_bind_bank"] = 1;// 是否已绑定结算银行卡(0:否 1:
if (!empty($is_search_welfare_reception)){
$doctor_params["is_img_welfare_reception"] = $is_search_welfare_reception;// 是否参加公益图文问诊(0:否 1:是)