mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
fix: 适配错误
This commit is contained in:
parent
dd35dce49f
commit
f861b9df9c
@ -25,7 +25,7 @@ public class AdapterHelper {
|
||||
String lastAdapter = "3.5.7";
|
||||
String version = Optional.of(MybatisPlusVersion.getVersion()).orElse(lastAdapter);
|
||||
|
||||
if (VersionUtils.compare(version, lastAdapter) >= 0) {
|
||||
if (VersionUtils.compare(version, "3.5.6") >= 0) {
|
||||
adapter = new Adapter();
|
||||
} else if (VersionUtils.compare(version, "3.5.4") >= 0) {
|
||||
adapter = new Adapter355();
|
||||
|
Loading…
x
Reference in New Issue
Block a user