修改表单的流程意见逻辑

This commit is contained in:
2021-05-25 21:53:55 +08:00
parent e9abf8483e
commit d0e2b35320
2 changed files with 20 additions and 22 deletions
@@ -126,9 +126,7 @@ class WorkflowController extends DefaultController
}
}
} else {
if ($gets['remark'] != '') {
$gets['step_remark'][$step_id] = $gets['remark'];
}
$gets['step_remark'][$step_id] = $gets['remark'];
}
// 转到步骤条件检查