parent
80841fe543
commit
460196dc4d
|
@ -90,6 +90,8 @@ class AuditionApplicantQueryRepositoryImpl(
|
|||
)
|
||||
.groupBy(auditionApplicant.id)
|
||||
.orderBy(orderBy)
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.fetch()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue