//交接任务下发handover_task_order ALTER TABLE handover_task_order ADD operators_by BIGINT; ALTER TABLE handover_task_order ADD operators_name VARCHAR(100);