parent
affbb3eba3
commit
00c306475c
src/main/kotlin/kr/co/vividnext/sodalive/audition
|
@ -74,6 +74,7 @@ class AuditionQueryRepositoryImpl(
|
||||||
)
|
)
|
||||||
.from(audition)
|
.from(audition)
|
||||||
.where(where)
|
.where(where)
|
||||||
|
.orderBy(audition.status.desc())
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue