오디션 지원 리스트
- 페이징 적용
This commit is contained in:
@@ -90,6 +90,8 @@ class AuditionApplicantQueryRepositoryImpl(
|
||||
)
|
||||
.groupBy(auditionApplicant.id)
|
||||
.orderBy(orderBy)
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.fetch()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user