mirror of https://github.com/jeecgboot/jeecg-boot
3.4.4 online低代码功能模块,依赖升级
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…
Reference in New Issue