陶杰
2024-10-23 6244b737b5f12036f7b4b90f9bfd95655e08fc1c
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}