...
|
...
|
@@ -310,7 +310,7 @@ public class SearchProductsService { |
|
|
IAggregation ageLevelAggregation = aggregationFactoryService.getAgeLevelAggregation();
|
|
|
Object ageLevelResponse = this.getResponseByIAggregation(ageLevelAggregation, preAggregationResult, aggMaps);
|
|
|
if (ageLevelResponse != null) {
|
|
|
filter.put("ageLevel", ageLevelResponse);
|
|
|
//filter.put("ageLevel", ageLevelResponse);
|
|
|
}
|
|
|
// 2)获取性别的聚合结果
|
|
|
IAggregation genderAggregation = aggregationFactoryService.getGenderAggregation(paramMap);
|
...
|
...
|
|