test #142
@@ -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