Browse Source

【绩效考核】【网格实体化运作打分】-王公峰-2020-06-30

feature/dangjian
wanggongfeng 5 years ago
parent
commit
d17931c5e7
  1. 2
      esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/KpiCommunityBuildingDao.xml
  2. 2
      esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/KpiGridEntityDao.xml
  3. 2
      esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/KpiMassEvaluationDao.xml
  4. 2
      esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/KpiMattersResponseDao.xml
  5. 2
      esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/KpiPublicOpinionDao.xml
  6. 2
      esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/KpiTypicalCultureDao.xml

2
esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/KpiCommunityBuildingDao.xml

@ -47,7 +47,7 @@
from epdc_kpi_community_building
where DEL_FLAG = '0'
<if test="deptId != null and deptId != ''">
and DEPT_ID = #{deptId}
and FIND_IN_SET(#{deptId},ALL_DEPT_IDS)
</if>
<if test="monthYear != null and monthYear != ''">
and MONTH_YEAR = #{monthYear}

2
esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/KpiGridEntityDao.xml

@ -47,7 +47,7 @@
from epdc_kpi_grid_entity
where DEL_FLAG = '0'
<if test="deptId != null and deptId != ''">
and DEPT_ID = #{deptId}
and FIND_IN_SET(#{deptId},ALL_DEPT_IDS)
</if>
<if test="monthYear != null and monthYear != ''">
and MONTH_YEAR = #{monthYear}

2
esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/KpiMassEvaluationDao.xml

@ -47,7 +47,7 @@
from epdc_kpi_mass_evaluation
where DEL_FLAG = '0'
<if test="deptId != null and deptId != ''">
and DEPT_ID = #{deptId}
and FIND_IN_SET(#{deptId},ALL_DEPT_IDS)
</if>
<if test="year != null and year != ''">
and YEAR = #{year}

2
esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/KpiMattersResponseDao.xml

@ -45,7 +45,7 @@
from epdc_kpi_matters_response
where DEL_FLAG = '0'
<if test="deptId != null and deptId != ''">
and DEPT_ID = #{deptId}
and FIND_IN_SET(#{deptId},ALL_DEPT_IDS)
</if>
<if test="monthYear != null and monthYear != ''">
and MONTH_YEAR = #{monthYear}

2
esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/KpiPublicOpinionDao.xml

@ -47,7 +47,7 @@
from epdc_kpi_public_opinion sd
where sd.DEL_FLAG = '0'
<if test="deptId != null and deptId != ''">
and sd.DEPT_ID = #{deptId}
and FIND_IN_SET(#{deptId},sd.ALL_DEPT_IDS)
</if>
<if test="monthYear != null and monthYear != ''">
and sd.MONTH_YEAR = #{monthYear}

2
esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/KpiTypicalCultureDao.xml

@ -47,7 +47,7 @@
from epdc_kpi_typical_culture
where DEL_FLAG = '0'
<if test="deptId != null and deptId != ''">
and DEPT_ID = #{deptId}
and FIND_IN_SET(#{deptId},ALL_DEPT_IDS)
</if>
<if test="year != null and year != ''">
and YEAR = #{year}

Loading…
Cancel
Save