남/여 크리에이터에서 특정 크리에이터 제거

This commit is contained in:
Klaus 2024-07-26 16:43:22 +09:00
parent 4a264d90d4
commit 2860deb90a
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ class ExplorerQueryRepository(
member.role.eq(MemberRole.CREATOR)
.and(member.isActive.isTrue)
.and(auth.gender.eq(gender))
.and(member.id.notIn(3, 351))
.and(member.id.notIn(3, 351, 19209))
)
.orderBy(caseExpression.asc(), randomExpression)
.offset(0)