From 1a57df7e559fa8c9ca5955edd29149187db381d7 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Fri, 18 Jul 2025 14:40:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20nas=20=E6=96=87=E7=AB=A0=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E5=88=86=E7=B1=BB=E6=8E=92=E5=BA=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= 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 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);