Skip to content

Commit

Permalink
fix skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobeyw committed Aug 16, 2024
1 parent b33e47c commit e12314c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion neo3fura_http/biz/api/src.GetAssetInfos.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ func (me *T) GetAssetInfos(args struct {
Sort: bson.M{},
Filter: f,
Query: []string{},
Skip: args.Skip,
Limit: args.Limit,
}, ret)
if err != nil {
return err
Expand Down Expand Up @@ -148,7 +150,7 @@ func (me *T) GetAssetInfos(args struct {
// } else if int64(i) > args.Skip+args.Limit-1 {
// continue
// } else {
// //r6 = append(r6, item)
// r6 = append(r6, item)
// }
//}
r4, err := me.FilterArrayAndAppendCount(r1, count, args.Filter)
Expand Down

0 comments on commit e12314c

Please sign in to comment.