오디션 #249

Merged
klaus merged 40 commits from test into main 2025-01-07 17:24:40 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 460196dc4d - Show all commits

View File

@ -90,6 +90,8 @@ class AuditionApplicantQueryRepositoryImpl(
)
.groupBy(auditionApplicant.id)
.orderBy(orderBy)
.offset(offset)
.limit(limit)
.fetch()
}