Commit ef360b9a by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 8c64b67c 40d45e4b
...@@ -237,6 +237,8 @@ public class CapacityQueryServiceImpl implements CapacityQueryService { ...@@ -237,6 +237,8 @@ public class CapacityQueryServiceImpl implements CapacityQueryService {
calendarDTO = dayMaps.get(e.getWorkday()); calendarDTO = dayMaps.get(e.getWorkday());
} else { } else {
calendarDTO = new CapacityQueryOrderRespDTO.CalendarDTO(); calendarDTO = new CapacityQueryOrderRespDTO.CalendarDTO();
calendarDTO.setDate(e.getWorkday()).setWeek(getWeekday(e.getWorkday()));
calendarDTO.setTimes(new ArrayList<>());
} }
log.info("calendarDTO: {}", calendarDTO); log.info("calendarDTO: {}", calendarDTO);
log.info("calendarDTO.getTimes() ===> {}", calendarDTO.getTimes()); log.info("calendarDTO.getTimes() ===> {}", calendarDTO.getTimes());
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!