관리자 콘텐츠 리스트
- group_concat 닫는 괄호 추가
This commit is contained in:
		| @@ -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), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user