智慧保安后台管理-外网-验收版本
tangzy
2021-09-10 4577179ec2eab3ef7ddf259d703ba18eb095ff7a
src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
@@ -598,9 +598,15 @@
                si.departmentid = dept.id
        WHERE
            1=1
          and dept_category = 1
          AND dept.is_deleted = 0
          and dept.id !=1420222961377357825
          and dept.id !=1432625856013971457
        and dept.parent_id!=1420222961377357825
        and dept.parent_id!=1432625856013971457
    </select>
    <!--查询所有的部门信息-->
    <select id="selDeptList" resultType="org.springblade.common.vo.DeptVo">
        select id ,dept_name deptName from blade_dept where is_deleted=0
    </select>
</mapper>