mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update 首页订单列表数据更换接口
This commit is contained in:
@@ -159,6 +159,13 @@ public interface OrderBasicInfoMapper {
|
||||
*/
|
||||
List<IndexOrderInfoVO> getIndexOrderInfo(@Param("dto") IndexQueryDTO dto);
|
||||
|
||||
/**
|
||||
* 首页订单数据展示 V2
|
||||
* @param dto 首页信息查询dto
|
||||
* @return
|
||||
*/
|
||||
List<IndexOrderInfoVO> getIndexOrderInfoV2(@Param("dto") IndexQueryDTO dto);
|
||||
|
||||
/**
|
||||
* 获取超过15分钟的待支付状态订单
|
||||
* @return
|
||||
@@ -225,4 +232,11 @@ public interface OrderBasicInfoMapper {
|
||||
* @return
|
||||
*/
|
||||
List<OrderBasicInfo> queryOrderList(@Param("orderCodeList") List<String> orderCodeList);
|
||||
|
||||
/**
|
||||
* 获取首页订单详情
|
||||
* @param orderCodeList
|
||||
* @return
|
||||
*/
|
||||
IndexOrderInfoVO getIndexOrderDetail(@Param("list") List<String> orderCodeList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user