liujie
2025-07-18 e86d554ee5476d89845f86a49864d990180542b5
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysMenuMapper.java
@@ -128,4 +128,9 @@
    List<MenuTreeVO> selectMenusByParentId(@Param("menuId")Long menuId);
    List<MenuTreeVO> getAllRootMenu();
    List<SysMenu> selectMenusByUserId(@Param("userId")Long userId);
    List<String> getPathsByMenuIds(@Param("ids")List<Long> ids);
}