test #255

Merged
klaus merged 14 commits from test into main 2025-01-31 15:22:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8904ef2247 - Show all commits

View File

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