bug整改

This commit is contained in:
=
2026-01-29 17:39:34 +08:00
parent 3f54776095
commit 9f133f7d51
@@ -195,7 +195,7 @@ public class SysClubExamineServiceImpl extends BaseServiceImpl<SysClubExamineReg
""");
cnd.andEX("YEAR(info.registerDate)", "=", pageForm.getYear());
cnd.andEX("sc.id", "=", pageForm.getClubId());
if (!AuthUtil.hasRole(RoleConstant.SYSADMIN.name())&& !AuthUtil.hasRole(RoleConstant.SCHOOL_UNION_ADMIN.name())) {
if (!AuthUtil.hasRole(RoleConstant.SYSADMIN.name()) && !AuthUtil.hasRole(RoleConstant.SCHOOL_UNION_ADMIN.name()) && !AuthUtil.hasRole(RoleConstant.SCHOOL_UNION_CLUB_ADMIN.name())) {
cnd.and("info.userId", "=", SecurityUtil.getUserId());
}
cnd.groupBy("info.id");