RuoYi
2023-08-15 c94e9f0a1fbafb8e95f055a26a376892fe89a84c
src/main/java/com/ruoyi/project/system/mapper/SysDeptMapper.java
@@ -26,7 +26,7 @@
     * @param deptCheckStrictly 部门树选择项是否关联显示
     * @return 选中部门列表
     */
    public List<Integer> selectDeptListByRoleId(@Param("roleId") Long roleId, @Param("deptCheckStrictly") boolean deptCheckStrictly);
    public List<Long> selectDeptListByRoleId(@Param("roleId") Long roleId, @Param("deptCheckStrictly") boolean deptCheckStrictly);
    /**
     * 根据部门ID查询信息