Showing
1 changed file
with
2 additions
and
0 deletions
@@ -122,6 +122,8 @@ public class ProductSearchServiceImpl implements ProductSearchService { | @@ -122,6 +122,8 @@ public class ProductSearchServiceImpl implements ProductSearchService { | ||
122 | || (req.getSearchType() != null && (req.getSearchType() == 0 || req.getSearchType() == 1))) { | 122 | || (req.getSearchType() != null && (req.getSearchType() == 0 || req.getSearchType() == 1))) { |
123 | searchParam.setShowChannel(req.getBusinessClient()); | 123 | searchParam.setShowChannel(req.getBusinessClient()); |
124 | url = ProductSearchConstants.PRODUCT_POOL_URL; | 124 | url = ProductSearchConstants.PRODUCT_POOL_URL; |
125 | + } else { | ||
126 | + searchParam.setShowChannel(req.getBusinessClient()); | ||
125 | } | 127 | } |
126 | JSONObject data = searchAssistService.search(searchParam.getParam(), url); | 128 | JSONObject data = searchAssistService.search(searchParam.getParam(), url); |
127 | // 将图片的相对路径转成绝对路径 | 129 | // 将图片的相对路径转成绝对路径 |
-
Please register or login to post a comment