Showing
1 changed file
with
1 additions
and
1 deletions
@@ -153,7 +153,7 @@ public class SearchProductsServiceNew { | @@ -153,7 +153,7 @@ public class SearchProductsServiceNew { | ||
153 | // 6)品牌 | 153 | // 6)品牌 |
154 | Object brandAgg = aggregationService.getBrandAggregationResult(searchParam, paramMap, true); | 154 | Object brandAgg = aggregationService.getBrandAggregationResult(searchParam, paramMap, true); |
155 | if (brandAgg != null) { | 155 | if (brandAgg != null) { |
156 | - aggregationResult.put("brandAgg", brandAgg); | 156 | +// aggregationResult.put("brandAgg", brandAgg); |
157 | } | 157 | } |
158 | 158 | ||
159 | // 7)标准 | 159 | // 7)标准 |
-
Please register or login to post a comment