This commit is contained in:
2025-12-02 14:59:24 +09:00

View File

@@ -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 =