From 54458facbcb1e4ee606a919f902f43595048a1d9 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 5 Mar 2025 10:18:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=99=BA=E8=81=AA=E8=AE=B0=E8=B4=A6?= =?UTF-8?q?=E7=AE=A1=E7=90=86=EF=BC=8C=E5=82=A8=E8=93=84=E5=8D=A1=E5=BC=80?= =?UTF-8?q?=E5=8D=A1=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD=EF=BC=8Cbug?= =?UTF-8?q?=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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 0c86595..e443f66 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 @@ -985,10 +985,11 @@ and bcl.status!='2' group by bcl.create_by) t - order by - t.type + where 1=1 ${params.dataScope} + order by + t.type \ No newline at end of file