mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-11 18:59:51 +08:00
update
This commit is contained in:
@@ -192,7 +192,9 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
|||||||
dto.setStationDeptIds(authorizedMap.getStationDeptIds());
|
dto.setStationDeptIds(authorizedMap.getStationDeptIds());
|
||||||
dto.setMerchantDeptIds(authorizedMap.getMerchantDeptIds());
|
dto.setMerchantDeptIds(authorizedMap.getMerchantDeptIds());
|
||||||
List<OrderListVO> orderListVOS = orderBasicInfoMapper.selectOrderBasicInfoList(dto);
|
List<OrderListVO> orderListVOS = orderBasicInfoMapper.selectOrderBasicInfoList(dto);
|
||||||
if (CollectionUtils.isNotEmpty(orderListVOS)) {
|
if (CollectionUtils.isEmpty(orderListVOS)) {
|
||||||
|
return orderListVOS;
|
||||||
|
}
|
||||||
for (OrderListVO orderListVO : orderListVOS) {
|
for (OrderListVO orderListVO : orderListVOS) {
|
||||||
// 如果是微信支付,通过订单号查询微信支付单号
|
// 如果是微信支付,通过订单号查询微信支付单号
|
||||||
// logger.info("如果是微信支付,通过订单号查询微信支付单号 orderListVO:{}", JSON.toJSONString(orderListVO));
|
// logger.info("如果是微信支付,通过订单号查询微信支付单号 orderListVO:{}", JSON.toJSONString(orderListVO));
|
||||||
@@ -214,7 +216,6 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
|||||||
orderListVO.setRealTimeChargingDegree(realTimeMonitorData.getChargingDegree());
|
orderListVO.setRealTimeChargingDegree(realTimeMonitorData.getChargingDegree());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return orderListVOS;
|
return orderListVOS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user