无关风月
2024-09-12 a75bb5cc48daa9eaf6e40933e96bb0b8ff144ddc
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TCouponController.java
@@ -127,6 +127,8 @@
                record.setDetailsPicture(byId.getDetailsPicture());
            }
        }
        PageInfo<ExchangeRecordVO> exchangeRecordVOPageInfo = new PageInfo<>(1, 99999999);
        exchangeRecordVOPageInfo.setRecords(data);
        return AjaxResult.ok(data);
    }