insert into comment values(null,#{memberid},#{productid},#{quality},#{price},#{content},#{replycontent},now()); delete from comment where id=#{id} update comment replycontent=#{replycontent} where id=#{id}