Compare commits
2 Commits
3d0e29003f
...
e6ac177396
Author | SHA1 | Date |
---|---|---|
|
e6ac177396 | |
|
8017e837ef |
|
@ -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)
|
.and(chargeStatusCondition.or(charge.payment.paymentGateway.eq(PaymentGateway.POINT_CLICK_AD)))
|
||||||
)
|
)
|
||||||
.offset(pageable.offset)
|
.offset(pageable.offset)
|
||||||
.limit(pageable.pageSize.toLong())
|
.limit(pageable.pageSize.toLong())
|
||||||
|
|
Loading…
Reference in New Issue