From 3bf946392dee62474eb0e7de2d3e6786883db5ce Mon Sep 17 00:00:00 2001 From: Yjoioooo <693337446@qq.com> Date: 星期五, 24 三月 2023 12:01:53 +0800 Subject: [PATCH] fix 修复动态租户切换影响同租户下其他用户问题 --- ruoyi-modules/ruoyi-demo/pom.xml | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules/ruoyi-demo/pom.xml b/ruoyi-modules/ruoyi-demo/pom.xml index 6ab4db6..e5c3047 100644 --- a/ruoyi-modules/ruoyi-demo/pom.xml +++ b/ruoyi-modules/ruoyi-demo/pom.xml @@ -78,6 +78,21 @@ <artifactId>ruoyi-common-translation</artifactId> </dependency> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common-sensitive</artifactId> + </dependency> + + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common-encrypt</artifactId> + </dependency> + + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common-tenant</artifactId> + </dependency> + <!-- 鐭俊 鐢ㄥ摢涓鍏ュ摢涓緷璧� --> <!-- <dependency>--> <!-- <groupId>com.aliyun</groupId>--> -- Gitblit v1.9.3