修改分类

This commit is contained in:
ouzhiqiang
2025-09-18 15:38:59 +08:00
parent 2e62fee31a
commit be3f667135

View File

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