플레이 리스트 콘텐츠 가져오기 API
- 빠진 조건문 추가
This commit is contained in:
@@ -802,6 +802,7 @@ class AudioContentQueryRepositoryImpl(
|
|||||||
)
|
)
|
||||||
.from(audioContent)
|
.from(audioContent)
|
||||||
.innerJoin(audioContent.theme, audioContentTheme)
|
.innerJoin(audioContent.theme, audioContentTheme)
|
||||||
|
.where(audioContent.id.`in`(contentIdList))
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user