Browse Source

部门列表减少

master
lichao 2 years ago
parent
commit
7965592d0f
  1. 41
      epdc-cloud-admin/src/main/resources/mapper/GridMemberCategoryDao.xml

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

@ -25,8 +25,45 @@
<select id="getCommunityDeptList" resultType="com.elink.esua.epdc.entity.SysDeptEntity">
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')
and type_key='community_party'
and id not in (select dept_id from sys_dept_config where del_flag='0')
and id != '1412751684721364994'
and id != '1412751852703240194'
and id != '1412752483916632065'
and id != '1412751995296993282'
and id != '1412751477870874626'
and id != '1412752741518200833'
and id != '1412752876461543425'
and id != '1412752344141451266'
and id != '1412755427781169154'
and id != '1412755107852242946'
and id != '1412755536807907329'
and id != '1412755303709462529'
and id != '1412754839714582529'
and id != '1412755007046340609'
and id != '1412754245637558273'
and id != '1412754028305502209'
and id != '1412753261267963906'
and id != '1412754413187420162'
and id != '1412754530548240386'
and id != '1412754658206076930'
and id != '1412753152320917506'
and id != '1412753621944553473'
and id != '1412753881160929282'
and id != '1412752994472480770'
and id != '1450335421981945858'
and id != '1509732110895022081'
and id != '1564084401064046594'
and id != '1677530485777395713'
and id != '1412755523763621890'
and id != '1412754135826485249'
and id != '1412761649947267073'
and id != '1412784454961123330'
and id != '1412760354205126657'
and id != '1412757374579953665'
and id != '1412751509273628673'
and id != '1412762365214511105'
and id != '1412781979810058242'
order by sort asc
</select>

Loading…
Cancel
Save