앱 - 오디션 리스트 API

- 상태 정렬 추가
This commit is contained in:
Klaus 2024-12-31 03:37:00 +09:00
parent affbb3eba3
commit 00c306475c
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class AuditionQueryRepositoryImpl(
)
.from(audition)
.where(where)
.orderBy(audition.status.desc())
.fetch()
}