|
@@ -57,7 +57,7 @@ import io.swagger.annotations.ApiOperation;
|
|
|
public class RolePrivilegeController extends ControllerSupport {
|
|
|
|
|
|
private static List<String> disabledCodeList = Arrays
|
|
|
- .asList(new String[]{"index_privilege_group_list", "index_app_list"});
|
|
|
+ .asList(new String[]{"index_privilege_group_list", "index_app_list", "index_school"});
|
|
|
|
|
|
@Autowired
|
|
|
AppRepo appRepo;
|