diff --git a/app/index/controller/TopicNas.php b/app/index/controller/TopicNas.php index 19b3e834..70f05bf2 100644 --- a/app/index/controller/TopicNas.php +++ b/app/index/controller/TopicNas.php @@ -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);