@ -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>