탐색
- 특정 크리에이터가 남녀 크리에이터에 표시되지 않도록 수정
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user