Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

es搜索问题EsProductController 的search方法: #109

Open
dlagez opened this issue Sep 16, 2021 · 1 comment
Open

es搜索问题EsProductController 的search方法: #109

dlagez opened this issue Sep 16, 2021 · 1 comment

Comments

@dlagez
Copy link

dlagez commented Sep 16, 2021

EsProductController 的search方法:
返回:
return CommonResult.success(CommonPage.restPage(esProductPage));
可是restPage(List list)的签名是List list
直接放esProductPage会报错?
请问怎么解决

@OrigamiWang
Copy link

restPage有一个重载方法的入参为Page
而esProductPage的类型为Page
故不会报错

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants