mirror of
https://github.com/macrozheng/mall.git
synced 2025-06-27 04:20:01 +00:00
Update EsProductService.java
This commit is contained in:
parent
88fb999392
commit
ddfedbfe86
@ -32,12 +32,12 @@ public interface EsProductService {
|
||||
void delete(List<Long> ids);
|
||||
|
||||
/**
|
||||
* 根据关键字搜索名称或者副标题
|
||||
* 根据关键字通过名称或副标题查询商品
|
||||
*/
|
||||
Page<EsProduct> search(String keyword, Integer pageNum, Integer pageSize);
|
||||
|
||||
/**
|
||||
* 根据关键字搜索名称或者副标题复合查询
|
||||
* 根据关键字通过名称或副标题复合查询商品
|
||||
*/
|
||||
Page<EsProduct> search(String keyword, Long brandId, Long productCategoryId, Integer pageNum, Integer pageSize,Integer sort);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user