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
99df6e64
Commit
99df6e64
authored
Oct 31, 2023
by
macro
Browse files
Update EsProductService.java
parent
ddfedbfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-search/src/main/java/com/macro/mall/search/service/EsProductService.java
View file @
99df6e64
...
@@ -47,7 +47,7 @@ public interface EsProductService {
...
@@ -47,7 +47,7 @@ public interface EsProductService {
Page
<
EsProduct
>
recommend
(
Long
id
,
Integer
pageNum
,
Integer
pageSize
);
Page
<
EsProduct
>
recommend
(
Long
id
,
Integer
pageNum
,
Integer
pageSize
);
/**
/**
*
获取搜索词
相关品牌、分类、属性
*
搜索关键字
相关品牌、分类、属性
*/
*/
EsProductRelatedInfo
searchRelatedInfo
(
String
keyword
);
EsProductRelatedInfo
searchRelatedInfo
(
String
keyword
);
}
}
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