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