装配清单-部件加工解析装配设置层级错误修复

This commit is contained in:
gaoqr
2026-03-10 15:53:32 +08:00
parent ff0c5e1f33
commit e417b5154f
@@ -548,7 +548,7 @@ public class AssemblyListServiceImpl implements AssemblyListService {
Map<String, Boolean> map = new HashMap<>();
Deque<NodeLevel<OrderComponentTreeCompareVO>> stack = new ArrayDeque<>();
stack.push(new NodeLevel<>(root, 1));
stack.push(new NodeLevel<>(root, 0));
while (!stack.isEmpty()) {
NodeLevel<OrderComponentTreeCompareVO> current = stack.pop();