云游商人修改

back_recharge
jiahuiwen 2021-09-24 15:04:08 +08:00
parent 8ba37641ba
commit c286ae0f36
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class EquipUpLevelActivity extends AbstractActivity {
Map<Integer, Map<Integer,SComposeActivity>> configMap = SComposeActivity.getConfigMap();
Map<Integer,Integer> useTypeMap = new HashMap<>();
for(Map.Entry<Integer,SComposeActivity> entry : configMap.get(id).entrySet()){
useTypeMap.put(entry.getKey(),entry.getValue().getCount());
useTypeMap.put(entry.getValue().getId(),entry.getValue().getCount());
}
for(Map.Entry<Integer,Integer> entry : useTypeMap.entrySet()){
ActivityProgressInfo activityProgressInfo = new ActivityProgressInfo();