修改流程引擎退回逻辑

This commit is contained in:
2021-04-09 23:18:01 +08:00
parent 4560ef7c93
commit 12d70a9192
2 changed files with 43 additions and 1 deletions
@@ -558,7 +558,8 @@ class WorkflowController extends DefaultController
$next_steps = StepService::getNextSteps($steps, $run_step['step_id'], $gets);
break;
case 'back':
$next_steps = StepService::getBackSteps($steps, $run_step['step_id'], $gets);
$next_steps = StepService::getBackStep($log, $run_step, $gets);
//$next_steps = StepService::getBackSteps($steps, $run_step['step_id'], $gets);
break;
}