This commit is contained in:
2026-04-16 14:51:52 +08:00
parent b67930563a
commit af18f33493
6 changed files with 29 additions and 20 deletions
@@ -91,7 +91,7 @@ public class ActivityBasicUnitController {
)
));
}
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();