Browse Source

获取社区列表添加筛选

zy_PrivacyExport
Jackwang 4 years ago
parent
commit
d8c7b79e1a
  1. 1
      epdc-cloud-admin/src/main/resources/mapper/GridMemberCategoryDao.xml

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

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

Loading…
Cancel
Save