diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityOrgMonthlyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityOrgMonthlyDao.xml index c372a54b71..74b560fed4 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityOrgMonthlyDao.xml +++ b/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' diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexServiceAblityOrgMonthlyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexServiceAblityOrgMonthlyDao.xml index 4c4ae544bf..bd138f9025 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexServiceAblityOrgMonthlyDao.xml +++ b/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'