3.4.4 online低代码功能模块,依赖升级

pull/7445/head^2
zhangdaiscott 2022-11-23 15:58:12 +08:00
parent 0fdbf642d8
commit cf3d746d63
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ public class MybatisPlusSaasConfig {
/**
* tenant_id
*/
private static final List<String> TENANT_TABLE = new ArrayList<String>();
public static final List<String> TENANT_TABLE = new ArrayList<String>();
static {
TENANT_TABLE.add("demo");

View File

@ -222,7 +222,7 @@
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>hibernate-re</artifactId>
<version>3.4.3-GA2</version>
<version>3.4.4-beta</version>
</dependency>
<!-- 七牛云SDK -->