commit
This commit is contained in:
@@ -87,9 +87,9 @@ public class SysV4AppsController {
|
|||||||
LEFT JOIN sys_module sm ON sm.id = m.moduleId
|
LEFT JOIN sys_module sm ON sm.id = m.moduleId
|
||||||
$condition
|
$condition
|
||||||
""");
|
""");
|
||||||
if (!AuthUtil.hasRoleOr(RoleConstant.SYSADMIN.name(), RoleConstant.SCHOOL_UNION_ADMIN.name())) {
|
// if (!AuthUtil.hasRoleOr(RoleConstant.SYSADMIN.name(), RoleConstant.SCHOOL_UNION_ADMIN.name())) {
|
||||||
categoryId = "2";
|
// categoryId = "2";
|
||||||
}
|
// }
|
||||||
Cnd cnd = Cnd.NEW();
|
Cnd cnd = Cnd.NEW();
|
||||||
cnd.and("m.platform", "=", platform);
|
cnd.and("m.platform", "=", platform);
|
||||||
cnd.and("m.disabled", "=", false);
|
cnd.and("m.disabled", "=", false);
|
||||||
|
|||||||
Reference in New Issue
Block a user