From e74cb54b4c5884366a17e0a220d1f64bc3516c05 Mon Sep 17 00:00:00 2001 From: hupeng Date: Thu, 18 Oct 2018 17:17:35 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B8=B8=E6=88=8F][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=8E=A5=E5=8F=A3=E4=B8=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?coupon=5Fchannel=5Fid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/iformall/service/impl/WxGameServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java index 370182914..4945887f3 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java @@ -103,6 +103,7 @@ public class WxGameServiceImpl implements WxGameService { WxCouponChannelVo couponChannelVo = wxCouponChannelsMap.get(couponId); if (couponChannelVo != null) { + couponChanObj.put("id", couponChannelVo.getId()); couponChanObj.put("couponId", couponChannelVo.getCouponId()); couponChanObj.put("couponName", couponChannelVo.getTitle()); couponChanObj.put("coverImg", couponChannelVo.getCoverImg());