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