diff --git a/app/index/controller/TopicNas.php b/app/index/controller/TopicNas.php index 70f05bf2..76ee2214 100644 --- a/app/index/controller/TopicNas.php +++ b/app/index/controller/TopicNas.php @@ -257,6 +257,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);