From b720341b27da54284f844561edfad5dacf13604e Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期三, 09 七月 2025 08:50:48 +0800 Subject: [PATCH] 修改 --- multi-system/src/main/java/com/gkhy/exam/system/mapper/SysDeptMapper.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/multi-system/src/main/java/com/gkhy/exam/system/mapper/SysDeptMapper.java b/multi-system/src/main/java/com/gkhy/exam/system/mapper/SysDeptMapper.java index 211ab27..9f2fee6 100644 --- a/multi-system/src/main/java/com/gkhy/exam/system/mapper/SysDeptMapper.java +++ b/multi-system/src/main/java/com/gkhy/exam/system/mapper/SysDeptMapper.java @@ -2,6 +2,7 @@ import com.gkhy.exam.common.domain.entity.SysDept; +import com.gkhy.exam.system.domain.SysDeptManage; import com.gkhy.exam.system.domain.vo.DeptVo; import org.apache.ibatis.annotations.Param; @@ -21,6 +22,8 @@ * @return 部门信息集合 */ public List<DeptVo> selectDeptList(SysDept dept); + + int selectDeptListCount(SysDept dept); /** * @@ -125,4 +128,10 @@ * @return 结果 */ public int deleteDeptById(Long deptId); + + + int insetMangeBatch(List<SysDeptManage> sysDeptManages); + int deleteMangeBatch(long deptId); + + List<SysDeptManage> getAllManage(long deptId); } -- Gitblit v1.9.2