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