관리자 콘텐츠 리스트
- 오픈 예정일 포맷 수정 (2024-01-01 PM 05:00)
This commit is contained in:
@@ -74,7 +74,7 @@ class AdminAudioContentQueryRepositoryImpl(
|
|||||||
audioContent.duration,
|
audioContent.duration,
|
||||||
audioContent.content,
|
audioContent.content,
|
||||||
formattedDateExpression(audioContent.createdAt),
|
formattedDateExpression(audioContent.createdAt),
|
||||||
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %r")
|
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %p %H:%i")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.from(audioContent)
|
.from(audioContent)
|
||||||
|
@@ -86,7 +86,7 @@ class CreatorAdminAudioContentQueryRepositoryImpl(
|
|||||||
audioContent.duration,
|
audioContent.duration,
|
||||||
audioContent.content,
|
audioContent.content,
|
||||||
formattedDateExpression(audioContent.createdAt),
|
formattedDateExpression(audioContent.createdAt),
|
||||||
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %r")
|
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %p %H:%i")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.from(audioContent)
|
.from(audioContent)
|
||||||
|
Reference in New Issue
Block a user