From b04a261bd1a4b735fe077e706a6d18a5cb492b0e Mon Sep 17 00:00:00 2001 From: zhangbin <460190368@qq.com> Date: Sat, 7 Feb 2026 15:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/workflow/WorkflowEngineApp.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/OpenAuth.App/workflow/WorkflowEngineApp.cs b/OpenAuth.App/workflow/WorkflowEngineApp.cs index ec4df37..865542d 100644 --- a/OpenAuth.App/workflow/WorkflowEngineApp.cs +++ b/OpenAuth.App/workflow/WorkflowEngineApp.cs @@ -288,7 +288,10 @@ public class WorkflowEngineApp : SqlSugarBaseApp() + .SetColumns(t => new ZyFlowWorkitem() { Status = "Done" }) + .Where(t => t.WorkitemId == hasNextWorkItem.WorkitemId).ExecuteCommand(); // 判断是归档还是驳回 ProcessSummaryNode(flowInstance, nextNode, userId, userName); }