parent
1ddd40948e
commit
354fbf7e29
|
@ -74,6 +74,7 @@ class AuditionApplicantQueryRepositoryImpl(
|
||||||
.select(
|
.select(
|
||||||
QGetAuditionRoleApplicantItem(
|
QGetAuditionRoleApplicantItem(
|
||||||
auditionApplicant.id,
|
auditionApplicant.id,
|
||||||
|
member.id,
|
||||||
member.nickname,
|
member.nickname,
|
||||||
member.profileImage.prepend("/").prepend(cloudFrontHost),
|
member.profileImage.prepend("/").prepend(cloudFrontHost),
|
||||||
auditionApplicant.voicePath.prepend("/").prepend(cloudFrontHost),
|
auditionApplicant.voicePath.prepend("/").prepend(cloudFrontHost),
|
||||||
|
|
|
@ -9,6 +9,7 @@ data class GetAuditionApplicantListResponse(
|
||||||
|
|
||||||
data class GetAuditionRoleApplicantItem @QueryProjection constructor(
|
data class GetAuditionRoleApplicantItem @QueryProjection constructor(
|
||||||
val applicantId: Long,
|
val applicantId: Long,
|
||||||
|
val memberId: Long,
|
||||||
val nickname: String,
|
val nickname: String,
|
||||||
val profileImageUrl: String,
|
val profileImageUrl: String,
|
||||||
val voiceUrl: String,
|
val voiceUrl: String,
|
||||||
|
|
Loading…
Reference in New Issue