From 65a6191325822fabf9b6091fa9ab23eb986221f4 Mon Sep 17 00:00:00 2001 From: Fast Run <1838188896@qq.com> Date: Mon, 30 Aug 2021 10:29:19 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/unit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/unit.php b/src/lib/unit.php index e0bda70..059a663 100644 --- a/src/lib/unit.php +++ b/src/lib/unit.php @@ -126,7 +126,7 @@ class unit */ public static function nexnexprocessinfo($wf_mode, $npi) { - if($npi['process_type']=='is_end'){ + if(isset($npi['process_type']) && $npi['process_type']=='is_end'){ return '流程终止'; } if ($wf_mode != 2) { -- Gitee