From e4c98cbd49240844a7dc15f289d27a69acc66603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Wed, 22 Oct 2025 18:47:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E4=B8=8Abug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/UserWithdrawal.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/api/model/UserWithdrawal.php b/application/api/model/UserWithdrawal.php index 60e5cd9..c32a7ab 100644 --- a/application/api/model/UserWithdrawal.php +++ b/application/api/model/UserWithdrawal.php @@ -207,6 +207,7 @@ class UserWithdrawal extends Model $withdraw_list = db::name('vs_user_withdrawal') ->where($where) ->page($page,$page_limit) + ->order('createtime desc') ->select(); $return_data = []; foreach ($withdraw_list as $key=>$value){