앱 큐레이션 조회
- tab이 지정 안된 큐레이션만 조회되도록 수정
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user