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