Authored by wangnan9279

fix

@@ -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