From 6dd2a3136f99c24ec4c5d47a285c6803a32b343c Mon Sep 17 00:00:00 2001 From: Klaus Date: Mon, 19 Aug 2024 22:17:06 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=90=EC=83=89=20-=20=ED=8A=B9=EC=A0=95=20?= =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0=EA=B0=80=20?= =?UTF-8?q?=EB=82=A8=EB=85=80=20=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=EC=97=90=20=ED=91=9C=EC=8B=9C=EB=90=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt index 2667d86..981139f 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt @@ -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, 19209, 8103)) ) .orderBy(caseExpression.asc(), randomExpression) .offset(0)