|
|
|
@@ -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{ |
|
|
|
|