From 2eaeb19b16af087d17c186c6220bf64f2fc07f4f Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 07 五月 2026 14:51:57 +0800
Subject: [PATCH] 手动下单:检验中订单撤销报错问题修复
---
pom.xml | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2a75212..1651658 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,6 @@
<!-- 渚濊禆澹版槑 -->
<dependencyManagement>
<dependencies>
-
<!-- 瑕嗙洊SpringFramework鐨勪緷璧栭厤缃�-->
<dependency>
<groupId>org.springframework</groupId>
@@ -314,7 +313,12 @@
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
-
+ <!-- 瀵规帴ICC骞冲彴-->
+ <dependency>
+ <groupId>com.dahuatech.icc</groupId>
+ <artifactId>java-sdk-oauth</artifactId>
+ <version>1.0.13.10</version>
+ </dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
@@ -380,7 +384,7 @@
</dependencies>
<modules>
- <module>ruoyi-admin</module>
+ <module>ruoyi-admin-ztns</module>
<module>ruoyi-framework</module>
<module>ruoyi-system</module>
<module>ruoyi-common</module>
--
Gitblit v1.9.3