UPDATE company_industry_template
company_id = #{companyId},
company_name = #{companyName},
template_name = #{templateName},
industry_type = #{industryType},
file_path = #{filePath},
file_name = #{fileName},
format = #{format},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime}
where id = #{id}