mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-15 07:12:51 +00:00
3.4.4 online低代码功能模块,依赖升级
This commit is contained in:
parent
0fdbf642d8
commit
cf3d746d63
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user