ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TGoodsController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TGoodsController.java
@@ -224,6 +224,7 @@ grantCouponDto.setCouponId(exchangeDto.getGoodId()); grantCouponDto.setWaysToObtain(1); grantCouponDto.setEndTime(LocalDateTime.now()); grantCouponDto.setType(3); appCouponClient.grantCoupon(grantCouponDto); } //生成消耗积分的记录