insert into t_building_records ( project_name,build_license,push_time,appid,pm10,noice ) values ( #{item.projectName},#{item.buildLicense},#{item.pushTime},#{item.appid}, #{item.pm10},#{item.noice} ) update t_building_records project_name = #{item.projectName}, push_time = #{item.pushTime}, appid = #{item.appid}, pm10 = #{item.pm10}, noice = #{item.noice} where build_license = #{item.buildLicense}