This commit is contained in:
=
2026-03-13 08:43:16 +08:00
parent 51883ce34f
commit 96de1a0a47
@@ -61,7 +61,7 @@ public class TeacherCongressCommonController {
Cnd cnd = Cnd.NEW();
cnd.and("sessionId", "=", sessionId);
if (AuthUtil.hasRole(RoleConstant.TEACHER_CONGRESS_DELEGATION_CONTACT.name())) {
if (!AuthUtil.hasRole(RoleConstant.SYSADMIN.name())&&!AuthUtil.hasRole(RoleConstant.SCHOOL_UNION_ADMIN.name())) {
cnd.and("delegationId", "=", delegationId);
}