zxc 4 years ago
parent
commit
708a14a056
  1. 4
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityOrgMonthlyDao.xml
  2. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexServiceAblityOrgMonthlyDao.xml

4
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityOrgMonthlyDao.xml

@ -304,8 +304,8 @@
AND gm.PARENT_ID != '0'
)
WHERE sca.DEL_FLAG = '0'
AND sca.PARENT_AREA_CODE = #{areaCode}
AND sca.PARENT_AREA_CODE = #{areaCodke}
AND sca.CUSTOMER_ID = #{customerId}
AND sca.PID != '0'
AND sca.PID = '0'
</select>
</mapper>

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexServiceAblityOrgMonthlyDao.xml

@ -237,7 +237,7 @@
WHERE sca.DEL_FLAG = '0'
AND sca.PARENT_AREA_CODE = #{areaCode}
AND sca.CUSTOMER_ID = #{customerId}
AND sca.PID != '0'
AND sca.PID = '0'
</select>
<select id="selectActivityCountMapExistsSubNotSelfNew" resultType="java.util.Map">

Loading…
Cancel
Save