id,content,date insert into xss (content,ua, date) values (#{content,jdbcType=VARCHAR},#{ua,jdbcType=VARCHAR}, #{date,jdbcType=VARCHAR}) delete from xss where id = #{id,jdbcType=NUMERIC}