update w_inventory_transaction_task
w_inventory_transaction_orders_id = #{wInventoryTransactionOrdersId},
task_code = #{taskCode},
start_position = #{startPosition},
end_position = #{endPosition},
vector_code = #{vectorCode},
error_info = #{errorInfo},
status = #{status},
task_type = #{taskType},
start_time = #{startTime},
end_time = #{endTime},
remarks = #{remarks},
created_at = #{createdAt},
created_by = #{createdBy},
updated_at = #{updatedAt},
updated_by = #{updatedBy},
where id = #{id}
delete from w_inventory_transaction_task where id = #{id}