id,user_id,business_id,goods_id,time,content
delete from comment
where id = #{id}
insert into comment
id,user_id,business_id,goods_id,time,content,#{id},#{userId},#{businessId},#{goodsId},#{time},#{content},
update comment
user_id = #{userId},
business_id = #{businessId},
goods_id = #{goodsId},
time = #{time},
content = #{content},
where id = #{id}