Merge branch 'develop' of https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice into develop
This commit is contained in:
@@ -88,7 +88,7 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
|
||||
.where(builder)
|
||||
.offset(pageable.getOffset())
|
||||
.limit(pageable.getPageSize())
|
||||
.orderBy(mapSheetAnalEntity.createdDttm.desc())
|
||||
.orderBy(mapSheetAnalEntity.id.desc())
|
||||
.fetch();
|
||||
|
||||
long total =
|
||||
|
||||
Reference in New Issue
Block a user