From efbb69cc1f9eaa8bd0c55f978c7ca3e6b05597b2 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Mon, 6 Mar 2017 12:30:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=A1=E6=A0=B8=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E8=A1=A8=E5=8D=95=E6=95=B0=E6=8D=AE=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/WFProcessInstanceService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAuth.App/WFProcessInstanceService.cs b/OpenAuth.App/WFProcessInstanceService.cs index 9feb1eea..c9bd2b30 100644 --- a/OpenAuth.App/WFProcessInstanceService.cs +++ b/OpenAuth.App/WFProcessInstanceService.cs @@ -738,7 +738,7 @@ namespace OpenAuth.App var _data = new { SchemeContent = wfruntime.runtimeModel.schemeContentJson.ToString(), - frmData = (WFProcessInstance.FrmType == 0 ? wfruntime.runtimeModel.frmData : null) + frmData = wfruntime.runtimeModel.frmData }; WFProcessScheme.SchemeContent = _data.ToJson().ToString(); switch (_Confluenceres)