baolei 6 miesięcy temu
rodzic
commit
04aea5d062

+ 1 - 1
08.src/Xingxi/xingxi-miniprogram-api/src/main/resources/application.yml

@@ -24,7 +24,7 @@ mybatis:
 
 
 pagehelper:
 pagehelper:
   helperDialect: mysql
   helperDialect: mysql
-  reasonable: true
+  reasonable: false
   supportMethodsArguments: true
   supportMethodsArguments: true
   params: count=countSql
   params: count=countSql
 
 

+ 1 - 1
08.src/Xingxi/xingxi-mq-server/src/main/resources/config/application.yml

@@ -36,7 +36,7 @@ mybatis:
 # PageHelper分页插件
 # PageHelper分页插件
 pagehelper:
 pagehelper:
   helperDialect: mysql
   helperDialect: mysql
-  reasonable: true
+  reasonable: false
   supportMethodsArguments: true
   supportMethodsArguments: true
   params: count=countSql
   params: count=countSql