@@ -120,7 +120,7 @@ public class DockViewService {
|
||||
Pageable pageable = PageRequest.of(page, size,
|
||||
Sort.by(Sort.Direction.fromString(sortDirection), sortBy));
|
||||
|
||||
Page<DockView> dockViews = dockViewRepository.findAllByFileId(pageable, fileIds);
|
||||
Page<DockView> dockViews = dockViewRepository.findAllByFileIds(fileIds, pageable);
|
||||
|
||||
if (dockViews.isEmpty()) {
|
||||
return DockViewStatsResponse.builder()
|
||||
|
||||
Reference in New Issue
Block a user