Merge pull request #1947 from dataease/pr@dev@fix_demo

fix: demo数据地名错误
This commit is contained in:
Junjun 2022-03-22 10:49:31 +08:00 committed by GitHub
commit 301b5155c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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` = '新疆维吾尔族自治区';