test #142

Merged
klaus merged 5 commits from test into main 2024-03-21 07:45:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 788a121994 - Show all commits

View File

@ -75,7 +75,7 @@ class AdminAudioContentQueryRepositoryImpl(
audioContent.id, audioContent.id,
audioContent.title, audioContent.title,
audioContent.detail, audioContent.detail,
Expressions.stringTemplate("GROUP_CONCAT({0} SEPARATOR ' '", hashTag.tag), Expressions.stringTemplate("GROUP_CONCAT({0} SEPARATOR ' ')", hashTag.tag),
audioContentCuration.title, audioContentCuration.title,
audioContentCuration.id.nullif(0), audioContentCuration.id.nullif(0),
audioContent.coverImage.prepend("/").prepend(imageHost), audioContent.coverImage.prepend("/").prepend(imageHost),