|
@@ -170,7 +170,9 @@ public class SearchProductServiceImpl implements SearchProductService {
|
|
|
}
|
|
|
}
|
|
|
SearchParams searchParams = searchOpenService.getParams(queryStr, identity, filter);
|
|
|
+ log.info("查询品牌发送参数--------------------------------------》"+searchParams.toString());
|
|
|
ResponseJson<Set<HashMap<String, Object>>> result = getBrandResult(searchParams, queryStr);
|
|
|
+ log.info("查询品牌返回结果--------------------------------------》"+result.toString());
|
|
|
return result;
|
|
|
}
|
|
|
|