From 7734b35c9faa6b3b3619e5500e68684b9630d1bb Mon Sep 17 00:00:00 2001 From: xhxu Date: Wed, 6 Jan 2021 15:06:49 +0800 Subject: [PATCH] child --- .../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 feacfb712..fe623cca3 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxGameServiceImpl.java @@ -427,7 +427,7 @@ public class WxGameServiceImpl implements WxGameService { int weight = 0; if(a instanceof Map){ Map map = (Map) a; - weight = (int) map.get("gameWeight"); + weight = (int) map.get("weight"); }else if(a instanceof WxCouponChannelVo){ WxCouponChannelVo vo = (WxCouponChannelVo) a; weight = vo.getGameWeight();