注释修改

lvxinran 2021-07-02 18:27:01 +08:00
parent d70deeeed3
commit 610087bc1d
1 changed files with 2 additions and 1 deletions

View File

@ -35,8 +35,9 @@ public class SWishActivityPool implements BaseConfig {
allCamp.add(v.getId());
}
});
//把0权重的放进去
//把通用系的的放进去
allCamp.forEach(i->mapTemp.forEach((k,v)->v.put(i,map.get(i).getGetRate())));
//最后再赋值
weight = mapTemp;
}