macrozheng/mall-learning

es搜索问题EsProductController 的search方法:

dlagez opened this issue · 1 comments

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

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