zhouhao преди 6 години
родител
ревизия
d031ab090a

+ 1 - 1
hsweb-system/hsweb-system-organizational/hsweb-system-organizational-authorization/src/main/java/org/hswebframework/web/organizational/authorization/PersonnelAuthenticationSettingTypeSupplier.java

@@ -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))