mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
装配清单-部件加工解析装配设置层级错误修复
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user