diff --git a/mybatis-plus-join-core/src/main/java/com/github/yulichang/adapter/AdapterHelper.java b/mybatis-plus-join-core/src/main/java/com/github/yulichang/adapter/AdapterHelper.java index 7ae9865..5c2631b 100644 --- a/mybatis-plus-join-core/src/main/java/com/github/yulichang/adapter/AdapterHelper.java +++ b/mybatis-plus-join-core/src/main/java/com/github/yulichang/adapter/AdapterHelper.java @@ -22,7 +22,7 @@ public class AdapterHelper { static { - String lastAdapter = "3.5.7"; + String lastAdapter = "3.5.8"; String version = Optional.ofNullable(MybatisPlusVersion.getVersion()).orElse(lastAdapter); if (VersionUtils.compare(version, "3.5.6") >= 0) { diff --git a/mybatis-plus-join-core/src/main/java/com/github/yulichang/interceptor/pagination/PageInnerInterceptorWrapper.java b/mybatis-plus-join-core/src/main/java/com/github/yulichang/interceptor/pagination/PageInnerInterceptorWrapper.java index a8e2825..6f3bdce 100644 --- a/mybatis-plus-join-core/src/main/java/com/github/yulichang/interceptor/pagination/PageInnerInterceptorWrapper.java +++ b/mybatis-plus-join-core/src/main/java/com/github/yulichang/interceptor/pagination/PageInnerInterceptorWrapper.java @@ -94,7 +94,7 @@ public class PageInnerInterceptorWrapper extends PaginationInnerInterceptor { * 添加分页方言 */ @Override - public void beforeQuery(Executor executor, MappedStatement ms, Object parameter, RowBounds rowBounds, ResultHandler resultHandler, BoundSql boundSql) throws SQLException { + public void beforeQuery(Executor executor, MappedStatement ms, Object parameter, RowBounds rowBounds, ResultHandler resultHandler, BoundSql boundSql) { if (unusedPage(parameter)) { paginationInnerInterceptor.beforeQuery(executor, ms, parameter, rowBounds, resultHandler, boundSql); return; diff --git a/mybatis-plus-join-test/pom.xml b/mybatis-plus-join-test/pom.xml index 281f95c..6d615f8 100644 --- a/mybatis-plus-join-test/pom.xml +++ b/mybatis-plus-join-test/pom.xml @@ -50,7 +50,7 @@ 1.5.0 - 3.5.7 + 3.5.8 17 17 @@ -113,7 +113,6 @@ flatten-maven-plugin 1.6.0 - true resolveCiFriendliesOnly diff --git a/pom.xml b/pom.xml index 93d4704..8b331c4 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ 1.5.0 - 3.5.7 + 3.5.8 17 17