From 6b87375a6e1107f7385054ef68b59f200493312e Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Thu, 20 Nov 2025 14:16:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95bug=20=20=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E5=AE=9E=E4=BE=8Bbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Base.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/api/controller/Base.php b/application/api/controller/Base.php index 765fb57..4c2bc3c 100644 --- a/application/api/controller/Base.php +++ b/application/api/controller/Base.php @@ -356,6 +356,7 @@ class Base extends Controller return 'Instance already exists'; } + $article_info = $this->article_obj->where('article_id', $article_id)->find(); $files = $this->article_file_obj ->where('article_id', $article_info['article_id'])