作者 RuoYi

去除默认分页合理化参数

@@ -100,7 +100,6 @@ mybatis: @@ -100,7 +100,6 @@ mybatis:
100 # PageHelper分页插件 100 # PageHelper分页插件
101 pagehelper: 101 pagehelper:
102 helperDialect: mysql 102 helperDialect: mysql
103 - reasonable: true  
104 supportMethodsArguments: true 103 supportMethodsArguments: true
105 params: count=countSql 104 params: count=countSql
106 105