select goods_id, img_url, images,bar_code, goods_name, ot_price, goods_type, status, integral, sort, stock, descs, create_time from fs_integral_goods
insert into fs_integral_goods
goods_id,
img_url,
images,
goods_name,
ot_price,
goods_type,
status,
integral,
sort,
stock,
descs,
create_time,
bar_code,
#{goodsId},
#{imgUrl},
#{images},
#{goodsName},
#{otPrice},
#{goodsType},
#{status},
#{integral},
#{sort},
#{stock},
#{descs},
#{createTime},
#{barCode},
update fs_integral_goods
img_url = #{imgUrl},
images = #{images},
goods_name = #{goodsName},
ot_price = #{otPrice},
goods_type = #{goodsType},
status = #{status},
integral = #{integral},
sort = #{sort},
stock = #{stock},
descs = #{descs},
create_time = #{createTime},
bar_code = #{barCode},
where goods_id = #{goodsId}
delete from fs_integral_goods where goods_id = #{goodsId}
delete from fs_integral_goods where goods_id in
#{goodsId}