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();