Commit 3af472a0 by huluobin

update

parent fdde63b8
......@@ -300,7 +300,7 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper,
});
ForkJoinPool myPool = new ForkJoinPool(dateTimeList.size());
List<IdleTimeDTO> idleTimeDTOList = new ArrayList<>();
List<IdleTimeDTO> idleTimeDTOList = new ArrayList<>(dateTimeList.size());
myPool.submit(() -> {
idleTimeQuery.getDateTimeList()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment