xuxueyang
2024-09-14 cc7dac214a97b55de0496544bf9c413f32032617
update 积分查询
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/point/PointGoodsMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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}