mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-04-27 01:40:50 +00:00
fix: 查询下一批保存到 ES 中的小说列表
This commit is contained in:
parent
0360b8f95d
commit
a0f5bb8449
@ -37,7 +37,7 @@ public class InnerBookController {
|
||||
*/
|
||||
@Operation(summary = "查询下一批保存到 ES 中的小说列表")
|
||||
@PostMapping("listNextEsBooks")
|
||||
RestResp<List<BookEsRespDto>> listNextEsBooks(@Parameter(description = "已查询的最大小说ID") Long maxBookId) {
|
||||
RestResp<List<BookEsRespDto>> listNextEsBooks(@Parameter(description = "已查询的最大小说ID") @RequestBody Long maxBookId) {
|
||||
return bookService.listNextEsBooks(maxBookId);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user