mitao
2 天以前 6bdff06fadea15ab3b4e70c25a7cb4c73e5a64fc
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
@@ -1,8 +1,9 @@
package com.ruoyi.system.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.ruoyi.common.core.domain.entity.SysDept;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
 * 部门管理 数据层
@@ -115,4 +116,6 @@
     * @return 结果
     */
    public int deleteDeptById(Long deptId);
    public List<SysDept> selectByIds(@Param("deptIds") List<Integer> deptIds);
}