|
@@ -68,9 +68,9 @@ import io.swagger.annotations.ApiOperation;
|
|
|
@RequestMapping("${$rmp.ctr.basic}/rolePrivilege")
|
|
|
public class RolePrivilegeController extends ControllerSupport {
|
|
|
|
|
|
- private static List<String> disabledPrivilegeCodeList = Arrays.asList(new String[]{
|
|
|
- "index_privilege_group_list", "index_app_list", "index_school", "school_config",
|
|
|
- "index_resource_list", "index_school_privilege_settings", "system", "resource"});
|
|
|
+ private static List<String> disabledPrivilegeCodeList = Arrays
|
|
|
+ .asList(new String[]{"index_privilege_group_list", "index_app_list", "index_school",
|
|
|
+ "school_config", "index_school_privilege_settings", "system"});
|
|
|
|
|
|
@Autowired
|
|
|
PrivilegeGroupRepo privilegeGroupRepo;
|