Merge pull request '남/여 크리에이터에서 특정 크리에이터 제거' (#200) from test into main
Reviewed-on: #200
This commit is contained in:
commit
f6926ad356
|
@ -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