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