Ver código fonte

添加机车kingbase

hexiao 2 anos atrás
pai
commit
6cacf0134c

+ 1 - 1
base-framework/src/main/java/com/ozs/framework/config/CipherMybatisPlusConfig.java

@@ -37,7 +37,7 @@ public class CipherMybatisPlusConfig {
         }
 
         // 自带分页拦截器
-        interceptor.addInnerInterceptor(new PaginationInnerInterceptor(DbType.getDbType(type)));
+//        interceptor.addInnerInterceptor(new PaginationInnerInterceptor(DbType.getDbType(type)));
         return interceptor;
     }