INSERT INTO hangzhou_aqi (`time`, aqi_json,city_code) values( #{time}, #{data}, #{code} ) insert into history_aqi_station values (#{item.time},#{item.json},#{item.stationCode},#{item.cityCode})