热词排序count下标从0开始,所以计算时候进行-1处理
This commit is contained in:
@@ -30,7 +30,7 @@ public class HotWordsManagerController {
|
||||
@ApiOperation(value = "获取热词")
|
||||
@GetMapping
|
||||
public ResultMessage getHotWords() {
|
||||
return ResultUtil.data(esGoodsSearchService.getHotWords(99));
|
||||
return ResultUtil.data(esGoodsSearchService.getHotWords(100));
|
||||
}
|
||||
|
||||
@ApiOperation(value = "设置热词")
|
||||
|
||||
Reference in New Issue
Block a user