Authored by FengRuwei

bug fix

@@ -75,7 +75,7 @@ public class JavaApiStatus { @@ -75,7 +75,7 @@ public class JavaApiStatus {
75 statics.setServiceType(Integer.parseInt(strKeys[1])); 75 statics.setServiceType(Integer.parseInt(strKeys[1]));
76 76
77 statics.setErrNum(mapStaticsErr.getOrDefault(key, new AtomicInteger(0)).intValue()); 77 statics.setErrNum(mapStaticsErr.getOrDefault(key, new AtomicInteger(0)).intValue());
78 - multiKeyMap.put(statics.getServiceType(), statics.getServiceType(), statics); 78 + multiKeyMap.put(statics.getCloudType(), statics.getServiceType(), statics);
79 79
80 rel.add(statics); 80 rel.add(statics);
81 } 81 }