From a16b48e6ad0a85c131c778836b81673738c35d3e Mon Sep 17 00:00:00 2001 From: xhxu Date: Wed, 6 Jan 2021 11:43:40 +0800 Subject: [PATCH] youxi --- .../main/java/com/iformall/service/impl/WxGameServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{