Browse Source

child

release_toaliyun_real
xhxu 5 years ago
parent
commit
7734b35c9f
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

@@ -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();


Loading…
Cancel
Save