This commit is contained in:
=
2026-03-13 08:47:08 +08:00
parent 96de1a0a47
commit a6fcf3a8dd
@@ -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);