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()) {