fix: nas 文章详情页分类排序问题

This commit is contained in:
2025-07-18 14:40:02 +08:00
parent 2c40c95794
commit af139f6bf4

View File

@@ -257,6 +257,7 @@ class TopicNas extends Common
->language($this->lang_id) ->language($this->lang_id)
->parent($parent) ->parent($parent)
->isShow(true) ->isShow(true)
->order(['sort' => 'asc', 'id' => 'desc'])
->select(); ->select();
View::assign('article_categorys', $article_categorys); View::assign('article_categorys', $article_categorys);