This commit is contained in:
@@ -129,7 +129,7 @@ public class FileEntityService {
|
|||||||
.totalCount((int) files.getTotalElements())
|
.totalCount((int) files.getTotalElements())
|
||||||
.totalSize(totalSize != null ? totalSize : 0L)
|
.totalSize(totalSize != null ? totalSize : 0L)
|
||||||
.formattedTotalSize(formatFileSize(totalSize != null ? totalSize : 0L))
|
.formattedTotalSize(formatFileSize(totalSize != null ? totalSize : 0L))
|
||||||
.page(pageable.getPageNumber() + 1)
|
.page(pageable.getPageNumber())
|
||||||
.pageSize(pageable.getPageSize())
|
.pageSize(pageable.getPageSize())
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user