From 53a1f0b83d113c5d37381966d44affe6e0c2c9cd Mon Sep 17 00:00:00 2001 From: zhaobing Date: Wed, 2 Aug 2023 22:02:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=AE=A1=E5=85=BB=E7=AE=A1=E6=8A=A4?= =?UTF-8?q?=E7=9A=84=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/1.3.0/schema/5.update_statistic.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/1.3.0/schema/5.update_statistic.sql b/scripts/1.3.0/schema/5.update_statistic.sql index 947fc38d..0c81d363 100644 --- a/scripts/1.3.0/schema/5.update_statistic.sql +++ b/scripts/1.3.0/schema/5.update_statistic.sql @@ -1,5 +1,5 @@ -UPDATE statistic SET name = '边沟' WHERE id = 3 +UPDATE statistic SET name = '边沟' WHERE name='人行道' -UPDATE statistic SET name = '行道树' WHERE id = 6 +UPDATE statistic SET name = '行道树' WHERE name='检查井' -UPDATE statistic SET name = '错车道' WHERE id = 7 \ No newline at end of file +UPDATE statistic SET name = '错车道' WHERE name='雨水口' \ No newline at end of file