Compare commits
No commits in common. "95a714b3917be9535d427349bd7e2b651bb8ed2a" and "28f58c7f56777c30a87910fd1d0e7f2a3f375ef1" have entirely different histories.
95a714b391
...
28f58c7f56
|
@ -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))
|
||||
)
|
||||
.orderBy(caseExpression.asc(), randomExpression)
|
||||
.offset(0)
|
||||
|
|
Loading…
Reference in New Issue