heheng
6 小时以前 8b8ecaf63f03fe636c22ce9e8d8e7acd2a5e8255
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);
}