From aec85623d65d2d859209625d01acb00cf26072e5 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Tue, 18 Feb 2025 14:24:10 +0800 Subject: [PATCH] =?UTF-8?q?2/18=20=E6=A7=BD=E4=BD=8D=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=E8=A1=A8=20--=E5=8F=96=E8=B4=A7=E6=9E=B6=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=9C=AA=E5=AE=8C=E6=88=901.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/schemas/schema_v2.4.sql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/schemas/schema_v2.4.sql b/src/main/resources/schemas/schema_v2.4.sql index 63a215d60..87e147290 100644 --- a/src/main/resources/schemas/schema_v2.4.sql +++ b/src/main/resources/schemas/schema_v2.4.sql @@ -5242,9 +5242,7 @@ CALL Pro_Temp_ColumnWork('io_collect_set', 'outputMode', 'tinyint NULL DEFAULT NULL COMMENT ''高拍仪输出顺序 0:不排序,1:从左到右,2:从右到左,3:从上到下,4:从下到上。''', 1); - -DROP TABLE IF EXISTS `sys_workplace_region`; -CREATE TABLE `sys_workplace_region` +CREATE TABLE IF NOT EXISTS `sys_workplace_region` ( `id` bigint NOT NULL, `regionCode` int NULL DEFAULT NULL COMMENT '区域编号',