parent
525f837e21
commit
9a30dd6de5
|
@ -25,6 +25,7 @@ class CreatorAdminCategoryRepository(private val queryFactory: JPAQueryFactory)
|
|||
.and(audioContent.title.contains(searchWord))
|
||||
.and(categoryContent.category.id.ne(categoryId))
|
||||
)
|
||||
.groupBy(audioContent.id)
|
||||
.fetch()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue