| | |
| | | @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("orderDirection") String orderDirection, @Param("workFlowIds") java.util.List<String> workFlowIds); |
| | | |
| | | /** |
| | | * 分页查询待审批订单列表(支持产品条件) |
| | | */ |
| | | 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, |
| | | @Param("workFlowIds") java.util.List<String> workFlowIds); |
| | | |
| | | /** |
| | | * 分页查询买家订单列表(支持产品条件) |