fuliqi
2025-01-20 946ddd7da9bc3cdbcffdd144f8c9de6f6e08e8a8
system/src/main/java/com/ycl/system/service/impl/SysDeptServiceImpl.java
@@ -65,7 +65,7 @@
    @Override
    public List<StringTreeSelect> flowDeptTree(SysDept dept) {
        List<SysDept> depts = SpringUtils.getAopProxy(this).selectDeptList(dept);
        List<SysDept> depts = deptMapper.selectDeptList(dept);
        List<StringTreeSelect> list = depts.stream().map(item -> {
            StringTreeSelect d = new StringTreeSelect();
            d.setId("dept:" + item.getDeptId());