diff --git a/app/Services/PatientDoctorService.php b/app/Services/PatientDoctorService.php index 71b1026..cda5ba2 100644 --- a/app/Services/PatientDoctorService.php +++ b/app/Services/PatientDoctorService.php @@ -75,23 +75,6 @@ class PatientDoctorService extends BaseService $doctor_params["iden_auth_status"] = 1;// 身份认证状态(0:未认证 1:认证通过 2:审核中 3:认证失败) $doctor_params["is_bind_bank"] = 1;// 是否已绑定结算银行卡(0:否 1:是) - $user_info = $this->request->getAttribute("userInfo") ?? []; - $params = array(); - $params['user_id'] = $user_info['user_id']; - $user = User::getOne($params); - if (!empty($user)){ - if ($user["mobile"] == "15026619021"){ - $doctor_params["multi_point_status"] = 1; - } - - $app_env = config('app_env','dev'); - if ($app_env == 'dev'){ - if ($user["mobile"] == "18012345001"){ - $doctor_params["multi_point_status"] = 1; - } - } - } - $fields = [ "user_doctor.doctor_id", "user_id",