From e73d51df2fc2fc369c02eff3571a76f75b98a8ba Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 01 十一月 2024 13:14:08 +0800
Subject: [PATCH] Merge branch 'master-v4' of http://47.96.225.205:8888/r/flowerbackend-v2 into master-v4

---
 src/main/resources/mapper/point/PointGoodsMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/point/PointGoodsMapper.xml b/src/main/resources/mapper/point/PointGoodsMapper.xml
index 7e1357a..e6935ff 100644
--- a/src/main/resources/mapper/point/PointGoodsMapper.xml
+++ b/src/main/resources/mapper/point/PointGoodsMapper.xml
@@ -19,7 +19,7 @@
             AND p.stock &lt;= #{condition.stockUpper}
         </if>
         <if test="condition.pointLower != null">
-            AND p.point &gt; #{condition.pointLower}
+            AND p.point &gt;= #{condition.pointLower}
         </if>
         <if test="condition.pointUpper != null">
             AND p.point &lt;= #{condition.pointUpper}

--
Gitblit v1.9.3