Browse Source

市北大屏,党员年龄分布接口,将使用ParentId匹配改成使用OrgId匹配,只查指定机关/网格的党员年龄分布。

master
wangchao 5 years ago
parent
commit
91650898d4
  1. 2
      epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenCpcBaseDataDao.xml

2
epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenCpcBaseDataDao.xml

@ -15,7 +15,7 @@
screen_cpc_base_data
WHERE
DEL_FLAG = '0'
AND PARENT_ID = #{agencyId}
AND ORG_ID = #{agencyId}
</select>
</mapper>
Loading…
Cancel
Save