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