test #115

Merged
klaus merged 5 commits from test into main 2024-01-11 09:05:45 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5ac6750ffe - Show all commits

View File

@ -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)