ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
@@ -24,10 +24,18 @@ /** * 根据角色ID查询部门树信息 * * @param roleId 角色ID * @param roleId 角色ID * @param deptCheckStrictly 部门树选择项是否关联显示 * @return 选中部门列表 */ public List<Integer> selectDeptListByRoleId(@Param("roleId") Long roleId, @Param("deptCheckStrictly") boolean deptCheckStrictly); /** * 修改子元素关系 * * @param depts 子元素 * @return 结果 */ public int updateDeptChildren(@Param("depts") List<SysDept> depts); }