修改超时时间

master
Cui YongXing 2024-09-10 16:22:16 +08:00
parent 04449e4c41
commit 4360ded640
1 changed files with 4 additions and 1 deletions

View File

@ -454,10 +454,13 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
}
}
}
log.info("7");
List<DataValue[]> listArrays = Arrays.stream(prevResult).toList();
log.info("8");
listArrays.removeAll(set);
log.info("9");
DataValue[][] array = (DataValue[][]) listArrays.toArray();
log.info(array.toString());
log.info("10");
return array;
};