- 특정 크리에이터가 남녀 크리에이터에 표시되지 않도록 수정
This commit is contained in:
Klaus 2024-08-23 22:36:24 +09:00
parent aa682aa10a
commit ac7b91b7e8
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, 8103))
.and(member.id.notIn(3, 351, 19209, 8103, 19775))
)
.orderBy(caseExpression.asc(), randomExpression)
.offset(0)