- 특정 크리에이터가 남녀 크리에이터에 표시되지 않도록 수정
This commit is contained in:
Klaus 2024-08-19 22:17:06 +09:00
parent 8b69458d75
commit 6dd2a3136f
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)