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