From 60f25c11afcff593ff56ccb7a52d9bd4714e30c4 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 23 九月 2025 20:17:01 +0800 Subject: [PATCH] 处理因重复数据,导致的数据问题 --- ruoyi-quartz/pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml index cf1641a..5fe52fd 100644 --- a/ruoyi-quartz/pom.xml +++ b/ruoyi-quartz/pom.xml @@ -39,6 +39,10 @@ <artifactId>smartor</artifactId> <version>3.8.5</version> </dependency> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-system</artifactId> + </dependency> </dependencies> -- Gitblit v1.9.3