UPDATE company_summary
company_id = #{companyId},
company_name = #{companyName},
company_summary = #{companySummary},
company_type = #{companyType},
industry = #{industry},
legal_person_code = #{legalPersonCode},
legal_person = #{legalPerson},
registered_capital = #{registeredCapital},
office_address = #{officeAddress},
other_address = #{otherAddress},
file_path = #{filePath},
file_name = #{fileName},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime}
where id = #{id}