|
@@ -285,8 +285,8 @@ public class XxlJobService {
|
|
|
return null;
|
|
|
} else if (CollectionUtil.isEmpty(planErrorMsg.getErrorMsgDetails())) {
|
|
|
return null;
|
|
|
- } else if (!dateStr.equals(planErrorMsg.getDate())) {
|
|
|
- return null;
|
|
|
+// } else if (!dateStr.equals(planErrorMsg.getDate())) {
|
|
|
+// return null;
|
|
|
}
|
|
|
Iterator<PlanErrorMsgDetail> iterator = planErrorMsg.getErrorMsgDetails().iterator();
|
|
|
while (iterator.hasNext()) {
|