无关风月
2024-06-17 34e183fbfed4688f25b375d4966b937f52228827
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/SysRoleController.java
@@ -179,9 +179,9 @@
        // 获取所有菜单ids
        List<Long> menusId1 = menuMapper.selectList(new LambdaQueryWrapper<SysMenu>()).stream().map(SysMenu::getMenuId).collect(Collectors.toList());
//        if(menusId.size()==0){
//            return AjaxResult.success(new ArrayList<>());
//        }
        if(CollectionUtils.isEmpty(menusId)){
            return AjaxResult.success(new ArrayList<>());
        }
        //获取所有的权限菜单
        List<SysMenus> all = menuMapper.getAllInIds(menusId1);