Merge pull request '관리자 콘텐츠 리스트' (#127) from test into main
Reviewed-on: #127
This commit is contained in:
commit
80c476a908
|
@ -73,6 +73,7 @@ class AdminAudioContentQueryRepositoryImpl(
|
|||
audioContent.isAdult,
|
||||
audioContent.duration,
|
||||
audioContent.content,
|
||||
audioContent.isCommentAvailable,
|
||||
formattedDateExpression(audioContent.createdAt),
|
||||
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %H:%i")
|
||||
)
|
||||
|
|
|
@ -20,6 +20,7 @@ data class GetAdminContentListItem @QueryProjection constructor(
|
|||
val isAdult: Boolean,
|
||||
val remainingTime: String,
|
||||
var contentUrl: String,
|
||||
val isCommentAvailable: Boolean,
|
||||
val date: String,
|
||||
val releaseDate: String?
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue