관리자 콘텐츠 리스트

- group_concat 닫는 괄호 추가
This commit is contained in:
Klaus 2024-03-19 21:58:15 +09:00
parent eb5710837b
commit 788a121994
1 changed files with 1 additions and 1 deletions

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),