Compare commits

..

No commits in common. "e6ac1773961d398a5b83d87f3d3b4367e62f6e63" and "3d0e29003ff622acf4bf9305b7be8e3f6555ca71" have entirely different histories.

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.ADMIN))
.or(charge.status.eq(ChargeStatus.ADS)) .or(charge.status.eq(ChargeStatus.ADS))
) )
.and(chargeStatusCondition.or(charge.payment.paymentGateway.eq(PaymentGateway.POINT_CLICK_AD))) .and(chargeStatusCondition)
) )
.offset(pageable.offset) .offset(pageable.offset)
.limit(pageable.pageSize.toLong()) .limit(pageable.pageSize.toLong())