Compare commits
No commits in common. "3d0e29003ff622acf4bf9305b7be8e3f6555ca71" and "78b9b00f7714acb4e2d0f62ba5fc070fa42ea5d8" have entirely different histories.
3d0e29003f
...
78b9b00f77
|
@ -90,7 +90,6 @@ 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