mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
新增 宁波平台批量补推订单接口
This commit is contained in:
@@ -391,4 +391,7 @@ public interface OrderBasicInfoMapper {
|
||||
List<BusinessOrderDetailInfoVO> getOrderDetailByStationIds(@Param("stationIds") List<String> stationIds, @Param("startTime") String startTime, @Param("endTime") String endTime);
|
||||
|
||||
List<OrderBasicInfo> queryOrdersByPileConnectorCodeAndStatus(@Param("pileConnectorCode") String pileConnectorCode, @Param("orderStatus") String orderStatus, @Param("payStatus") String payStatus);
|
||||
|
||||
|
||||
List<String> tempGetOrderCodes(QueryOrderDTO dto);
|
||||
}
|
||||
Reference in New Issue
Block a user