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 | 1 + 1 files changed, 1 insertions(+), 0 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 fc4f1b1..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 @@ -55,6 +55,7 @@ tenant: enable: true #多租户隔离字段 + tenantid: tenant_id ignoreTables: - sys_user -- Gitblit v1.8.0