疯狂的狮子li
2021-12-09 bcd5b713f8e8e8178fe56d0cd0d688878f27d88b
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
@@ -28,7 +28,7 @@
     * @param deptCheckStrictly 部门树选择项是否关联显示
     * @return 选中部门列表
     */
    List<Integer> selectDeptListByRoleId(@Param("roleId") Long roleId, @Param("deptCheckStrictly") boolean deptCheckStrictly);
    List<Long> selectDeptListByRoleId(@Param("roleId") Long roleId, @Param("deptCheckStrictly") boolean deptCheckStrictly);
    /**
     * 修改子元素关系