From 4e4f473913e239f1a3bcc76b377faf6f5e05ff50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=80=86=E5=A4=A9=E7=9A=84=E8=9D=88=E8=9D=88?= <632522043@qq.com> Date: Wed, 26 Jan 2022 02:18:55 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BB=88=E7=82=B9=E8=8A=82=E7=82=B9=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/adaptive/Info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adaptive/Info.php b/src/adaptive/Info.php index 33c8062..8152d38 100644 --- a/src/adaptive/Info.php +++ b/src/adaptive/Info.php @@ -227,7 +227,7 @@ class Info } if ($workflow['status']['wf_mode'] != 2) { - if($workflow ['nexprocess']['process_type']=='node-end'){ + if(($workflow ['nexprocess']['process_type'] ?? '')=='node-end'){ $workflow['nexid'] = '';//终点节点,直接结束步骤 }else{ $workflow['nexid'] = $workflow ['nexprocess']['id'];//下一步骤 -- Gitee