충전내역 - 결제수단에 "제휴보상" 표시
This commit is contained in:
parent
4c8c6226a6
commit
8017e837ef
|
@ -92,7 +92,7 @@ class CanQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) : CanQue
|
|||
.or(charge.status.eq(ChargeStatus.ADMIN))
|
||||
.or(charge.status.eq(ChargeStatus.ADS))
|
||||
)
|
||||
.and(chargeStatusCondition)
|
||||
.and(chargeStatusCondition.or(charge.payment.paymentGateway.eq(PaymentGateway.POINT_CLICK_AD)))
|
||||
)
|
||||
.offset(pageable.offset)
|
||||
.limit(pageable.pageSize.toLong())
|
||||
|
|
Loading…
Reference in New Issue