From cba00aae41be0d8651a85fcf94277c71a1bfe4b8 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Thu, 11 Sep 2025 09:29:28 +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=9A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/PatientDoctorService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/PatientDoctorService.php b/app/Services/PatientDoctorService.php index e9845f4..71b1026 100644 --- a/app/Services/PatientDoctorService.php +++ b/app/Services/PatientDoctorService.php @@ -86,7 +86,7 @@ class PatientDoctorService extends BaseService $app_env = config('app_env','dev'); if ($app_env == 'dev'){ - if ($user["mobile"] == "17600901561"){ + if ($user["mobile"] == "18012345001"){ $doctor_params["multi_point_status"] = 1; } }