INSERT INTO wcs_task_result ( task_id, task_status, msg, job_id, owner, type, priority, source_name, target_name, create_time, update_time, is_delete, create_by, update_by ) VALUES ( #{taskId}, #{TaskStatus}, #{msg}, #{jobId}, #{owner}, #{type}, #{priority}, #{sourceName}, #{targetName}, #{createTime}, #{updateTime}, #{isDelete}, #{createBy}, #{updateBy} )