delete from base_company_info where id_=#{id,jdbcType=VARCHAR}
update base_company_info
company_name=#{companyName,jdbcType=VARCHAR},
type_=#{type,jdbcType=VARCHAR},
logo_url=#{logoUrl,jdbcType=VARCHAR},
credit_code=#{creditCode,jdbcType=VARCHAR},
address_=#{address,jdbcType=VARCHAR},
business_license_url=#{businessLicenseUrl,jdbcType=VARCHAR},
scale_=#{scale,jdbcType=VARCHAR},
industry_=#{industry,jdbcType=VARCHAR},
region_=#{region,jdbcType=VARCHAR},
company_introduction=#{companyIntroduction,jdbcType=VARCHAR},
enterpriser_introduction=#{enterpriserIntroduction,jdbcType=VARCHAR},
create_by=#{createBy,jdbcType=VARCHAR},
create_time=#{createTime,jdbcType= TIMESTAMP },
update_by=#{updateBy,jdbcType=VARCHAR},
update_time=#{updateTime,jdbcType= TIMESTAMP },
del_flag=#{delFlag,jdbcType= NUMERIC },
position_=#{position,jdbcType= VARCHAR },
inside_=#{inside,jdbcType= NUMERIC },
where id_=#{id}