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