parent
f503492bf9
commit
72563e9bfa
|
@ -802,6 +802,7 @@ class AudioContentQueryRepositoryImpl(
|
|||
)
|
||||
.from(audioContent)
|
||||
.innerJoin(audioContent.theme, audioContentTheme)
|
||||
.where(audioContent.id.`in`(contentIdList))
|
||||
.fetch()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue