|
@@ -494,11 +494,6 @@ namespace Hotline.FlowEngine.Workflows
|
|
|
workflow.SetStatusRunnable();
|
|
|
|
|
|
//更新当前办理节点信息
|
|
|
- //workflow.UpdateWorkflowCurrentStepInfo(false,
|
|
|
- // _sessionContext.RequiredUserId, _sessionContext.UserName,
|
|
|
- // _sessionContext.RequiredOrgId, _sessionContext.OrgName,
|
|
|
- // _sessionContext.OrgAreaCode, _sessionContext.OrgAreaName,
|
|
|
- // nextStep: newPrevStep);
|
|
|
workflow.UpdateWorkflowCurrentStepInfo(false,
|
|
|
user.Id, user.Name,
|
|
|
user.Organization.Id, user.Organization.Name,
|