Browse Source

【大屏展示】-【市区级人数添加过滤】-(王童)-2020/8/26

feature/dangjian
Jackwang 5 years ago
parent
commit
959c027971
  1. 9
      esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/DataStatsScreencollDao.xml

9
esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/DataStatsScreencollDao.xml

@ -290,6 +290,9 @@
and st.DEL_FLAG = '0'
and co.DEL_FLAG = '0'
and gr.DEL_FLAG = '0'
and gr.id not in ('1191534129122230274','1191534416067149825','1191535301279203329','1191535501527859202',
'1191535697380884481','1192004624745586689','1230704850994528257',
'1201319745506598913','1201687651826360321','1201689212329746433')
and city.type_key='district_party' and city.party_code='shibei'
) t
GROUP BY
@ -1312,6 +1315,9 @@ union all
and co.del_flag=0
and st.del_flag=0
and city.DEL_FLAG=0
and gr.id not in ('1191534129122230274','1191534416067149825','1191535301279203329','1191535501527859202',
'1191535697380884481','1192004624745586689','1230704850994528257',
'1201319745506598913','1201687651826360321','1201689212329746433')
and city.type_key='district_party' and city.party_code='shibei'
GROUP BY city.id
</select>
@ -2119,6 +2125,9 @@ union all
and co.del_flag=0
and st.del_flag=0
and city.DEL_FLAG=0
and gr.id not in ('1191534129122230274','1191534416067149825','1191535301279203329','1191535501527859202',
'1191535697380884481','1192004624745586689','1230704850994528257',
'1201319745506598913','1201687651826360321','1201689212329746433')
and city.type_key='district_party' and city.party_code='shibei'
GROUP BY city.id

Loading…
Cancel
Save