修改超时时间
parent
04449e4c41
commit
4360ded640
|
@ -454,10 +454,13 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
log.info("7");
|
||||||
List<DataValue[]> listArrays = Arrays.stream(prevResult).toList();
|
List<DataValue[]> listArrays = Arrays.stream(prevResult).toList();
|
||||||
|
log.info("8");
|
||||||
listArrays.removeAll(set);
|
listArrays.removeAll(set);
|
||||||
|
log.info("9");
|
||||||
DataValue[][] array = (DataValue[][]) listArrays.toArray();
|
DataValue[][] array = (DataValue[][]) listArrays.toArray();
|
||||||
log.info(array.toString());
|
log.info("10");
|
||||||
return array;
|
return array;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue