fix: nas帮助中心文件分类未排序
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user