新增 青海平台推送充电订单接口

This commit is contained in:
Lemon
2024-04-18 10:43:59 +08:00
parent d34961e46d
commit c76cbf3c07
7 changed files with 350 additions and 0 deletions

View File

@@ -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);
}
/**
* 查询新电途订单
*/