From 356f7e2e19c330b0c79bf7ad3fa498f1838eb874 Mon Sep 17 00:00:00 2001 From: xinian Date: Tue, 24 Mar 2026 05:03:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84Select=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/player/service/gold_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/player/service/gold_list.go b/modules/player/service/gold_list.go index d0fc3e483..1d60bdf02 100644 --- a/modules/player/service/gold_list.go +++ b/modules/player/service/gold_list.go @@ -68,7 +68,7 @@ func NewGoldListService(id uint32) *GoldListService { } }, ListQueryOp: &cool.QueryOp{ - Select: "exchange_num,status,rate,updateTime", + AddOrderby: g.MapStrStr{"updateTime": "asc"}, }, InsertParam: func(ctx context.Context) g.MapStrAny {