update 加日志

This commit is contained in:
2023-07-15 16:58:46 +08:00
parent ac757f9ea9
commit 67488373ec

View File

@@ -1916,6 +1916,8 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
logger.warn("站点:{}, 在{}-{}没有查询到订单数据", stationInfo.getStationName(), startTime, endTime);
return;
}
List<String> collect = orderListVOS.stream().map(OrderListVO::getOrderCode).collect(Collectors.toList());
logger.info("站点:{}, 在{}-{}查询到订单数据{}条,订单编号:{}", stationInfo.getStationName(), startTime, endTime, orderListVOS.size(), collect);
// 统计出日报信息
BigDecimal useElectricity = BigDecimal.ZERO;
int chargeNum = 0;