liujie
2025-07-23 af9faffae7eb096e21c342395a480837f031b0ef
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);
}