1
This commit is contained in:
parent
5e5fd2d1c7
commit
c806f0eb74
@ -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:是)
|
||||
|
||||
@ -1750,12 +1750,6 @@ class UserDoctorService extends BaseService
|
||||
}
|
||||
}
|
||||
|
||||
if ($is_multi_point) {
|
||||
if ($user_doctor['multi_point_status'] != 1) {
|
||||
return "请先完成多点执业认证";
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user