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