Merge pull request '[KC-108] 추론실행 파라미터 변경' (#213) from feat/infer_dev_260107 into develop

Reviewed-on: https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice/pulls/213
This commit is contained in:
2026-01-12 23:17:55 +09:00

View File

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