탐색 - 남/여 크리에이터 리스트

- 표시되지 말아야 할 데이터 제외
This commit is contained in:
Klaus 2024-05-03 15:03:54 +09:00
parent 0e3b4200d8
commit 30793b75d5
1 changed files with 1 additions and 0 deletions

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)