From 37794b5738639e60c8fdb6a196fc13d682d732d4 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 02 三月 2023 10:32:13 +0800 Subject: [PATCH] fix 修复 多租户相同账号登录失败问题 --- ruoyi-common/ruoyi-common-bom/pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/ruoyi-common-bom/pom.xml b/ruoyi-common/ruoyi-common-bom/pom.xml index 72f28e4..3bd6c09 100644 --- a/ruoyi-common/ruoyi-common-bom/pom.xml +++ b/ruoyi-common/ruoyi-common-bom/pom.xml @@ -152,6 +152,13 @@ <version>${revision}</version> </dependency> + <!-- 绉熸埛妯″潡 --> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common-tenant</artifactId> + <version>${revision}</version> + </dependency> + </dependencies> </dependencyManagement> -- Gitblit v1.9.3