From 79badebce0202cb850e078bbb6e3b84d1611ded1 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Mon, 29 Dec 2025 07:42:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9D=A1=E7=9C=A0=E8=B4=A6=E6=88=B7?= =?UTF-8?q?=EF=BC=8Cbug=E4=BF=AE=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/invest/StatisticAnalysisMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intc-modules/intc-invest/src/main/resources/mapper/invest/StatisticAnalysisMapper.xml b/intc-modules/intc-invest/src/main/resources/mapper/invest/StatisticAnalysisMapper.xml index e443f66..9938ccd 100644 --- a/intc-modules/intc-invest/src/main/resources/mapper/invest/StatisticAnalysisMapper.xml +++ b/intc-modules/intc-invest/src/main/resources/mapper/invest/StatisticAnalysisMapper.xml @@ -883,7 +883,7 @@ a.del_flag='0' and ( a.type ='1') - and( a.status != '2' and a.status != '0') + and( a.status != '2' and a.status != '5') and a.name like '%'|| #{name}||'%' and a.account_id = #{accountId} and bcl.debit_type in('1','2')