xhxu 5 лет назад
Родитель
Сommit
a16b48e6ad
1 измененных файлов: 1 добавлений и 1 удалений
  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 Просмотреть файл

@@ -239,7 +239,7 @@ public class WxGameServiceImpl implements WxGameService {
map.put("prizeType",Constant.creditPlayType); map.put("prizeType",Constant.creditPlayType);
map.put("gameWeight",couponChanObj.getInteger("weight")); map.put("gameWeight",couponChanObj.getInteger("weight"));
map.put("credit",couponChanObj.getInteger("credit")); map.put("credit",couponChanObj.getInteger("credit"));
map.put("id",couponChanObj.getInteger("id"));
map.put("id",couponChanObj.getLong("id"));
// map.put("couponId",couponChanObj.getLong("couponId")); // map.put("couponId",couponChanObj.getLong("couponId"));
couponIdsList.add(map); couponIdsList.add(map);
}else{ }else{


Загрузка…
Отмена
Сохранить