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; @@ -125,4 +126,10 @@ * @return 结果 */ public int deleteDeptById(Long deptId); int insetMangeBatch(List<SysDeptManage> sysDeptManages); int deleteMangeBatch(long deptId); List<SysDeptManage> getAllManage(long deptId); }