From 1f550e4e81f339f001d3fa80a756f5c994a0181f Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 17 Apr 2023 18:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E4=BF=A1=E6=81=AF=20?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E8=BA=AB=E4=BB=BD=E8=AF=81=E5=8F=B7=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorAuthService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/DoctorAuthService.php b/app/Services/DoctorAuthService.php index 15b6626..b403d06 100644 --- a/app/Services/DoctorAuthService.php +++ b/app/Services/DoctorAuthService.php @@ -52,9 +52,9 @@ class DoctorAuthService extends BaseService 'doctor_info_id', 'doctor_id', 'card_type', - 'card_name', +// 'card_name', 'card_name_mask', - 'card_num', +// 'card_num', 'card_num_mask', ]; $user_doctor_info = UserDoctorInfo::getOne($params, $fields);