INSERT INTO execute_file(`id`, `standard_subtask_id`, `khtx_file_list_id`,
`file_title`, `file_type`, `file_size`, `file_url`, `del_flag`, `create_by`,
`create_date`, `update_by`, `update_date`, `remarks`, `upload_type`, `non_designated_name`) VALUES (
#{id},
#{standardSubtaskId},
#{khtxFileListId},
#{fileTitle},
#{fileType},
#{fileSize},
#{fileUrl},
#{delFlag},
#{createBy},
#{createDate},
#{updateBy},
#{updateDate},
#{remarks},
#{uploadType},
#{nonDesignatedName}
)