zhuo
2025-02-26 5d2e1672c1ad8a0fa890b35b560d2f966095fc25
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/TreeSelect.java
@@ -51,7 +51,7 @@
    {
        this.id = menu.getMenuId();
        this.label = menu.getMenuName();
        this.isRersonalButton = menu.geIsRersonalButton();
        this.isRersonalButton = menu.getIsRersonalButton();
        this.children = menu.getChildren().stream().map(TreeSelect::new).collect(Collectors.toList());
    }