C3031
2026-03-06 8db52bc296f662691a17aabeeabebd713e3b576d
LB_VisionFlowNode/FlowPanel.cs
@@ -1,4 +1,5 @@
using System.Collections.Concurrent;
using LB_SmartVisionCommon;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Xml.Linq;
@@ -305,6 +306,7 @@
            bool result = Context.ExecuteNode(currentNode);
#if DEBUG
            Debug.WriteLine(DateTime.Now.ToString("[yyyy:MM:dd:HH:mm:ss:fff] ") + $"执行节点[{currentNode.Text}],结果为{result}");
            AsyncLogHelper.Debug(DateTime.Now.ToString("[yyyy:MM:dd:HH:mm:ss:fff] ") + $"执行节点[{currentNode.Text}],结果为{result}");
#endif
            context.BranchResults.TryAdd(context.CurrentBranchName, currentNode.Result);
            currentNode.Result = result;