From a2a8511dc6b23e86851c23e880bdfe3a62f634b0 Mon Sep 17 00:00:00 2001 From: "HDM58\\hdm58" Date: Sat, 13 Jan 2024 15:39:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=97=A5=E6=8A=A5?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E9=99=84=E4=BB=B6=EF=BC=8C=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=99=84=E4=BB=B6=E5=90=8E=E9=99=84=E4=BB=B6?= =?UTF-8?q?=E8=BF=98=E5=AD=98=E5=9C=A8=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/oa/controller/Work.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/oa/controller/Work.php b/app/oa/controller/Work.php index 8a82a6f..6096f22 100644 --- a/app/oa/controller/Work.php +++ b/app/oa/controller/Work.php @@ -150,7 +150,7 @@ class Work extends BaseController ->order('wf.create_time desc') ->where(['wf.wid' => $id]) ->select()->toArray(); - $interfix_ids = array_column($file_array, 'file_id'); + $interfix_ids = array_column($file_array, 'id'); $detail['file_ids'] = implode(",", $interfix_ids); $type = $detail['type']; View::assign('file_array', $file_array);