|
@@ -70,7 +70,7 @@ public class ChuanyunHumanResourceScheduledTask {
|
|
|
//由于需要统计流程中的日志,在日志数据同步时将状态为2的数据一并统计
|
|
|
// matchersString.add("Status_2,1");
|
|
|
matchersString.add("Status_6,[1;2]");
|
|
|
- matchersString.add("logDate_4,2020-08-01 00:00:00");
|
|
|
+// matchersString.add("logDate_4,2020-08-01 00:00:00");
|
|
|
while (flag) {
|
|
|
Long startTime= Instant.now().getEpochSecond();
|
|
|
try {
|
|
@@ -251,7 +251,7 @@ public class ChuanyunHumanResourceScheduledTask {
|
|
|
List<String> matchersString=new ArrayList<>();
|
|
|
//由于需要统计流程中的日志,在日志数据同步时将状态为2的数据一并统计
|
|
|
matchersString.add("Status_6,[1;2]");
|
|
|
- matchersString.add("logDate_1,2020-08-01 00:00:00");
|
|
|
+// matchersString.add("logDate_1,2020-08-01 00:00:00");
|
|
|
while (flag) {
|
|
|
Long startTime= Instant.now().getEpochSecond();
|
|
|
try {
|