From e28a4235737846dafdc4d08f7f1e90d28f6aeec5 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Thu, 11 Sep 2025 11:35:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B4=E5=AE=A1=E7=9B=B8=E5=85=B3=E6=95=B4?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=89=8B=E6=9C=BA=E5=8F=B7?= =?UTF-8?q?=E7=9A=84=E5=85=B3=E8=81=94=E7=A1=AE=E5=AE=9A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/PatientDoctorService.php | 17 ----------------- 1 file changed, 17 deletions(-) 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",