Compare commits

..

No commits in common. "aa8926a624eb3e3200a15c5eab43546eaff0f368" and "be71e59be255d6f76364cdbec50ec2ad4eec2dbd" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ 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(