Bang Hu
2025-08-28 f28da0f4705921b88d94c4531fa89753c4bb9f52
src/main/java/com/webmanage/mapper/OrderInfoMapper.java
@@ -45,6 +45,15 @@
                                                   @Param("orderDirection") String orderDirection);
    /**
     * 分页查询待审批订单列表(支持产品条件)
     */
    IPage<OrderInfo> selectPendingApprovalOrderPageWithProductConditions(Page<OrderInfo> page, @Param("orderStatus") String orderStatus,
                                                   @Param("productName") String productName, @Param("providerName") String providerName,
                                                   @Param("orderId") String orderId, @Param("applyTimeStart") String applyTimeStart,
                                                   @Param("applyTimeEnd") String applyTimeEnd, @Param("orderBy") String orderBy,
                                                   @Param("orderDirection") String orderDirection, @Param("productIds") java.util.List<String> productIds);
    /**
     * 分页查询买家订单列表(支持产品条件)
     */
    IPage<OrderInfo> selectBuyerOrderPageWithProductConditions(Page<OrderInfo> page, @Param("userId") String userId,