Browse Source

只有社区网格街道

master
zhangyuan 3 years ago
parent
commit
655c824cae
  1. 1
      epdc-cloud-admin/src/main/resources/mapper/SysDeptDao.xml

1
epdc-cloud-admin/src/main/resources/mapper/SysDeptDao.xml

@ -374,6 +374,7 @@
sys_dept d
LEFT JOIN sys_dept p ON d.pid = p.id
<where>
AND d.type_key in ('street_party','community_party','grid_party')
<if test="tags!=null and tags!=''">
and d.type_key = #{tags}
</if>

Loading…
Cancel
Save