Browse Source

区直部门-治理能力修改end2

master
yinzuomei 5 years ago
parent
commit
5a5dfe1f27
  1. 6
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityDeptMonthlyDao.xml

6
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityDeptMonthlyDao.xml

@ -103,7 +103,7 @@
fact_index_govrn_ablity_dept_monthly m
inner join screen_customer_dept scd
on(
m.GRID_ID=scd.GRID_ID
m.DEPT_ID=scd.DEPT_ID
and scd.DEL_FLAG='0'
and scd.UP_TO_CAL='yes'
)
@ -143,7 +143,7 @@
fact_index_govrn_ablity_dept_monthly m
inner join screen_customer_dept scd
on(
m.GRID_ID=scd.GRID_ID
m.DEPT_ID=scd.DEPT_ID
and scd.DEL_FLAG='0'
and scd.UP_TO_CAL='yes'
)
@ -178,7 +178,7 @@
fact_index_govrn_ablity_dept_monthly m
inner join screen_customer_dept scd
on(
m.GRID_ID=scd.GRID_ID
m.DEPT_ID=scd.DEPT_ID
and scd.DEL_FLAG='0'
and scd.UP_TO_CAL='yes'
)

Loading…
Cancel
Save