From 18a3d6e87e6682a19b421155cb168416dd73b349 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期六, 21 九月 2024 22:55:58 +0800
Subject: [PATCH] 1.优惠券文件描述修改,“订单金额不能小于折扣金额”修改成“优惠券使用条件不能小于面值金额”

---
 pom.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c624d4f..ceb76b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,9 +266,8 @@
         <dependency>
             <groupId>org.redisson</groupId>
             <artifactId>redisson</artifactId>
-            <version>3.15.6</version>
+            <version>3.15.6</version> <!-- 确保使用与你的 Spring Boot 版本兼容的 Redisson 版本 -->
         </dependency>
-
 
     </dependencies>
 

--
Gitblit v1.9.3