From be3f6671355dc316c3f87afb78acfc8defc23a4d Mon Sep 17 00:00:00 2001 From: ouzhiqiang <835402500@qq.com> Date: Thu, 18 Sep 2025 15:38:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/controller/TopicNas.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index/controller/TopicNas.php b/app/index/controller/TopicNas.php index 06a5d01e..960f9301 100644 --- a/app/index/controller/TopicNas.php +++ b/app/index/controller/TopicNas.php @@ -263,7 +263,7 @@ class TopicNas extends Common ->isShow(true) ->order(['sort' => 'asc', 'id' => 'desc']) ->select(); - dump($article_categorys);exit; + dump($article_categorys->toArray());exit; //查询三级分类 $article_categorys_new = []; if (!$article_categorys->isEmpty()) {