년도목록 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user