From 23c423efb314729a89c048bbcbc80ab5a11f8a51 Mon Sep 17 00:00:00 2001 From: junjun Date: Tue, 22 Mar 2022 10:47:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20demo=E6=95=B0=E6=8D=AE=E5=9C=B0=E5=90=8D?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V33__1.9.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/main/resources/db/migration/V33__1.9.sql b/backend/src/main/resources/db/migration/V33__1.9.sql index f3b12126df..4ddf5a288e 100644 --- a/backend/src/main/resources/db/migration/V33__1.9.sql +++ b/backend/src/main/resources/db/migration/V33__1.9.sql @@ -87,3 +87,5 @@ CREATE TABLE `de_engine` ( INSERT INTO `system_parameter`(`param_key`, `param_value`, `type`, `sort`) VALUES ('ui.mobileBG', NULL, 'file', 0); + +UPDATE `demo_gdp_district_top100` set `province` = '新疆维吾尔自治区' WHERE `province` = '新疆维吾尔族自治区';