mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-20 07:16:00 +08:00
update 加日志
This commit is contained in:
@@ -1916,6 +1916,8 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
|||||||
logger.warn("站点:{}, 在{}-{}没有查询到订单数据", stationInfo.getStationName(), startTime, endTime);
|
logger.warn("站点:{}, 在{}-{}没有查询到订单数据", stationInfo.getStationName(), startTime, endTime);
|
||||||
return;
|
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;
|
BigDecimal useElectricity = BigDecimal.ZERO;
|
||||||
int chargeNum = 0;
|
int chargeNum = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user