test #175

Merged
klaus merged 2 commits from test into main 2024-05-03 06:08:56 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 30793b75d5 - Show all commits

View File

@ -198,6 +198,7 @@ class ExplorerQueryRepository(
member.role.eq(MemberRole.CREATOR)
.and(member.isActive.isTrue)
.and(auth.gender.eq(gender))
.and(member.id.notIn(3, 351))
)
.orderBy(caseExpression.asc(), randomExpression)
.offset(0)