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 4945887f3..ffbafb15c 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java @@ -103,11 +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()); - couponIdsList.add(couponChanObj); + couponIdsList.add(couponChannelVo); } }