From 1a88e35f49ede27503148daa54d4c144086e902b Mon Sep 17 00:00:00 2001 From: hupeng Date: Fri, 19 Oct 2018 18:09:43 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B8=B8=E6=88=8F][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8D=A1=E5=88=B8=E7=9A=84=E7=9A=84=E8=AF=A6?= =?UTF-8?q?=E7=BB=86=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/service/impl/WxGameServiceImpl.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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); } }