오디션 #249

Merged
klaus merged 40 commits from test into main 2025-01-07 17:24:40 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 00c306475c - Show all commits

View File

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