智慧保安后台管理-外网项目备份
tangzy
2021-09-06 097a14bada17d8b2bc776ba0d97e6c67bf1eba89
src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
@@ -603,4 +603,9 @@
          and dept.id !=1420222961377357825
        and dept.parent_id!=1420222961377357825
    </select>
    <!--查询所有的部门信息-->
    <select id="selDeptList" resultType="org.springblade.common.vo.DeptVo">
        select id ,dept_name deptName from blade_dept where is_deleted=0
    </select>
</mapper>