This commit is contained in:
2025-12-20 17:52:03 +08:00
parent 52b9cc0d5f
commit 728bce548c
@@ -384,9 +384,6 @@ public class TeacherCongressDelegatePushController {
if (StrUtil.isBlank(unionId)) {
unionId = SecurityUtil.getUnionId();
}
if (SecurityUtil.getUserLoginname().equals("004474")) {
unionId = "39de17920d6948f08b8175d4b87b5cec";
}
Teacher_congress_quota_allocation allocation = dao.fetch(Teacher_congress_quota_allocation.class,
Cnd.where(Teacher_congress_quota_allocation::getSessionId, "=", sessionId)