From b64be3ecdbb84bea570c515c0bcb56c86512153a Mon Sep 17 00:00:00 2001 From: sunjiabei Date: Sat, 11 Apr 2026 10:58:11 +0800 Subject: [PATCH] =?UTF-8?q?20260411=E4=B8=9A=E7=BB=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/cashMapper/CashCollectionMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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