修改超时时间
parent
e3b9879e00
commit
50e1ad9d8b
|
@ -457,7 +457,7 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
|
||||||
log.info("7");
|
log.info("7");
|
||||||
List<DataValue[]> listArrays = Arrays.stream(prevResult).toList();
|
List<DataValue[]> listArrays = Arrays.stream(prevResult).toList();
|
||||||
log.info("8");
|
log.info("8");
|
||||||
if (!CollectionUtils.isEmpty(listArrays)) {
|
if (!CollectionUtils.isEmpty(set)) {
|
||||||
listArrays.removeAll(set);
|
listArrays.removeAll(set);
|
||||||
log.info("9");
|
log.info("9");
|
||||||
DataValue[][] array = (DataValue[][]) listArrays.toArray();
|
DataValue[][] array = (DataValue[][]) listArrays.toArray();
|
||||||
|
|
Loading…
Reference in New Issue