|
@@ -80,7 +80,7 @@ public interface FsIntegralGoodsMapper
|
|
|
"</script>"})
|
|
"</script>"})
|
|
|
List<FsIntegralGoodsListVO> selectFsIntegralGoodsListVO(FsIntegralGoods fsIntegralGoods);
|
|
List<FsIntegralGoodsListVO> selectFsIntegralGoodsListVO(FsIntegralGoods fsIntegralGoods);
|
|
|
@Select({"<script> " +
|
|
@Select({"<script> " +
|
|
|
- "select g.goods_id,g.img_url,g.images,g.goods_name,g.ot_price,g.goods_type,g.integral,g.cash,g.sort from fs_integral_goods g " +
|
|
|
|
|
|
|
+ "select g.goods_id,g.img_url,g.images,g.goods_name,g.ot_price,g.goods_type,g.integral,g.cash,g.sort,g.stock from fs_integral_goods g " +
|
|
|
"where g.status=1 " +
|
|
"where g.status=1 " +
|
|
|
"<if test = 'maps.goodsType != null and maps.goodsType != 0 '> " +
|
|
"<if test = 'maps.goodsType != null and maps.goodsType != 0 '> " +
|
|
|
"and g.goods_type = #{maps.goodsType} " +
|
|
"and g.goods_type = #{maps.goodsType} " +
|