瀏覽代碼

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;
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…
取消
儲存