异步计数模式(asyncCount=true),当 pageSize=0 时,未触发同步计数的空结果会提前返回,会执行不分页的全量数据查询。

作者: it-linnan创建于 2026年5月9日更新于 2026年5月9日

In asynchronous count mode, the business sets pageSize to 0, which will perform a full data query without paging.

内容来源: pagehelper-org/Mybatis-PageHelper