mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update
This commit is contained in:
@@ -218,4 +218,11 @@ public interface OrderBasicInfoMapper {
|
||||
List<MerchantOrderInfoVO> getMerchantOrderInfoList(@Param("dto") QueryMerchantOrderDTO dto);
|
||||
|
||||
List<RefundOrder> batchRefundQuery(List<String> orderCodeList);
|
||||
|
||||
/**
|
||||
* 根据订单编号
|
||||
* @param orderCodeList 订单编号列表
|
||||
* @return
|
||||
*/
|
||||
List<OrderBasicInfo> queryOrderList(@Param("orderCodeList") List<String> orderCodeList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user