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