UPDATE standardized_template
company_id = #{companyId},
company_name = #{companyName},
template_name = #{templateName},
template_type = #{templateType},
file_path = #{filePath},
format = #{format},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime}
where id = #{id}