浏览代码

代码调整

baolei 6 月之前
父节点
当前提交
04aea5d062

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

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

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

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