Skip to content

Commit

Permalink
Merge pull request #339 from luohao-git/patch-1
Browse files Browse the repository at this point in the history
page.searchCount属性描述有问题
  • Loading branch information
huayanYu authored Oct 3, 2023
2 parents 9dcee29 + 228788c commit 6291571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01.指南/04.插件/02.分页插件.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ List<UserVo> selectPageVo(IPage<UserVo> page, Integer state);
| orders | List<OrderItem> | emptyList | 排序字段信息,允许前端传入的时候,注意 SQL 注入问题,可以使用 `SqlInjectionUtils.check(...)` 检查文本 |
| optimizeCountSql | boolean | true | 自动优化 COUNT SQL 如果遇到 `jSqlParser` 无法解析情况,设置该参数为 `false` |
| optimizeJoinOfCountSql | boolean | true | 自动优化 COUNT SQL 是否把 join 查询部分移除 |
| searchCount | boolean | true | 是否进行 count 查询,如果指向查询到列表不要查询总记录数,设置该参数为 `false` |
| searchCount | boolean | true | 是否进行 count 查询,如果只想查询到列表不要查询总记录数,设置该参数为 `false` |
| maxLimit | Long | | 单页分页条数限制 |
| countId | String | | `xml` 自定义 `count` 查询的 `statementId` 也可以不用指定在分页 `statementId` 后面加上 `_mpCount` 例如分页 `selectPageById` 指定 count 的查询 `statementId` 设置为 `selectPageById_mpCount` 即可默认找到该 `SQL` 执行 |

0 comments on commit 6291571

Please sign in to comment.