오디션 지원 리스트
- 지원자 memberId 추가
This commit is contained in:
@@ -74,6 +74,7 @@ class AuditionApplicantQueryRepositoryImpl(
|
||||
.select(
|
||||
QGetAuditionRoleApplicantItem(
|
||||
auditionApplicant.id,
|
||||
member.id,
|
||||
member.nickname,
|
||||
member.profileImage.prepend("/").prepend(cloudFrontHost),
|
||||
auditionApplicant.voicePath.prepend("/").prepend(cloudFrontHost),
|
||||
|
@@ -9,6 +9,7 @@ data class GetAuditionApplicantListResponse(
|
||||
|
||||
data class GetAuditionRoleApplicantItem @QueryProjection constructor(
|
||||
val applicantId: Long,
|
||||
val memberId: Long,
|
||||
val nickname: String,
|
||||
val profileImageUrl: String,
|
||||
val voiceUrl: String,
|
||||
|
Reference in New Issue
Block a user