Commit 8c64b67c by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 663091b6 2c2f237a
...@@ -238,6 +238,8 @@ public class CapacityQueryServiceImpl implements CapacityQueryService { ...@@ -238,6 +238,8 @@ public class CapacityQueryServiceImpl implements CapacityQueryService {
} else { } else {
calendarDTO = new CapacityQueryOrderRespDTO.CalendarDTO(); calendarDTO = new CapacityQueryOrderRespDTO.CalendarDTO();
} }
log.info("calendarDTO: {}", calendarDTO);
log.info("calendarDTO.getTimes() ===> {}", calendarDTO.getTimes());
calendarDTO.getTimes().add(timeDTO); calendarDTO.getTimes().add(timeDTO);
} }
return new ArrayList<>(dayMaps.values()); return new ArrayList<>(dayMaps.values());
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!