From d76c01a8ab5cb55da354b0bdb352e911d2642443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=81=E4=B9=8B=E4=BA=91=E7=A7=91=E6=8A=80?= <1838188896@qq.com> Date: Mon, 29 Nov 2021 02:48:48 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A9=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=8B=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/lib.php b/src/lib/lib.php index d7bb40e..5596c8f 100644 --- a/src/lib/lib.php +++ b/src/lib/lib.php @@ -50,7 +50,7 @@ class lib $url = ['url' => $urls['wfdo'] . '?act=do&wf_type=' . $wf_type . '&wf_fid=' . $wf_fid]; switch ($status) { case 0: - $start_flow = unit::gconfig('start_flow'); + $start_flow = (array)unit::gconfig('start_flow');// Guoke 2021/11/26 16:55 修复空数据下报错 $btn_access = true ; if (in_array($wf_type, $start_flow)) { $uid = Bill::getbillvalue($wf_type,$wf_fid,'uid'); -- Gitee