Showing
1 changed file
with
0 additions
and
2 deletions
@@ -208,8 +208,6 @@ public class PageSelectionsService extends AbstractCacheComponent<JSONObject> { | @@ -208,8 +208,6 @@ public class PageSelectionsService extends AbstractCacheComponent<JSONObject> { | ||
208 | aggregations.add(aggregationFactory.getGenderNewAggregation()); | 208 | aggregations.add(aggregationFactory.getGenderNewAggregation()); |
209 | // 2)品类 | 209 | // 2)品类 |
210 | aggregations.add(aggregationFactory.getSortGroupAggregation(paramMap)); | 210 | aggregations.add(aggregationFactory.getSortGroupAggregation(paramMap)); |
211 | - // 3)尺码 | ||
212 | - aggregations.add(aggregationFactory.getSizeAggregation()); | ||
213 | return aggregations; | 211 | return aggregations; |
214 | } | 212 | } |
215 | 213 |
-
Please register or login to post a comment