parent
de07b3d7de
commit
8904ef2247
|
@ -756,7 +756,7 @@ class AudioContentQueryRepositoryImpl(
|
|||
|
||||
return queryFactory
|
||||
.selectFrom(audioContentCuration)
|
||||
.innerJoin(audioContentCuration.tab, audioContentMainTab)
|
||||
.leftJoin(audioContentCuration.tab, audioContentMainTab)
|
||||
.where(where, audioContentMainTab.id.isNull)
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
|
|
Loading…
Reference in New Issue