wjj 4 週間 前
コミット
46a58e8d43

+ 1 - 1
fs-service/src/main/java/com/fs/his/mapper/FsIntegralGoodsMapper.java

@@ -81,7 +81,7 @@ public interface FsIntegralGoodsMapper
             "<if test = 'maps.goodsType != null and maps.goodsType != 0     '> " +
             "and g.goods_type = #{maps.goodsType}  " +
             "</if>" +
-            "<if test = 'maps.isBuy != null and maps.isBuy != 0     '> " +
+            "<if test = 'maps.isBuy != null and maps.isBuy == 1     '> " +
             "and g.integral &lt;= #{maps.integral}  " +
             "</if>" +
             " order by g.goods_id desc "+