This commit is contained in:
yangduo 2024-07-09 14:02:03 +08:00
parent a06a418631
commit 37a4a94509

View File

@ -455,7 +455,7 @@ SELECT * FROM t_sale WHERE idx > %d AND net_id = %d `,
}{
}
q5.NewSlice(&rspObj.Rows, 0, 10)
orderBy := " ORDER BY event_id DESC "
orderBy := " ORDER BY indexed_at DESC "
nfts := []*common.NftDto{}
f5.GetGoStyleDb().StreamPageQuery(
constant.BCNFT_DB,