优化索引生成,商品索引查询
This commit is contained in:
@@ -33,7 +33,7 @@ public class ElasticsearchController {
|
||||
}
|
||||
|
||||
@GetMapping("/progress")
|
||||
public ResultMessage<Map<String, Integer>> getProgress() {
|
||||
public ResultMessage<Map<String, Long>> getProgress() {
|
||||
return ResultUtil.data(esGoodsIndexService.getProgress());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user