From 4603ea4f96a4c2af30d8ae737d83f5dcb83f67bb Mon Sep 17 00:00:00 2001 From: Klaus Date: Tue, 29 Aug 2023 23:48:44 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9B=84=EC=9B=90=20=EC=A0=84=EC=B2=B4?= =?UTF-8?q?=EB=B3=B4=EA=B8=B0=20-=20=EC=83=81=EB=8B=A8=20=EC=BA=94=20?= =?UTF-8?q?=ED=98=84=ED=99=A9=20=EC=9D=84=20=ED=9B=84=EC=9B=90=20=EC=BA=94?= =?UTF-8?q?=EB=A7=8C=20=EB=B0=98=EC=98=81=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt | 1 + 1 file changed, 1 insertion(+) 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 98c4419..f921b16 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt @@ -66,6 +66,7 @@ class ExplorerQueryRepository( .innerJoin(useCanCalculate.useCan, useCan) .where( useCanCalculate.status.eq(UseCanCalculateStatus.RECEIVED) + .and(useCan.canUsage.eq(CanUsage.DONATION)) .and(useCan.isRefund.isFalse) .and(useCanCalculate.recipientCreatorId.eq(creatorId)) .and(