Browse Source

【网格实体化运作】-【区直部门权限】-(王童)-2020/12/10

feature/dangjian
Jackwang 5 years ago
parent
commit
01eb290613
  1. 3
      esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/SubPositionCheckInfoDao.xml

3
esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/SubPositionCheckInfoDao.xml

@ -54,6 +54,9 @@
<if test="typeKey == 'street_party'">
and find_in_set(#{sysDeptId},ALL_DEPT_IDS)
</if>
<if test="typeKey == 'district_party' || typeKey == 'district_dept'">
and STATUS = 2
</if>
order by CREATED_TIME desc
</select>

Loading…
Cancel
Save