pagehelper配置修改

This commit is contained in:
2025-12-22 22:34:18 +08:00
parent d0c4a6664f
commit 2130ce0b7b
4 changed files with 6 additions and 6 deletions

View File

@@ -89,7 +89,7 @@ public class PageDomain
{
if (StringUtils.isNull(reasonable))
{
return Boolean.TRUE;
return Boolean.FALSE;
}
return reasonable;
}