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