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(