mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
update 电单车
This commit is contained in:
@@ -485,4 +485,11 @@ public interface OrderBasicInfoService{
|
||||
|
||||
|
||||
BusinessOrderDetailInfoVO getBusinessOrderDetail(String orderCode);
|
||||
|
||||
/**
|
||||
* 根据枪口编号和状态查询订单
|
||||
* @param pileConnectorCode
|
||||
* @return
|
||||
*/
|
||||
List<OrderBasicInfo> queryOrdersByPileConnectorCodeAndStatus(String pileConnectorCode, String orderStatus, String payStatus);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user