Authored by FengRuwei

bug fix

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