Administrator
17 hours ago 723bc1c8b6d4fd6c8a0388572e6afbc70344bf49
src/main/java/cc/mrbird/febs/mall/mapper/MallRefundMapper.java
@@ -10,7 +10,7 @@
public interface MallRefundMapper extends BaseMapper<MallRefundEntity> {
    List<MallRefundEntity> selectByItemIdAndOrderIdAndState(@Param("itemId")Long itemId, @Param("orderId")Long orderId, @Param("state")int i);
    List<MallRefundEntity> selectByItemIdAndOrderIdAndState(@Param("itemId")Long itemId, @Param("orderId")Long orderId, @Param("state")Integer i);
    IPage<MallRefundEntity> getOrderRefundListInPage(Page<MallRefundEntity> page, @Param("record")MallRefundEntity mallRefundEntity);
}