From 4b814886b2a17d1015fd83550456d73b3bfd6ef4 Mon Sep 17 00:00:00 2001 From: zlyx <1242874891@qq.com> Date: 星期三, 01 三月 2023 10:01:40 +0800 Subject: [PATCH] fix 修正 PlusTenantLineHandler#getTenantId 获取租户id类型异常 ; --- ruoyi-common/pom.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 225bedc..4f8e1f1 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -29,6 +29,9 @@ <module>ruoyi-common-web</module> <module>ruoyi-common-translation</module> <module>ruoyi-common-sensitive</module> + <module>ruoyi-common-json</module> + <module>ruoyi-common-encrypt</module> + <module>ruoyi-common-tenant</module> </modules> <artifactId>ruoyi-common</artifactId> -- Gitblit v1.9.3