流程bug
This commit is contained in:
@@ -418,6 +418,13 @@ public class FlowTaskOtherUtil
|
||||
mapRule = GetMapRule(approversPro.assignList, flowTaskParamter.flowTaskNodeEntity.NodeCode);
|
||||
}
|
||||
var data =await _runService.GetFlowFormDataDetails(thisFormId, flowTaskParamter.flowTaskEntity.Id);
|
||||
if (!data.ContainsKey("flowId"))//modifyby zhoukeda 20230704
|
||||
{
|
||||
if (((Dictionary<string, object>)flowTaskParamter.formData).TryGetValue("flowId",out var value))
|
||||
{
|
||||
data.Add("flowId",value);
|
||||
}
|
||||
}
|
||||
var nextFormData = await _runService.SaveDataToDataByFId(thisFormId, nextFormId, mapRule, data);
|
||||
nextNodeData[item.NodeCode] = nextFormData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user