From e7242d40110c8a157867acd2d1a1718fb640d4c5 Mon Sep 17 00:00:00 2001 From: zlyx <1242874891@qq.com> Date: 星期五, 17 二月 2023 16:02:04 +0800 Subject: [PATCH] fix 修正 SysTenantServiceImpl#deleteWithValidByIds 超管租户可以被删除的问题, 加上 id 校验 ; fix 修正 tenant/index.vue handleUpdate 租户套餐回显问题 ; --- ruoyi-common/ruoyi-common-bom/pom.xml | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/ruoyi-common-bom/pom.xml b/ruoyi-common/ruoyi-common-bom/pom.xml index f345eef..3bd6c09 100644 --- a/ruoyi-common/ruoyi-common-bom/pom.xml +++ b/ruoyi-common/ruoyi-common-bom/pom.xml @@ -137,6 +137,28 @@ <artifactId>ruoyi-common-sensitive</artifactId> <version>${revision}</version> </dependency> + + <!-- 搴忓垪鍖栨ā鍧� --> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common-json</artifactId> + <version>${revision}</version> + </dependency> + + <!-- 鏁版嵁搴撳姞瑙e瘑妯″潡 --> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common-encrypt</artifactId> + <version>${revision}</version> + </dependency> + + <!-- 绉熸埛妯″潡 --> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common-tenant</artifactId> + <version>${revision}</version> + </dependency> + </dependencies> </dependencyManagement> -- Gitblit v1.9.3