Skip to content

Commit 1dbcc1d

Browse files
committed
fixormquery
1 parent eb20c28 commit 1dbcc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paginator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (r *HttpResult) ResultPagination(dest any,withes ...string) (http.Response,
6161
for _, with := range withes {
6262
r.Query.With(with)
6363
}
64-
r.Query.Model(dest).Paginate(currentPageInt, pageSizeInt, dest, &total)
64+
r.Query.Paginate(currentPageInt, pageSizeInt, dest, &total)
6565

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

0 commit comments

Comments
 (0)