INSERT INTO review (user_id, order_id, product_id, rating, content) VALUES (#{userId}, #{orderId}, #{productId}, #{rating}, #{content}) UPDATE review reply = #{reply}, WHERE id = #{id}