年审相关整改,增加手机号的关联确定1
Build Docker / build (push) Waiting to run

This commit is contained in:
2025-09-11 09:29:28 +08:00
parent ded48e5dc1
commit cba00aae41
+1 -1
View File
@@ -86,7 +86,7 @@ class PatientDoctorService extends BaseService
$app_env = config('app_env','dev'); $app_env = config('app_env','dev');
if ($app_env == 'dev'){ if ($app_env == 'dev'){
if ($user["mobile"] == "17600901561"){ if ($user["mobile"] == "18012345001"){
$doctor_params["multi_point_status"] = 1; $doctor_params["multi_point_status"] = 1;
} }
} }