疯狂的狮子li
2021-04-01 222dfd1fe1a1338fc5b784f1ad52bb11b1521c5b
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
@@ -23,9 +23,10 @@
     * 根据角色ID查询部门树信息
     * 
     * @param roleId 角色ID
     * @param deptCheckStrictly 部门树选择项是否关联显示
     * @return 选中部门列表
     */
    public List<Integer> selectDeptListByRoleId(Long roleId);
    public List<Integer> selectDeptListByRoleId(@Param("roleId") Long roleId, @Param("deptCheckStrictly") boolean deptCheckStrictly);
    /**
     * 根据部门ID查询信息