修复推流列表大数据量时批量删除的错误,修复推流列表分页查询错误
This commit is contained in:
@@ -40,7 +40,7 @@ public class StreamPushController {
|
||||
@RequestParam(required = false)String query,
|
||||
@RequestParam(required = false)Boolean online ){
|
||||
|
||||
PageInfo<StreamPushItem> pushList = streamPushService.getPushList(page - 1, page - 1 + count);
|
||||
PageInfo<StreamPushItem> pushList = streamPushService.getPushList(page, count);
|
||||
return pushList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user