diff --git a/modules/player/service/gold_list.go b/modules/player/service/gold_list.go index d0fc3e48..1d60bdf0 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 {