관리자 콘텐츠 리스트
- 오픈 예정일 포맷 수정 (2024-01-01 17: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 %p %H:%i")
|
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %H:%i")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.from(audioContent)
|
.from(audioContent)
|
||||||
|
Reference in New Issue
Block a user