Merge pull request '탐색' (#205) from test into main

Reviewed-on: #205
This commit is contained in:
klaus 2024-08-19 13:21:31 +00:00
commit 95a714b391
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, 19209))
.and(member.id.notIn(3, 351, 19209, 8103))
)
.orderBy(caseExpression.asc(), randomExpression)
.offset(0)