|
@@ -53,7 +53,7 @@ public class PersonnelAuthenticationSettingTypeSupplier implements Authorization
|
|
|
.map(id -> new SettingInfo(SETTING_TYPE_ORG, id))
|
|
|
.collect(Collectors.toSet()));
|
|
|
|
|
|
-
|
|
|
+
|
|
|
settingInfo.addAll(authorization.getAllDistrictId()
|
|
|
.stream()
|
|
|
.map(id -> new SettingInfo(SETTING_TYPE_DISTRICT, id))
|