Browse Source

街道级别代码微调

dev_shibei_match
zxc 4 years ago
parent
commit
7bcaae2934
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcal/CommunityScoreDao.xml

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcal/CommunityScoreDao.xml

@ -166,6 +166,6 @@
WHERE sca.DEL_FLAG = 0
AND sca.AREA_CODE LIKE CONCAT(#{areaCode},'%')
AND sca.`LEVEL` = 'community'
GROUP BY sca.AGENCY_ID
GROUP BY parentId
</select>
</mapper>

Loading…
Cancel
Save