[KC-108] 추론실행 파라미터 변경

This commit is contained in:
2026-01-12 23:17:31 +09:00
parent b0678beefe
commit 0f8cdb2ca4

View File

@@ -72,7 +72,7 @@ public class MapSheetLearnRepositoryImpl implements MapSheetLearnRepositoryCusto
.where(builder) .where(builder)
.offset(pageable.getOffset()) .offset(pageable.getOffset())
.limit(pageable.getPageSize()) .limit(pageable.getPageSize())
.orderBy(statusOrder.asc()) .orderBy(mapSheetLearnEntity.id.desc())
.fetch(); .fetch();
Long total = Long total =