Commit 2c2f237a by 丁伟峰

to debug

1 parent a33b8f01
......@@ -238,6 +238,8 @@ public class CapacityQueryServiceImpl implements CapacityQueryService {
} else {
calendarDTO = new CapacityQueryOrderRespDTO.CalendarDTO();
}
log.info("calendarDTO: {}", calendarDTO);
log.info("calendarDTO.getTimes() ===> {}", calendarDTO.getTimes());
calendarDTO.getTimes().add(timeDTO);
}
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!