오디션 #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 8385800e48 - Show all commits

View File

@ -39,6 +39,7 @@ class AuditionRoleQueryRepositoryImpl(
audition.id.eq(auditionId), audition.id.eq(auditionId),
auditionRole.isActive.isTrue auditionRole.isActive.isTrue
) )
.orderBy(auditionRole.status.desc(), auditionRole.id.desc())
.fetch() .fetch()
} }