判断顺序修改
parent
f7cfb10a8e
commit
c1a1219ff2
|
@ -70,7 +70,6 @@ public class Cmd_fixsj extends GmAbstract {
|
|||
continue;
|
||||
}
|
||||
Map<Integer, Integer> map = deleteMap.get(entry.getKey());
|
||||
allDelId.add(hero.getId());
|
||||
for(Map.Entry<Integer, List<TeamPosHeroInfo>> teamPosHeroInfo:user.getTeamPosManager().getTeamPosForHero().entrySet()){
|
||||
List<TeamPosHeroInfo> value = teamPosHeroInfo.getValue();
|
||||
for(TeamPosHeroInfo info:value){
|
||||
|
@ -79,6 +78,7 @@ public class Cmd_fixsj extends GmAbstract {
|
|||
}
|
||||
}
|
||||
}
|
||||
allDelId.add(hero.getId());
|
||||
map.put(hero.getTemplateId(),map.getOrDefault(hero.getTemplateId(),0)+1);
|
||||
}
|
||||
for(String str:allDelId){
|
||||
|
|
Loading…
Reference in New Issue