parent
eb5710837b
commit
788a121994
|
@ -75,7 +75,7 @@ class AdminAudioContentQueryRepositoryImpl(
|
|||
audioContent.id,
|
||||
audioContent.title,
|
||||
audioContent.detail,
|
||||
Expressions.stringTemplate("GROUP_CONCAT({0} SEPARATOR ' '", hashTag.tag),
|
||||
Expressions.stringTemplate("GROUP_CONCAT({0} SEPARATOR ' ')", hashTag.tag),
|
||||
audioContentCuration.title,
|
||||
audioContentCuration.id.nullif(0),
|
||||
audioContent.coverImage.prepend("/").prepend(imageHost),
|
||||
|
|
Loading…
Reference in New Issue