From ce550c99075daf458db0cafbe5d2b43b599d3efe Mon Sep 17 00:00:00 2001 From: Jackwang Date: Mon, 24 Aug 2020 09:48:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A4=A7=E5=B1=8F=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E3=80=91-=E3=80=90=E6=95=B0=E6=8D=AE=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E4=BA=BF=E8=81=94=E8=A1=97=E9=81=93=E3=80=81A=E8=A1=97?= =?UTF-8?q?=E9=81=93=E5=8F=8A=E5=85=B6=E4=B8=8B=E7=BA=A7=E3=80=91-?= =?UTF-8?q?=EF=BC=88=E7=8E=8B=E7=AB=A5=EF=BC=89-2020/8/24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/screen/DataStatsScreencollDao.xml | 1525 +++++++++-------- 1 file changed, 847 insertions(+), 678 deletions(-) diff --git a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/DataStatsScreencollDao.xml b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/DataStatsScreencollDao.xml index fe9f283dd..dd3bf7f93 100644 --- a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/DataStatsScreencollDao.xml +++ b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/DataStatsScreencollDao.xml @@ -66,6 +66,9 @@ WHERE d.DEL_FLAG = '0' and d.type_key='grid_party' + and d.id not in ('1191534129122230274','1191534416067149825','1191535301279203329','1191535501527859202', + '1191535697380884481','1192004624745586689','1230704850994528257', + '1201319745506598913','1201687651826360321','1201689212329746433') ) t GROUP BY t.orgId @@ -142,6 +145,9 @@ co.DEL_FLAG = '0' and gr.DEL_FLAG = '0' and co.type_key='community_party' + and co.id not in ('1191534129122230274','1191534416067149825','1191535301279203329','1191535501527859202', + '1191535697380884481','1192004624745586689','1230704850994528257', + '1201319745506598913','1201687651826360321','1201689212329746433') ) t GROUP BY t.orgId @@ -220,6 +226,9 @@ and co.DEL_FLAG = '0' and gr.DEL_FLAG = '0' and st.type_key='street_party' + and st.id not in ('1191534129122230274','1191534416067149825','1191535301279203329','1191535501527859202', + '1191535697380884481','1192004624745586689','1230704850994528257', + '1201319745506598913','1201687651826360321','1201689212329746433') ) t GROUP BY t.orgId @@ -375,6 +384,9 @@ and ei.DEL_FLAG=0 and ei.ITEM_STATE=0 and i.DEL_FLAG=0 + and d.id not in ('1191534129122230274','1191534416067149825','1191535301279203329','1191535501527859202', +'1191535697380884481','1192004624745586689','1230704850994528257', +'1201319745506598913','1201687651826360321','1201689212329746433') order by ei.CREATED_TIME desc,i.id