insert into `favorite`(user_id, type, content_id, create_time) values(#{userId}, #{type}, #{contentId}, #{createTime}) delete from favorite where user_id = #{userId} and content_id = #{id}