commit
This commit is contained in:
+1
-1
@@ -414,7 +414,7 @@ public class TeacherCongressDelegatePushController {
|
||||
cnd.and(group);
|
||||
cnd.and("ins.state", "!=", ProcessInstanceStateEnum.REJECT.getCode());
|
||||
cnd.andEX("info.sessionId", "=", sessionId);
|
||||
cnd.andEX("info.schoolLeader", "!=", 1);
|
||||
// cnd.andEX("info.schoolLeader", "!=", 1);
|
||||
cnd.andEX("info.representativeType", "=", "正式代表");
|
||||
sql.setCondition(cnd);
|
||||
List<NutMap> writeList = baseService.listMap(sql);
|
||||
|
||||
+1
-1
@@ -192,7 +192,7 @@ public class TeacherCongressDelegatePushServiceImpl extends BaseServiceImpl<Teac
|
||||
cnd.andEX("info.sessionId", "=", sessionId);
|
||||
cnd.andEX("info.representativeType", "=", "正式代表");
|
||||
cnd.andEX("info.unionId", "=", unionId);
|
||||
cnd.andEX("info.schoolLeader", "!=", 1);
|
||||
// cnd.andEX("info.schoolLeader", "!=", 1);
|
||||
SqlExpressionGroup group = new SqlExpressionGroup();
|
||||
group.or("t.taskName", "=", "c9227a2f-7b73-4549-b1f7-aa4779b31378");
|
||||
group.or("t.taskName", "is", null);
|
||||
|
||||
Reference in New Issue
Block a user