feat(content-comment): 콘텐츠 댓글 조회시 결과에 언어 코드 추가
This commit is contained in:
@@ -85,6 +85,7 @@ class AudioContentCommentQueryRepositoryImpl(
|
|||||||
audioContentComment.member.nickname,
|
audioContentComment.member.nickname,
|
||||||
audioContentComment.member.profileImage.prepend("/").prepend(cloudFrontHost),
|
audioContentComment.member.profileImage.prepend("/").prepend(cloudFrontHost),
|
||||||
audioContentComment.comment,
|
audioContentComment.comment,
|
||||||
|
audioContentComment.languageCode,
|
||||||
audioContentComment.isSecret,
|
audioContentComment.isSecret,
|
||||||
audioContentComment.donationCan.coalesce(0),
|
audioContentComment.donationCan.coalesce(0),
|
||||||
formattedDate,
|
formattedDate,
|
||||||
@@ -166,6 +167,7 @@ class AudioContentCommentQueryRepositoryImpl(
|
|||||||
audioContentComment.member.nickname,
|
audioContentComment.member.nickname,
|
||||||
audioContentComment.member.profileImage.prepend("/").prepend(cloudFrontHost),
|
audioContentComment.member.profileImage.prepend("/").prepend(cloudFrontHost),
|
||||||
audioContentComment.comment,
|
audioContentComment.comment,
|
||||||
|
audioContentComment.languageCode,
|
||||||
audioContentComment.isSecret,
|
audioContentComment.isSecret,
|
||||||
audioContentComment.donationCan.coalesce(0),
|
audioContentComment.donationCan.coalesce(0),
|
||||||
formattedDate,
|
formattedDate,
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ data class GetAudioContentCommentListItem @QueryProjection constructor(
|
|||||||
val nickname: String,
|
val nickname: String,
|
||||||
val profileUrl: String,
|
val profileUrl: String,
|
||||||
val comment: String,
|
val comment: String,
|
||||||
|
val languageCode: String?,
|
||||||
val isSecret: Boolean,
|
val isSecret: Boolean,
|
||||||
val donationCan: Int,
|
val donationCan: Int,
|
||||||
val date: String,
|
val date: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user