insert into yssh_weather ( time, wind_speed, wind_direction, weather_condition, temperature ) values ( #{time},#{windSpeed},#{windDirection},#{weatherCondition},#{temperature} ) delete from yssh_weather where id = #{id}