Browse Source

youxi

release_toaliyun_real
xhxu 5 years ago
parent
commit
a16b48e6ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java View File

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


Loading…
Cancel
Save