Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
ddfedbfe
Commit
ddfedbfe
authored
Oct 26, 2023
by
macro
Browse files
Update EsProductService.java
parent
88fb9993
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-search/src/main/java/com/macro/mall/search/service/EsProductService.java
View file @
ddfedbfe
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment