소스 검색

添加机车kingbase

hexiao 2 년 전
부모
커밋
6cacf0134c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      base-framework/src/main/java/com/ozs/framework/config/CipherMybatisPlusConfig.java

+ 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;
     }