남/여 크리에이터에서 특정 크리에이터 제거
This commit is contained in:
parent
4a264d90d4
commit
2860deb90a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue