From 5f07ddc52c8643695049c0395aa73efc913ca69d Mon Sep 17 00:00:00 2001
From: liusuyi <1951119284@qq.com>
Date: 星期二, 30 七月 2024 09:50:46 +0800
Subject: [PATCH] 修改:会话监听事件增加日志打印

---
 ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java |   34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 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 7fdbc3e..8482eec 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
@@ -3,7 +3,11 @@
 import java.util.List;
 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;
 import com.ruoyi.common.core.domain.entity.SysDept;
 
 /**
@@ -28,7 +32,7 @@
      * @return 閮ㄩ棬鏍戜俊鎭泦鍚�
      */
     public List<TreeSelect> selectDeptTreeList(SysDept dept);
-
+    public List<TreeSelect> selectDeptTreeListNoDataScope(SysDept dept);
     /**
      * 鏋勫缓鍓嶇鎵�闇�瑕佹爲缁撴瀯
      * 
@@ -124,4 +128,32 @@
      */
     public int deleteDeptById(Long deptId);
 
+    /**
+     * 鏍规嵁褰撳墠deptId鎴栬�呭綋鍓嶅強鎵�灞炰笅绾х殑鎵�鏈塪eptId
+     * @param deptId
+     * @return
+     */
+    List<Long> deptIdBySub(Long deptId);
+
+    List<SysDept> all();
+
+    List<SysDept> allByUser(List<Long> deptList);
+
+    /**
+     * 棰勭暀缁撴瀯鐨勬爲褰�
+     * @param depts
+     * @return
+     */
+    List<TreeDeptWell> wellTree(List<TreeDeptWell> depts);
+    List<TreeDeptWell> buildDeptWellTree(List<TreeDeptWell> depts);
+
+    /**
+     * 浜哄憳閮ㄩ棬缁撴瀯鏍戝舰
+     */
+    List<DeptUserTree> deptUserTree(List<DeptUserTree> depts);
+
+    /**
+    *   鏌ヨ鑷韩鍙婁笅灞炲拰鑷畾涔夋潈闄愪富閿�
+    * */
+    List<Long> selectDeptIdBySubAndUserId(Long deptId,String usersId);
 }

--
Gitblit v1.9.3