Cui Zhi Feng
2024-10-22 5dfb9e127bee64a7e55f8910d844beb31ab13377
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}