insert into smart_life.com_act_enterprise(name, agency_code, legal_representative, phone, registe_at, community_id, address, introduct, logo, created_by, created_at, updated_by, updated_at, status, street_id) values (#{entity.name}, #{entity.agencyCode}, #{entity.legalRepresentative}, #{entity.phone}, #{entity.registeAt}, #{entity.communityId}, #{entity.address}, #{entity.introduct}, #{entity.logo}, #{entity.createdBy}, #{entity.createdAt}, #{entity.updatedBy}, #{entity.updatedAt}, #{entity.status}, #{entity.streetId}) insert into smart_life.com_act_enterprise(name, agency_code, legal_representative, phone, registe_at, community_id, address, introduct, logo, created_by, created_at, updated_by, updated_at, status, street_id) values (#{entity.name}, #{entity.agencyCode}, #{entity.legalRepresentative}, #{entity.phone}, #{entity.registeAt}, #{entity.communityId}, #{entity.address}, #{entity.introduct}, #{entity.logo}, #{entity.createdBy}, #{entity.createdAt}, #{entity.updatedBy}, #{entity.updatedAt}, #{entity.status}, #{entity.streetId}) on duplicate key update name = values(name) , agency_code = values(agency_code) , legal_representative = values(legal_representative) , phone = values(phone) , registe_at = values(registe_at) , community_id = values(community_id) , address = values(address) , introduct = values(introduct) , logo = values(logo) , created_by = values(created_by) , created_at = values(created_at) , updated_by = values(updated_by) , updated_at = values(updated_at) , status = values(status) , street_id = values(street_id)