insert into goods_sub(goods_id_, mall_goods_id_, sku_, goods_status_, goods_price_) values (#{item.goodsId},#{item.mallGoodsId},#{item.sku},#{item.goodsStatus},#{item.goodsPrice}) update goods_sub set goods_status_ = #{status} where id_ in #{item}