fix: nas帮助中心文件分类未排序

This commit is contained in:
2025-07-18 12:36:20 +08:00
parent 17f11559d8
commit d04343e9c8

View File

@@ -205,6 +205,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);