guns-management/src/main/java/com/stylefeng/guns/modular/code/controller/SysDeptController.java
@@ -72,8 +72,7 @@ public List<Dept> tree() { List<ZTreeNode> tree = this.deptService.tree(); tree.add(ZTreeNode.createParent()); return deptService.selectList(null); return deptService.selectList(null); // return tree; } @Autowired