Compare commits
2 Commits
78b9b00f77
...
3d0e29003f
Author | SHA1 | Date |
---|---|---|
|
3d0e29003f | |
|
4c8c6226a6 |
|
@ -90,6 +90,7 @@ class CanQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) : CanQue
|
||||||
)
|
)
|
||||||
.or(charge.status.eq(ChargeStatus.EVENT))
|
.or(charge.status.eq(ChargeStatus.EVENT))
|
||||||
.or(charge.status.eq(ChargeStatus.ADMIN))
|
.or(charge.status.eq(ChargeStatus.ADMIN))
|
||||||
|
.or(charge.status.eq(ChargeStatus.ADS))
|
||||||
)
|
)
|
||||||
.and(chargeStatusCondition)
|
.and(chargeStatusCondition)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue