diff --git a/jeecg-boot-base-core/src/main/java/org/jeecg/config/mybatis/MybatisPlusSaasConfig.java b/jeecg-boot-base-core/src/main/java/org/jeecg/config/mybatis/MybatisPlusSaasConfig.java index f7aff806..c80b18fe 100644 --- a/jeecg-boot-base-core/src/main/java/org/jeecg/config/mybatis/MybatisPlusSaasConfig.java +++ b/jeecg-boot-base-core/src/main/java/org/jeecg/config/mybatis/MybatisPlusSaasConfig.java @@ -35,7 +35,7 @@ public class MybatisPlusSaasConfig { /** * 哪些表需要做多租户 表需要添加一个字段 tenant_id */ - private static final List TENANT_TABLE = new ArrayList(); + public static final List TENANT_TABLE = new ArrayList(); static { TENANT_TABLE.add("demo"); diff --git a/pom.xml b/pom.xml index b9884c04..451b42b8 100644 --- a/pom.xml +++ b/pom.xml @@ -222,7 +222,7 @@ org.jeecgframework.boot hibernate-re - 3.4.3-GA2 + 3.4.4-beta