Compare commits

..

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

1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ class CanQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) : CanQue
)
.or(charge.status.eq(ChargeStatus.EVENT))
.or(charge.status.eq(ChargeStatus.ADMIN))
.or(charge.status.eq(ChargeStatus.ADS))
)
.and(chargeStatusCondition)
)