From 7e0152c5c1d1c0cd38b59ffaea3222dcde13012e Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期三, 23 七月 2025 14:44:44 +0800 Subject: [PATCH] 部分设备日志无法显示修改 --- lxzn-module-dnc/pom.xml | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/lxzn-module-dnc/pom.xml b/lxzn-module-dnc/pom.xml index 48ee57c..47f1a8f 100644 --- a/lxzn-module-dnc/pom.xml +++ b/lxzn-module-dnc/pom.xml @@ -48,7 +48,19 @@ </dependency> <dependency> <groupId>org.jeecgframework.boot</groupId> - <artifactId>lxzn-module-mdc</artifactId> + <artifactId>lxzn-module-mdc-common</artifactId> + <version>3.4.3</version> + <scope>compile</scope> + </dependency> + <!-- pom.xml 娣诲姞FastUtil渚濊禆 --> + <dependency> + <groupId>it.unimi.dsi</groupId> + <artifactId>fastutil</artifactId> + <version>8.5.6</version> + </dependency> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-tms</artifactId> <version>3.4.3</version> <scope>compile</scope> </dependency> -- Gitblit v1.9.3