xhxu 5 лет назад
Родитель
Сommit
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();


Загрузка…
Отмена
Сохранить