liujie
2025-07-18 a805f1ccdcd13e853b6775185b42b0dd90469795
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);
}