Compare commits
2 Commits
e6ac177396
...
4b3b455135
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b3b455135 | |||
| 899bc076a3 |
@@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user