Commit 40d45e4b by 丁伟峰

to debug

1 parent 2c2f237a
......@@ -237,6 +237,8 @@ public class CapacityQueryServiceImpl implements CapacityQueryService {
calendarDTO = dayMaps.get(e.getWorkday());
} else {
calendarDTO = new CapacityQueryOrderRespDTO.CalendarDTO();
calendarDTO.setDate(e.getWorkday()).setWeek(getWeekday(e.getWorkday()));
calendarDTO.setTimes(new ArrayList<>());
}
log.info("calendarDTO: {}", calendarDTO);
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!