...
|
...
|
@@ -208,8 +208,6 @@ public class PageSelectionsService extends AbstractCacheComponent<JSONObject> { |
|
|
aggregations.add(aggregationFactory.getGenderNewAggregation());
|
|
|
// 2)品类
|
|
|
aggregations.add(aggregationFactory.getSortGroupAggregation(paramMap));
|
|
|
// 3)尺码
|
|
|
aggregations.add(aggregationFactory.getSizeAggregation());
|
|
|
return aggregations;
|
|
|
}
|
|
|
|
...
|
...
|
|