From f9427e318b5d450a7d378db840d6190083b64c83 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Sat, 15 Feb 2025 16:48:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=B3=BB=E7=BB=9F=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E8=A1=A8sql=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/demo.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/demo.sql b/sql/demo.sql index a25bec0..1f8536b 100644 --- a/sql/demo.sql +++ b/sql/demo.sql @@ -58,4 +58,4 @@ VALUES (11, 10, '拍子存放区', 'A8', '8,8,8' ), (12, -1, '其他系统配置', '', '' ), (13, 12, '溶液量低提示', '', '300' ), - (14, 12, '异常处理区', '', '7' ), + (14, 12, '异常处理区', '', '7' );