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());