This commit is contained in:
yangduo 2024-07-09 14:53:20 +08:00
parent 37a4a94509
commit 9c1e3693d4

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 indexed_at DESC "
orderBy := " ORDER BY modifytime DESC "
nfts := []*common.NftDto{}
f5.GetGoStyleDb().StreamPageQuery(
constant.BCNFT_DB,