From a1543bccf6b616d2db9d44b762826d58887172a6 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期二, 10 六月 2025 18:57:57 +0800 Subject: [PATCH] refactor(zhitan-system):优化获取节点ID列表的逻辑- 移除了过滤条件中的 parentNode 节点 ID 比较逻辑 - 现在只根据父节点 ID 是否非空来筛选 modelNodeList --- zhitan-framework/pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/zhitan-framework/pom.xml b/zhitan-framework/pom.xml index 9bc2177..65b9005 100644 --- a/zhitan-framework/pom.xml +++ b/zhitan-framework/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>BaseAdminAPI</artifactId> <groupId>com.zhitan</groupId> - <version>3.8.7</version> + <version>2.5.2</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -59,6 +59,8 @@ </exclusions> </dependency> + + <!-- 鑾峰彇绯荤粺淇℃伅 --> <dependency> <groupId>com.github.oshi</groupId> @@ -79,6 +81,10 @@ <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-mqtt</artifactId> </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-core</artifactId> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3