주문목록 - 크리에이터 닉네임 추가 #29
@@ -10,6 +10,7 @@ data class GetAudioContentOrderListResponse(
|
|||||||
data class GetAudioContentOrderListItem @QueryProjection constructor(
|
data class GetAudioContentOrderListItem @QueryProjection constructor(
|
||||||
val contentId: Long,
|
val contentId: Long,
|
||||||
val coverImageUrl: String,
|
val coverImageUrl: String,
|
||||||
|
val creatorNickname: String,
|
||||||
val title: String,
|
val title: String,
|
||||||
val themeStr: String,
|
val themeStr: String,
|
||||||
val duration: String?,
|
val duration: String?,
|
||||||
|
|||||||
@@ -126,6 +126,7 @@ class OrderQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) : Orde
|
|||||||
QGetAudioContentOrderListItem(
|
QGetAudioContentOrderListItem(
|
||||||
audioContent.id,
|
audioContent.id,
|
||||||
audioContent.coverImage.prepend("/").prepend(coverImageHost),
|
audioContent.coverImage.prepend("/").prepend(coverImageHost),
|
||||||
|
audioContent.member.nickname,
|
||||||
audioContent.title,
|
audioContent.title,
|
||||||
audioContent.theme.theme,
|
audioContent.theme.theme,
|
||||||
audioContent.duration,
|
audioContent.duration,
|
||||||
|
|||||||
Reference in New Issue
Block a user