update 日志

This commit is contained in:
2023-07-25 14:25:14 +08:00
parent e3aa984c78
commit 62cff16588

View File

@@ -2014,7 +2014,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
// 查询结算完成的订单
List<OrderListVO> orderListVOS = orderBasicInfoMapper.selectOrderBasicInfoList(dto);
if (CollectionUtils.isEmpty(orderListVOS)) {
logger.warn("站点:{}, 在{}-{}没有查询到订单数据", stationInfo.getStationName(), startTime, endTime);
logger.info("站点:{}, 在{}-{}没有查询到订单数据", stationInfo.getStationName(), startTime, endTime);
return;
}
List<String> collect = orderListVOS.stream().map(OrderListVO::getOrderCode).collect(Collectors.toList());