오디션 상세 - 오디션 배역 리스트
- 활성화된 배역만 조회되도록 수정
This commit is contained in:
@@ -40,7 +40,10 @@ class AdminAuditionRoleQueryRepositoryImpl(
|
||||
)
|
||||
.from(auditionRole)
|
||||
.innerJoin(auditionRole.audition, audition)
|
||||
.where(auditionRole.audition.id.eq(auditionId))
|
||||
.where(
|
||||
auditionRole.audition.id.eq(auditionId),
|
||||
auditionRole.isActive.isTrue
|
||||
)
|
||||
.fetch()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user