mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 13:35:15 +08:00
新增 青海平台推送充电订单接口
This commit is contained in:
@@ -3654,6 +3654,16 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
||||
return orderBasicInfoMapper.queryOrderListByGroupCode(groupCode);
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据订单编号查询订单详细信息(包括充电计费明细)
|
||||
* @param orderCode
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public OrderVO getChargeOrderInfoByOrderCode(String orderCode) {
|
||||
return orderBasicInfoMapper.getChargeOrderInfoByOrderCode(orderCode);
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询新电途订单
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user