test #247

Merged
klaus merged 9 commits from test into main 2024-12-17 13:43:45 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 72563e9bfa - Show all commits

View File

@ -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()
} }