陶杰
2024-12-09 f2728ef322de546ef885e21ea99183bfc7b18f24
src/main/resources/mapper/point/PointGoodsMapper.xml
@@ -19,7 +19,7 @@
            AND p.stock <= #{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}