From 092edcc26c88916dcff65acf094bdafac6fce8fc Mon Sep 17 00:00:00 2001 From: zhaoxiaohao <913652501@qq.com> Date: Wed, 22 Jul 2020 15:13:49 +0800 Subject: [PATCH] 修改 添加组织时 org_code为空的bug --- kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-server/src/main/resources/application.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-server/src/main/resources/application.yml b/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-server/src/main/resources/application.yml index abd77b4..944f1a9 100644 --- a/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-server/src/main/resources/application.yml +++ b/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-server/src/main/resources/application.yml @@ -53,8 +53,9 @@ second: 1800 #多租户配置 tenant: - enable: false + enable: true #多租户隔离字段 + tenantid: tenant_id ignoreTables: - sys_user -- Gitblit v1.8.0