This commit is contained in:
hongqiwei
2026-01-29 17:26:01 +08:00
parent 0a5c890fc2
commit b75fdabce5
2 changed files with 2 additions and 2 deletions
@@ -299,7 +299,7 @@ public class SysUnitController {
)
));
}
List<Tree<String>> treeList = TreeUtil.build(nodeList, StrUtil.blankToDefault(pid, "J"));
List<Tree<String>> treeList = TreeUtil.build(nodeList, StrUtil.blankToDefault(pid, "0"));
return Result.success(treeList);
} catch (Exception e) {
return Result.error();