update 优化计算订单日报

This commit is contained in:
2023-07-14 11:16:58 +08:00
parent 45ae17ea35
commit 000d62a1c9

View File

@@ -2073,7 +2073,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
dto.setEndTime(endTime); dto.setEndTime(endTime);
List<OrderListVO> orderListVOS = orderBasicInfoMapper.selectOrderBasicInfoList(dto); List<OrderListVO> orderListVOS = orderBasicInfoMapper.selectOrderBasicInfoList(dto);
if (CollectionUtils.isEmpty(orderListVOS)) { if (CollectionUtils.isEmpty(orderListVOS)) {
logger.warn("站点:{}, 在{}没有查询到订单数据", stationInfo.getStationName(), yesterday.toString()); logger.warn("站点:{}, 在{}-{}没有查询到订单数据", stationInfo.getStationName(), startTime, endTime);
return; return;
} }
// 统计出日报信息 // 统计出日报信息