From 601e6df6a8ee9d6050f3c745f85e77d62569bc3d Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Fri, 18 Jul 2025 12:36:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20nas=E5=B8=AE=E5=8A=A9=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=88=86=E7=B1=BB=E6=9C=AA=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/controller/TopicNas.php | 1 + 1 file changed, 1 insertion(+) 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);