Browse Source

冗余

hotfix/yujt_opt
zhangyuan 5 years ago
parent
commit
22ccebb8a2
  1. 4
      epdc-cloud-property/src/main/resources/mapper/project/PropertyProjectDao.xml

4
epdc-cloud-property/src/main/resources/mapper/project/PropertyProjectDao.xml

@ -172,9 +172,7 @@
WHERE
ep.DEL_FLAG = '0'
AND eg.DEL_FLAG = '0'
<if test="id != null and id != ''">
AND ep.ID = #{id}
</if>
AND ep.ID = #{id}
AND (ep.GRID_ID = #{gridId}
OR find_in_set(#{gridId},ep.ALL_DEPT_IDS))
GROUP BY

Loading…
Cancel
Save