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

This commit is contained in:
2025-07-18 12:36:20 +08:00
parent afa568033a
commit 601e6df6a8

View File

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