@ -26,6 +26,7 @@
select * from sys_dept
where del_flag='0'
and type_key='community_party'
and id not in (select dept_id from sys_dept_config where del_flag='0')
order by sort asc
</select>