Authored by 胡古飞

fix SelectionsForPcImpl

@@ -299,7 +299,7 @@ public class SelectionsForPcImpl implements ISelectionsForPc { @@ -299,7 +299,7 @@ public class SelectionsForPcImpl implements ISelectionsForPc {
299 } 299 }
300 300
301 @SuppressWarnings("unchecked") 301 @SuppressWarnings("unchecked")
302 - private Map<String, Object> buildFilterResult(Map<String, Aggregation> aggMaps, Map<String, Object> preAggregationResult, Map<String, String> paramMap) throws Exception { 302 + private Map<String, Object> buildFilterResult(Map<String, Aggregation> aggMaps, Map<String, Object> preAggregationResult, Map<String, String> paramMap){
303 Map<String, Object> filter = new HashMap<String, Object>(); 303 Map<String, Object> filter = new HashMap<String, Object>();
304 // 1)获取年龄的聚合结果 304 // 1)获取年龄的聚合结果
305 IAggregation ageLevelAggregation = aggregationFactoryService.getAgeLevelAggregation(); 305 IAggregation ageLevelAggregation = aggregationFactoryService.getAgeLevelAggregation();