parent
d2ecca55b3
commit
844f9fd79b
|
@ -74,7 +74,7 @@ class AdminAudioContentQueryRepositoryImpl(
|
|||
audioContent.duration,
|
||||
audioContent.content,
|
||||
formattedDateExpression(audioContent.createdAt),
|
||||
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %r")
|
||||
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %p %H:%i")
|
||||
)
|
||||
)
|
||||
.from(audioContent)
|
||||
|
|
|
@ -86,7 +86,7 @@ class CreatorAdminAudioContentQueryRepositoryImpl(
|
|||
audioContent.duration,
|
||||
audioContent.content,
|
||||
formattedDateExpression(audioContent.createdAt),
|
||||
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %r")
|
||||
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %p %H:%i")
|
||||
)
|
||||
)
|
||||
.from(audioContent)
|
||||
|
|
Loading…
Reference in New Issue