|
|
@@ -252,12 +252,8 @@ public class SearcherServiceImpl implements SearcherService {
|
|
|
}
|
|
|
|
|
|
Map<String,Object> results = null;
|
|
|
- //Map<String, Object> results = new HashMap<>();
|
|
|
- com.uas.platform.b2c.common.search.util.PageParams pageParams = new com.uas.platform.b2c.common.search.util.PageParams();
|
|
|
- pageParams.setPage(page.getPage());
|
|
|
- pageParams.setSize(page.getCount());
|
|
|
try {
|
|
|
- results = searchService.getGoodsIds(keyword, pageParams);
|
|
|
+ results = searchService.getGoodsIds(keyword, convertPageParams(page));
|
|
|
} catch (SearchException e) {
|
|
|
throwSystemException(e);
|
|
|
}
|