년도목록 수정

This commit is contained in:
Moon
2025-12-18 11:10:28 +09:00
parent 89e3797c93
commit dd02e5d886
2 changed files with 30 additions and 2 deletions

View File

@@ -469,7 +469,7 @@ public class MapSheetMngRepositoryImpl extends QuerydslRepositorySupport
mapSheetMngFileEntity.fileSize))
.from(mapSheetMngFileEntity)
.where(whereBuilder)
.orderBy(mapSheetMngFileEntity.fileExt.desc())
.orderBy(mapSheetMngFileEntity.filePath.asc())
.fetch();
return foundContent;