From 91ee36e479722320898d01357b2ed6b70248702c Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期三, 11 九月 2024 17:02:33 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/mx_charging_pile

---
 ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TGoodsController.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TGoodsController.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TGoodsController.java
index 027dfc6..7283df9 100644
--- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TGoodsController.java
+++ b/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);
         }
         //生成消耗积分的记录

--
Gitblit v1.7.1