test #125
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user