RuoYi
2021-05-11 ba504d26e6a2d8987afe1ea5053b35bf48425525
src/main/java/com/ruoyi/project/system/mapper/SysMenuMapper.java
@@ -61,9 +61,10 @@
     * 根据角色ID查询菜单树信息
     * 
     * @param roleId 角色ID
     * @param menuCheckStrictly 菜单树选择项是否关联显示
     * @return 选中菜单列表
     */
    public List<Integer> selectMenuListByRoleId(Long roleId);
    public List<Integer> selectMenuListByRoleId(@Param("roleId") Long roleId, @Param("menuCheckStrictly") boolean menuCheckStrictly);
    /**
     * 根据菜单ID查询信息