Commit eec6714e by huluobin

update

parent 42f7060f
......@@ -300,6 +300,8 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper,
//
List<IdleTimeDTO> idleTimeDTOList = idleTimeQuery.getDateTimeList()
.stream()
//并行处理
.parallel()
.map(dateTime -> {
AtomicLong time = new AtomicLong(System.currentTimeMillis());
......@@ -380,7 +382,7 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper,
//遍历每一个美甲师
storeTechnicians.forEach(storeTechnician -> {
// long nodeTime = System.currentTimeMillis();
//美甲师深度克隆
List<TreeProgram> pathClone = parent.getPath().stream().map(CloneUtil::deepClone).filter(Objects::nonNull)
.collect(Collectors.toList());
......
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