# Conflicts:
#	src/main/resources/views/layouts/v4/apps.html
This commit is contained in:
那些花儿
2025-09-25 17:01:16 +08:00
67 changed files with 3928 additions and 157 deletions
@@ -292,7 +292,7 @@ public class SysUnitController {
for (int i = 0; i < list.size(); i++) {
nodeList.add(new TreeNode<>(list.get(i).getId(), list.get(i).getParentId(), list.get(i).getName(), i));
}
List<Tree<String>> treeList = TreeUtil.build(nodeList, StrUtil.blankToDefault(pid, "1"));
List<Tree<String>> treeList = TreeUtil.build(nodeList, StrUtil.blankToDefault(pid, "0000"));
// NutMap menuMap = NutMap.NEW();
// for (Sys_unit unit : list) {