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

This commit is contained in:
wucongxing8150 2025-09-11 09:29:28 +08:00
parent ded48e5dc1
commit cba00aae41

View File

@ -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;
}
}