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 519ae2a06..9e58e0885 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java @@ -239,7 +239,7 @@ public class WxGameServiceImpl implements WxGameService { map.put("prizeType",Constant.creditPlayType); map.put("gameWeight",couponChanObj.getInteger("weight")); map.put("credit",couponChanObj.getInteger("credit")); - map.put("id",couponChanObj.getInteger("id")); + map.put("id",couponChanObj.getLong("id")); // map.put("couponId",couponChanObj.getLong("couponId")); couponIdsList.add(map); }else{