Compare commits

..

No commits in common. "f6926ad35628e5c1748cf0d6c1cd9003cd762000" and "2cdbbb1b37748c6d5a2c302dd32fec1ceae3ce5c" have entirely different histories.

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))
)
.orderBy(caseExpression.asc(), randomExpression)
.offset(0)