From 66a0a8df134a3203b10a2698ec50f163271b64c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Fri, 30 May 2025 13:56:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:system=5Fconfig=20=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/init.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/sql/init.sql b/src/main/resources/sql/init.sql index 6580130..018e308 100644 --- a/src/main/resources/sql/init.sql +++ b/src/main/resources/sql/init.sql @@ -52,10 +52,10 @@ VALUES ('1', '稀硝酸容量与泵行程比率', 'scale_thin', '1'), ('2', '浓硝酸容量与泵行程比率', 'scale_thick', '1'), ('3', '蒸馏水容量与泵行程比率', 'scale_water', '1'), ('4', '废液容量与泵行程比率', 'scale_waste', '1'), - ('5', '蒸馏水容量与泵行程比率', 'scale_vacant', '1'), - ('6', '空气转换系数', 'volume_clean', '1'), - ('7', '清洁时加水的量 ml', 'number_reduce', '5'), - ('8', '抽液时机蠕动泵的转数', 'cycle_clean_max', '8'), + ('5', '空气与泵行程比率', 'scale_vacant', '1'), + ('6', '清洁时加水的量 ml', 'volume_clean', '1'), + ('7', '抽液时机蠕动泵的转数', 'number_reduce', '5'), + ('8', '最大清洁次数', 'cycle_clean_max', '8'), ('9', '蠕动泵最大转速限制', 'liquid_max_speed', '150'), ('10', '忽略门自检', 'ignore_door_self_test', 'false'), ('11', '忽略加液升降自检', 'ignore_dual_robot_self_test', 'false'),