luofl
2025-03-17 e23242d09e31e1c78f7ecdbc2859c9f99a3c4171
ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/mapper/RefundPassMapper.java
@@ -1,6 +1,7 @@
package com.ruoyi.order.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.common.core.web.page.PageInfo;
import com.ruoyi.order.model.RefundPass;
import com.ruoyi.order.vo.OrderRefundPassList;
import org.apache.ibatis.annotations.Param;
@@ -26,7 +27,9 @@
    * @param status 售后状态
    * @return
    */
   List<OrderRefundPassList> getOrderRefundPassList(@Param("code") String code, @Param("appUserIds") List<Long> appUserIds,
   List<OrderRefundPassList> getOrderRefundPassList(PageInfo<OrderRefundPassList> pageInfo,
                                        @Param("orderNumber") String orderNumber,
                                        @Param("appUserIds") List<Long> appUserIds,
                                                    @Param("shopId") Integer shopId, @Param("refundMethod") Integer refundMethod,
                                                    @Param("status") Integer status);