Browse Source

修改:居民端:一键服务:企业信息填报功能修改:

选择项所属网格组织树去掉部门,只显示街道、社区、网格
feature/screenDataPush
liuchuang 4 years ago
parent
commit
4936a1683a
  1. 2
      esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/mapper/SysDeptDao.xml

2
esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/mapper/SysDeptDao.xml

@ -263,7 +263,7 @@
sd.type_key
FROM
sys_dept sd
where sd.del_flag='0' and sd.type_key in ('street_party', 'community_party', 'grid_party') and sd.ID not in(select dept_id from sys_dept_config t where t.del_flag ='0')
where sd.del_flag='0' and sd.type_key in ('district_party', 'street_party', 'community_party', 'grid_party') and sd.ID not in(select dept_id from sys_dept_config t where t.del_flag ='0')
</select>
<select id="selectListDeptTreeWithTypeKey"

Loading…
Cancel
Save