콘텐츠 커버이미지 조회 API
- 빠진 조건문 추가
This commit is contained in:
@@ -810,6 +810,7 @@ class AudioContentQueryRepositoryImpl(
|
||||
return queryFactory
|
||||
.select(audioContent.coverImage.prepend("/").prepend(imageHost))
|
||||
.from(audioContent)
|
||||
.where(audioContent.id.eq(id))
|
||||
.fetchFirst()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user