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