select organization_id, type_id, room_id, building_id, area_id, organization_name, intro, lng_lat, raster_lng_lat, important, type_name, address, logo, telephone, product, enter_time, employe_num, audio, industry_type, floor, house_type_id, park_id from organization_info insert into organization_info type_id, room_id, building_id, area_id, organization_name, intro, lng_lat, raster_lng_lat, important, type_name, address, logo, telephone, product, enter_time, employe_num, audio, industry_type, floor, house_type_id, park_id, #{typeId}, #{roomId}, #{buildingId}, #{areaId}, #{organizationName}, #{intro}, #{lngLat}, #{rasterLngLat}, #{important}, #{typeName}, #{address}, #{logo}, #{telephone}, #{product}, #{enterTime}, #{employeNum}, #{audio}, #{industryType}, #{floor}, #{houseTypeId}, #{parkId}, update organization_info type_id = #{typeId}, room_id = #{roomId}, building_id = #{buildingId}, area_id = #{areaId}, organization_name = #{organizationName}, intro = #{intro}, lng_lat = #{lngLat}, raster_lng_lat = #{rasterLngLat}, important = #{important}, type_name = #{typeName}, address = #{address}, logo = #{logo}, telephone = #{telephone}, product = #{product}, enter_time = #{enterTime}, employe_num = #{employeNum}, audio = #{audio}, industry_type = #{industryType}, floor = #{floor}, house_type_id = #{houseTypeId}, park_id = #{parkId} where organization_id = #{organizationId} delete from organization_info where organization_id = #{organizationId} delete from organization_info where organization_id in #{organizationId}