From bf75d92d753bcd3cf871d6d1201f8dd359b11bc6 Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期五, 24 十一月 2023 14:50:29 +0800
Subject: [PATCH] 优化application删除不必要的配置 优化pom中多余的依赖

---
 ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java
index 0b3d308..47cf6f0 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java
@@ -4,6 +4,7 @@
 import java.util.Map;
 
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import com.ruoyi.common.core.domain.DeptUserTree;
 import com.ruoyi.common.core.domain.TreeDeptWell;
 import com.ruoyi.common.core.domain.TreeSelect;
 import com.ruoyi.common.core.domain.TreeSelectWell;
@@ -143,6 +144,11 @@
      * @param depts
      * @return
      */
-    List<TreeSelectWell> wellTree(List<TreeDeptWell> depts);
+    List<TreeDeptWell> wellTree(List<TreeDeptWell> depts);
     List<TreeDeptWell> buildDeptWellTree(List<TreeDeptWell> depts);
+
+    /**
+     * 浜哄憳閮ㄩ棬缁撴瀯鏍戝舰
+     */
+    List<DeptUserTree> deptUserTree(List<DeptUserTree> depts);
 }

--
Gitblit v1.9.3