update 占桩订单列表页实现分页

This commit is contained in:
Lemon
2023-08-21 17:12:53 +08:00
parent 55104d4c6e
commit 5ea2ec624b
7 changed files with 57 additions and 32 deletions

View File

@@ -80,10 +80,10 @@ public interface OrderPileOccupyMapper {
/**
* 查询占桩订单列表
* @param memberId
* @param dto
* @return
*/
List<OrderPileOccupyVO> getOccupyOrderInfo(String memberId);
List<OrderPileOccupyVO> getOccupyOrderInfo(QueryOccupyOrderDTO dto);
/**
* 根据桩号和枪号 查询占桩状态的占桩订单