Skip to content

Commit

Permalink
Merge pull request #260 from Tobeyw/dev-mindy
Browse files Browse the repository at this point in the history
fix skip
  • Loading branch information
Tobeyw authored Aug 16, 2024
2 parents 04d06eb + e12314c commit a2d3b9e
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 a2d3b9e

Please sign in to comment.