浏览代码

child

release_toaliyun_real
xhxu 5 年前
父节点
当前提交
7734b35c9f
共有 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 查看文件

@@ -427,7 +427,7 @@ public class WxGameServiceImpl implements WxGameService {
int weight = 0; int weight = 0;
if(a instanceof Map){ if(a instanceof Map){
Map map = (Map) a; Map map = (Map) a;
weight = (int) map.get("gameWeight");
weight = (int) map.get("weight");
}else if(a instanceof WxCouponChannelVo){ }else if(a instanceof WxCouponChannelVo){
WxCouponChannelVo vo = (WxCouponChannelVo) a; WxCouponChannelVo vo = (WxCouponChannelVo) a;
weight = vo.getGameWeight(); weight = vo.getGameWeight();


正在加载...
取消
保存