From 0a3f4ae13c7282046524aedf4049ff8066836d4d Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Sun, 23 Apr 2023 14:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8E=B7=E5=8F=96=E5=8C=BB?= =?UTF-8?q?=E7=94=9F=E8=AF=81=E4=B9=A6=E4=BF=A1=E6=81=AF=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/UserDoctorService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index c590783..203a1b7 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -854,7 +854,7 @@ class UserDoctorService extends BaseService return fail(HttpEnumCode::HTTP_ERROR, "非法医生"); } - $res = $this->checkDoctorAuth($user_doctor); + $res = $this->checkDoctorAuth($user_doctor,true,true,false); if ($res !== true) { return fail(HttpEnumCode::HTTP_ERROR, $res); }