...
|
...
|
@@ -153,7 +153,7 @@ public class SearchProductsServiceNew { |
|
|
// 6)品牌
|
|
|
Object brandAgg = aggregationService.getBrandAggregationResult(searchParam, paramMap, true);
|
|
|
if (brandAgg != null) {
|
|
|
// aggregationResult.put("brandAgg", brandAgg);
|
|
|
aggregationResult.put("brandAgg", brandAgg);
|
|
|
}
|
|
|
|
|
|
// 7)标准
|
...
|
...
|
|