取消退款问题

This commit is contained in:
2025-12-11 17:45:37 +08:00
parent 105e683382
commit 15264625d6
4 changed files with 5 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ public interface MkPointsGoodsService extends IService<MkPointsGoods> {
//用户申请退款
boolean applyRefund(PointGoodsRefundDTO param, Long userId);
boolean cancelRefund(PointGoodsRefundDTO param, Long userId);
boolean cancelRefund(PointGoodsRefundDTO param, Long userId, Long shopId);
/**
* 更新商品数量