This commit is contained in:
2025-12-31 10:53:04 +08:00
parent 56718eca69
commit a744359fd6
@@ -163,12 +163,6 @@ public class TeacherCongressDelegatePushServiceImpl extends BaseServiceImpl<Teac
List<NutMap> delegatePushList = listMap(countSql); List<NutMap> delegatePushList = listMap(countSql);
Sql sql = Sqls.create(""" Sql sql = Sqls.create("""
SELECT SELECT
info.*, info.*,
@@ -196,6 +190,7 @@ public class TeacherCongressDelegatePushServiceImpl extends BaseServiceImpl<Teac
"""); """);
Cnd cnd = Cnd.NEW(); Cnd cnd = Cnd.NEW();
cnd.andEX("info.sessionId", "=", sessionId); cnd.andEX("info.sessionId", "=", sessionId);
cnd.andEX("info.representativeType", "=", "正式代表");
cnd.andEX("info.unionId", "=", unionId); cnd.andEX("info.unionId", "=", unionId);
cnd.andEX("info.schoolLeader", "!=", 1); cnd.andEX("info.schoolLeader", "!=", 1);
SqlExpressionGroup group = new SqlExpressionGroup(); SqlExpressionGroup group = new SqlExpressionGroup();