Cui Zhi Feng
2024-09-26 b44ea2a3ad900125b2fe41e8f56ff3c3e219a3be
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}