|
|
@@ -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 <= #{maps.integral} " +
|
|
|
"</if>" +
|
|
|
" order by g.goods_id desc "+
|