Compare commits

...

2 Commits

View File

@@ -90,6 +90,7 @@ class ChargeQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) : Cha
else -> payment.paymentGateway.eq(PaymentGateway.PG)
}
return paymentGatewayCondition
return paymentGatewayCondition.or(payment.paymentGateway.eq(PaymentGateway.POINT_CLICK_AD))
}
}