parent
d2ecca55b3
commit
844f9fd79b
|
@ -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 %r")
|
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %p %H:%i")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.from(audioContent)
|
.from(audioContent)
|
||||||
|
|
|
@ -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 %r")
|
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %p %H:%i")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.from(audioContent)
|
.from(audioContent)
|
||||||
|
|
Loading…
Reference in New Issue