Skip to content

Commit

Permalink
fixormquery
Browse files Browse the repository at this point in the history
  • Loading branch information
hulutech-web committed Jun 24, 2024
1 parent eb20c28 commit 1dbcc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paginator.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (r *HttpResult) ResultPagination(dest any,withes ...string) (http.Response,
for _, with := range withes {
r.Query.With(with)
}
r.Query.Model(dest).Paginate(currentPageInt, pageSizeInt, dest, &total)
r.Query.Paginate(currentPageInt, pageSizeInt, dest, &total)

URL_PATH := ctx.Request().Origin().URL.Path
var proto = "http://"
Expand Down

0 comments on commit 1dbcc1d

Please sign in to comment.