工单甘特时间修改

parent 9a024f03
...@@ -2962,8 +2962,8 @@ private GlobalParam InitGlobalParam() ...@@ -2962,8 +2962,8 @@ private GlobalParam InitGlobalParam()
.max() .max()
.orElse(0); .orElse(0);
productGanttVO.setStartDate(scheduleChromosome.getBaseTime().plusMinutes(minStartTime)); productGanttVO.setStartDate(scheduleChromosome.getBaseTime().plusSeconds(minStartTime));
productGanttVO.setEndDate(scheduleChromosome.getBaseTime().plusMinutes(maxEndTime)); productGanttVO.setEndDate(scheduleChromosome.getBaseTime().plusSeconds(maxEndTime));
// 转换任务列表 // 转换任务列表
List<TaskVO> taskVOList = new ArrayList<>(); List<TaskVO> taskVOList = new ArrayList<>();
......
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