style: 调整代码格式
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-24 04:43:51 +08:00
committed by cnb
parent d3d0ead712
commit d0cf39b439
2 changed files with 8 additions and 6 deletions

View File

@@ -64,6 +64,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 {