Browse Source

Merge branch 'release/yibin' of http://110.188.24.182:10023/Fengwo/hotline into release/yibin

田爽 10 months ago
parent
commit
d0ec021e11

+ 1 - 1
src/Hotline/FlowEngine/Workflows/WorkflowDomainService.cs

@@ -1250,7 +1250,7 @@ namespace Hotline.FlowEngine.Workflows
             startStep.NextSteps = nextSteps;
             startStep.NextSteps = nextSteps;
             startStep.IsMain = true;
             startStep.IsMain = true;
             startStep.IsOrigin = true;
             startStep.IsOrigin = true;
-            startStep.Status = EWorkflowStepStatus.WaitForHandle;
+            startStep.Status = EWorkflowStepStatus.WaitForAccept;
             startStep.PrevChosenStepCode = null;
             startStep.PrevChosenStepCode = null;
             startStep.StepExpiredTime = expiredTime;
             startStep.StepExpiredTime = expiredTime;
 
 

+ 0 - 6
src/Hotline/FlowEngine/Workflows/WorkflowStep.cs

@@ -117,12 +117,6 @@ public class WorkflowStep : StepBasicEntity
     /// </summary>
     /// </summary>
     public void Reset()
     public void Reset()
     {
     {
-        HandlerId = null;
-        HandlerName = null;
-        HandlerOrgId = null;
-        HandlerOrgName = null;
-        HandlerOrgAreaCode = null;
-        HandlerOrgAreaName = null;
         HandleTime = null;
         HandleTime = null;
 
 
         AcceptorId = null;
         AcceptorId = null;