분석결과 분석 목록 순서 변경

This commit is contained in:
2025-12-02 14:54:17 +09:00
parent 2036a85df9
commit 503e38290f

View File

@@ -80,7 +80,7 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
.where(builder) .where(builder)
.offset(pageable.getOffset()) .offset(pageable.getOffset())
.limit(pageable.getPageSize()) .limit(pageable.getPageSize())
.orderBy(mapSheetAnalEntity.createdDttm.desc()) .orderBy(mapSheetAnalEntity.id.desc())
.fetch(); .fetch();
long total = long total =