앱 - 오디션 리스트 API
- 상태 정렬 추가
This commit is contained in:
@@ -74,6 +74,7 @@ class AuditionQueryRepositoryImpl(
|
|||||||
)
|
)
|
||||||
.from(audition)
|
.from(audition)
|
||||||
.where(where)
|
.where(where)
|
||||||
|
.orderBy(audition.status.desc())
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user