플레이 리스트 콘텐츠 가져오기 API

- 빠진 조건문 추가
This commit is contained in:
Klaus 2024-12-04 10:55:17 +09:00
parent f503492bf9
commit 72563e9bfa
1 changed files with 1 additions and 0 deletions

View File

@ -802,6 +802,7 @@ class AudioContentQueryRepositoryImpl(
)
.from(audioContent)
.innerJoin(audioContent.theme, audioContentTheme)
.where(audioContent.id.`in`(contentIdList))
.fetch()
}