From 6e1d62c71f5193490fd2d9b710dcd64d94ff9486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E9=B8=BF=E5=B1=95?= <18031053041@163.com> Date: Tue, 17 Mar 2026 13:32:57 +0800 Subject: [PATCH] =?UTF-8?q?handover=5Ftask=5Forder=E8=A1=A8sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/nanguangjiaojie.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/nanguangjiaojie.sql diff --git a/sql/nanguangjiaojie.sql b/sql/nanguangjiaojie.sql new file mode 100644 index 000000000..842d7affe --- /dev/null +++ b/sql/nanguangjiaojie.sql @@ -0,0 +1,3 @@ +//交接任务下发handover_task_order +ALTER TABLE handover_task_order ADD operators_by BIGINT; +ALTER TABLE handover_task_order ADD operators_name VARCHAR(100); \ No newline at end of file