"src/main/webapp/vscode:/vscode.git/clone" did not exist on "b5f90866d4e68fb66f37cf7bf05dda18d2cf6052"
Commit ddfedbfe authored by macro's avatar macro
Browse files

Update EsProductService.java

parent 88fb9993
...@@ -32,12 +32,12 @@ public interface EsProductService { ...@@ -32,12 +32,12 @@ public interface EsProductService {
void delete(List<Long> ids); void delete(List<Long> ids);
/** /**
* 根据关键字搜索名称或副标题 * 根据关键字通过名称或副标题查询商品
*/ */
Page<EsProduct> search(String keyword, Integer pageNum, Integer pageSize); Page<EsProduct> search(String keyword, Integer pageNum, Integer pageSize);
/** /**
* 根据关键字搜索名称或副标题复合查询 * 根据关键字通过名称或副标题复合查询商品
*/ */
Page<EsProduct> search(String keyword, Long brandId, Long productCategoryId, Integer pageNum, Integer pageSize,Integer sort); Page<EsProduct> search(String keyword, Long brandId, Long productCategoryId, Integer pageNum, Integer pageSize,Integer sort);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment