工单甘特时间修改

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