오디션 #249
@@ -52,7 +52,7 @@ class AuditionApplicantQueryRepositoryImpl(
|
||||
.innerJoin(auditionApplicant.role, auditionRole)
|
||||
.where(
|
||||
auditionRole.id.eq(auditionRoleId),
|
||||
auditionRole.isActive.isTrue
|
||||
auditionApplicant.isActive.isTrue
|
||||
)
|
||||
.fetch()
|
||||
.size
|
||||
@@ -86,7 +86,7 @@ class AuditionApplicantQueryRepositoryImpl(
|
||||
.leftJoin(auditionVote).on(auditionApplicant.id.eq(auditionVote.applicant.id))
|
||||
.where(
|
||||
auditionRole.id.eq(auditionRoleId),
|
||||
auditionRole.isActive.isTrue
|
||||
auditionApplicant.isActive.isTrue
|
||||
)
|
||||
.groupBy(auditionApplicant.id)
|
||||
.orderBy(orderBy)
|
||||
|
||||
Reference in New Issue
Block a user