From bfe9bf2481daf9292cffb407e88e67d8812502ca Mon Sep 17 00:00:00 2001 From: yubaolee Date: Wed, 10 Jun 2026 23:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9Bfix:=20=E4=BF=AE=E5=A4=8D=E5=8F=AC?= =?UTF-8?q?=E5=9B=9E=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/Flow/FlowRuntime.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAuth.App/Flow/FlowRuntime.cs b/OpenAuth.App/Flow/FlowRuntime.cs index ea0b1121..62032d26 100644 --- a/OpenAuth.App/Flow/FlowRuntime.cs +++ b/OpenAuth.App/Flow/FlowRuntime.cs @@ -414,6 +414,7 @@ namespace OpenAuth.App.Flow flowInstance.ActivityId = startNodeId; flowInstance.ActivityName = Nodes[startNodeId].name; flowInstance.MakerList = GetNodeMarkers(Nodes[startNodeId], flowInstance.CreateUserId); + flowInstance.SchemeContent = JsonHelper.Instance.Serialize(ToSchemeObj()); var sugarClient = AutofacContainerModule.GetService(); sugarClient.Updateable(flowInstance).ExecuteCommand(); @@ -448,6 +449,9 @@ namespace OpenAuth.App.Flow } } + /// + /// 转换为流程方案对象 + /// public object ToSchemeObj() { return new