src/main/resources/mapper/point/PointGoodsMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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 > #{condition.pointLower} AND p.point >= #{condition.pointLower} </if> <if test="condition.pointUpper != null"> AND p.point <= #{condition.pointUpper}