修改分类

This commit is contained in:
ouzhiqiang
2025-09-18 15:38:59 +08:00
parent 72f974c083
commit 46e78cff08

View File

@@ -263,7 +263,7 @@ class TopicNas extends Common
->isShow(true) ->isShow(true)
->order(['sort' => 'asc', 'id' => 'desc']) ->order(['sort' => 'asc', 'id' => 'desc'])
->select(); ->select();
dump($article_categorys);exit; dump($article_categorys->toArray());exit;
//查询三级分类 //查询三级分类
$article_categorys_new = []; $article_categorys_new = [];
if (!$article_categorys->isEmpty()) { if (!$article_categorys->isEmpty()) {