From 675075c8e140ee0882c5277bd68468fe6194b207 Mon Sep 17 00:00:00 2001
From: zhangnaisong <2434969829@qq.com>
Date: 星期三, 24 七月 2024 21:41:47 +0800
Subject: [PATCH] 电磁锁实时状态提交

---
 ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java b/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
index 22db9eb..558d9ce 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
@@ -125,5 +125,13 @@
      */
     public int deleteDeptById(Long deptId);
 
+    public List<Long> getChildrenDeptIdList(@Param("deptIdList")List<Long> deptIdList);
 
+    public List<Long> selectDeptIdBySub(Long deptId);
+
+    public List<Long> selectRoleDeptIdByUsersId(String usersId);
+
+    public List<SysDept> getParentsDeptListByDeptId(Long deptId);
+
+    public List<SysDept> selectNextChildrenDeptByIdAndInList(@Param("deptId")Long deptId,@Param("deptIdList")List<Long> deptIdList);
 }

--
Gitblit v1.9.3