update y_company_contact set del_flag=1 where company_id=#{companyId}
INSERT INTO `service_platform`.`y_company_contact`
( `company_id`, `contact`, `phone`, `gender`, `birthday`, `tel`, `qq`, `wechat`, `email`, `position`, `work`, `create_time`, `create_by`, `create_name`, `update_by`, `update_name`, `update_time`, `del_flag`)
VALUES ( #{company_id}, #{contact}, #{phone}, NULL, NULL, NULL, NULL, NULL, NULL, #{position}, NULL, #{create_time}, #{create_by}, #{create_name}, NULL, NULL, NULL, '0')