Skip to content

Commit ae24f66

Browse files
author
xfali
authored
Update README.md
1 parent 307baa4 commit ae24f66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ v0.1.0已添加此特性 :返回总记录数
6161
输出:
6262
```$xslt
6363
pageNum: 1
64-
GetPages: 101
65-
GetPageSize: 10
64+
totalPage: 101
65+
pageSize: 10
6666
total: 1001
6767
```
6868
*注意:*
@@ -97,4 +97,4 @@ session := sessMgr.NewSession()
9797
ctx := pagehelper.C(context.Background()).Page(1, 3).OrderBy("test", pagehelper.ASC).Build()
9898
var ret []TestTable
9999
session.SetContext(ctx).Select("SELECT * FROM TBL_TEST").Param().Result(&ret)
100-
```
100+
```

0 commit comments

Comments
 (0)