兑换记录的状态筛选

This commit is contained in:
2025-12-11 09:23:30 +08:00
parent f74d0070cf
commit 391cb04c98
3 changed files with 12 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ public interface MkPointsGoodsService extends IService<MkPointsGoods> {
Map<String, Object> getPointsGoodsPageByUser(Integer page, Integer size, Long shopId, String goodsCategory, Long userId);
Page<MkPointsGoodsRecord> getGoodsRecordPage(Integer page, Integer size, Long shopId, Long userId);
Page<MkPointsGoodsRecord> getGoodsRecordPage(Integer page, Integer size, Long shopId, String status, Long userId);
//用户申请退款
boolean applyRefund(PointGoodsRefundDTO param, Long userId);