This commit is contained in:
2025-12-11 18:54:37 +08:00
parent 8687313e2c
commit 0259286c04
@@ -384,6 +384,9 @@ 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)