크리에이터 관리자 콘텐츠 조회 - 댓글 등록 가능 여부 추가
This commit is contained in:
parent
f49203cafc
commit
eaeca443cf
|
@ -82,6 +82,7 @@ class CreatorAdminAudioContentQueryRepositoryImpl(
|
|||
audioContentTheme.theme,
|
||||
audioContent.price,
|
||||
audioContent.isAdult,
|
||||
audioContent.isCommentAvailable,
|
||||
audioContent.duration,
|
||||
audioContent.content,
|
||||
formattedDateExpression(audioContent.createdAt)
|
||||
|
|
|
@ -16,6 +16,7 @@ data class GetCreatorAdminContentListItem @QueryProjection constructor(
|
|||
val theme: String,
|
||||
val price: Int,
|
||||
val isAdult: Boolean,
|
||||
val isCommentAvailable: Boolean,
|
||||
val remainingTime: String,
|
||||
var contentUrl: String,
|
||||
val date: String
|
||||
|
|
Loading…
Reference in New Issue