From 5b3baaec5d431398fb5e8ef193e2b12e81e016fe Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Fri, 24 Feb 2023 13:21:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=8E=B7=E5=8F=96=E8=BA=AB?= =?UTF-8?q?=E4=BB=BD=E8=AE=A4=E8=AF=81=E5=9C=B0=E5=9D=80=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorAuthService.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/Services/DoctorAuthService.php b/app/Services/DoctorAuthService.php index b1f55fa..103dfa6 100644 --- a/app/Services/DoctorAuthService.php +++ b/app/Services/DoctorAuthService.php @@ -289,6 +289,12 @@ class DoctorAuthService extends BaseService 'hospital_id', 'hospital_name', 'hospital_level_name', + 'province_id', + 'province', + 'city_id', + 'city', + 'county_id', + 'county', ]; $params = array();