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 92bcbbe065 - Show all commits

View File

@ -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 %p %H:%i") formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %H:%i")
) )
) )
.from(audioContent) .from(audioContent)