insert into forecast_weather values (#{item.cityCode},#{item.time},#{item.json}) delete from forecast_weather where time >= #{start} AND time #{end} and city_code=#{cityCode} insert into real_weather values (#{item.cityCode},#{item.time},#{item.json}) delete from real_weather where time=#{time}