修改分类
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user