diff --git a/src/main/resources/cashMapper/CashCollectionMapper.xml b/src/main/resources/cashMapper/CashCollectionMapper.xml index a42b455..10e55cd 100644 --- a/src/main/resources/cashMapper/CashCollectionMapper.xml +++ b/src/main/resources/cashMapper/CashCollectionMapper.xml @@ -334,7 +334,7 @@ left join market m1 on m1.id = cr.performance_market left join market m2 on m2.id = cr.received_market left join rate r2 on r2.id = cr.received_currency - where (cr.status = 4 or cr.status = 100 or (cr.status = 6 and cr.is_performance = 1)) + where (cr.status = 4 or cr.status = 100 or cr.status = 6 ) and cr.is_performance = 1