1
This commit is contained in:
parent
37a4a94509
commit
9c1e3693d4
@ -455,7 +455,7 @@ SELECT * FROM t_sale WHERE idx > %d AND net_id = %d `,
|
|||||||
}{
|
}{
|
||||||
}
|
}
|
||||||
q5.NewSlice(&rspObj.Rows, 0, 10)
|
q5.NewSlice(&rspObj.Rows, 0, 10)
|
||||||
orderBy := " ORDER BY indexed_at DESC "
|
orderBy := " ORDER BY modifytime DESC "
|
||||||
nfts := []*common.NftDto{}
|
nfts := []*common.NftDto{}
|
||||||
f5.GetGoStyleDb().StreamPageQuery(
|
f5.GetGoStyleDb().StreamPageQuery(
|
||||||
constant.BCNFT_DB,
|
constant.BCNFT_DB,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user