Authored by wangning

update

... ... @@ -279,7 +279,6 @@ public class NewJavaApiInfoServiceImpl implements NewJavaApiInfoService {
String apiName = rep.getApiName();
returnRep.setApiName(apiName);
returnRep.setServiceName(rep.getServiceName());
returnRep.setErrorCount(exceptionMap.get(apiName));
returnRep.setTotalCount(rep.getTotalCount());
returnRep.setAvgCost(rep.getAvgCost());
returnRep.setTotalCost(rep.getTotalCost());
... ...