From 391a2481e91e6509a4328832103db96b96eaa6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Wed, 22 Oct 2025 09:17:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=98=E5=9C=B0=E6=96=B0=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E6=B1=A0=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC-4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Guild.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/api/model/Guild.php b/application/api/model/Guild.php index 3b38e81..4a6cb96 100644 --- a/application/api/model/Guild.php +++ b/application/api/model/Guild.php @@ -29,6 +29,7 @@ class Guild extends Model ->where(['is_show'=>1,'delete_time'=>0]) ->where($where) ->page($page, $page_limit) + ->order('num desc') ->select(); $count = Db::name('vs_guild') ->where(['is_show'=>1,'delete_time'=>0])