BUGFIX: 隐藏加载不出minio的相关数据;
This commit is contained in:
@@ -245,7 +245,7 @@ public class LibraryServiceImpl extends ServiceImpl<LibraryMapper, Library> impl
|
||||
|
||||
@Override
|
||||
public long getTotal() {
|
||||
return list.size();
|
||||
return page.getTotal();
|
||||
}
|
||||
}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user