This commit is contained in:
2025-12-31 10:53:04 +08:00
parent 56718eca69
commit a744359fd6
@@ -72,7 +72,7 @@ public class TeacherCongressDelegatePushServiceImpl extends BaseServiceImpl<Teac
Dict dict = Dict.create();
dict.set(FlowConst.PROCESS_TASK_ID_KEY, push.getString("taskId"));
dict.set(FlowConst.SUBMIT_TYPE, ProcessSubmitTypeEnum.AGREE.getCode());
dict.set(FlowConst.EXT_ENABLE_OPERATOR,true);
dict.set(FlowConst.EXT_ENABLE_OPERATOR, true);
flowCommonService.executeTask(dict);
});
}
@@ -163,12 +163,6 @@ public class TeacherCongressDelegatePushServiceImpl extends BaseServiceImpl<Teac
List<NutMap> delegatePushList = listMap(countSql);
Sql sql = Sqls.create("""
SELECT
info.*,
@@ -196,6 +190,7 @@ public class TeacherCongressDelegatePushServiceImpl extends BaseServiceImpl<Teac
""");
Cnd cnd = Cnd.NEW();
cnd.andEX("info.sessionId", "=", sessionId);
cnd.andEX("info.representativeType", "=", "正式代表");
cnd.andEX("info.unionId", "=", unionId);
cnd.andEX("info.schoolLeader", "!=", 1);
SqlExpressionGroup group = new SqlExpressionGroup();