Merge pull request '충전내역 - 결제수단에 "제휴보상" 표시' (#59) from test into main

Reviewed-on: #59
This commit is contained in:
klaus 2023-10-26 18:48:46 +00:00
commit e6ac177396
1 changed files with 1 additions and 1 deletions

View File

@ -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())