Browse Source

居民信息大屏数据接口去掉亿联网格

feature/syp_points
songyunpeng 5 years ago
parent
commit
7b350ef047
  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

@ -261,6 +261,6 @@
sd.type_key
FROM
sys_dept sd
where sd.del_flag='0'
where sd.del_flag='0' and sd.ID not in(select dept_id from sys_dept_config t where t.del_flag ='0' and congig_type = 'screen_not_dept')
</select>
</mapper>

Loading…
Cancel
Save