diff --git a/mallinkAdmin/src/main/java/com/iformall/tenant/TenantInfoImpl.java b/mallinkAdmin/src/main/java/com/iformall/tenant/TenantInfoImpl.java index fcc14d255..1005fd838 100644 --- a/mallinkAdmin/src/main/java/com/iformall/tenant/TenantInfoImpl.java +++ b/mallinkAdmin/src/main/java/com/iformall/tenant/TenantInfoImpl.java @@ -62,6 +62,7 @@ public class TenantInfoImpl implements TenantInfo { "wx_question_oneself_topic", "wx_question_oneself_user", "sys_config", + "sys_gaode_city", "wx_theme_mall", "wx_miniapp_theme", "wx_customize_module", @@ -123,6 +124,7 @@ public class TenantInfoImpl implements TenantInfo { "wx_question_oneself_topic", "wx_question_oneself_user", "sys_config", + "sys_gaode_city", "wx_theme_mall", "wx_miniapp_theme", "wx_customize_module", diff --git a/mallinkAdmin/src/main/resources/db/migration/V2023070100001_gaode.sql b/mallinkAdmin/src/main/resources/db/migration/V2023070100001_gaode.sql new file mode 100644 index 000000000..10eb6ed5d --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V2023070100001_gaode.sql @@ -0,0 +1,3540 @@ +###清掉缓存 couponMerchantNew### + +CREATE TABLE `sys_gaode_city` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `label` varchar(1000) DEFAULT NULL COMMENT '配置项说明', + `create_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `update_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `is_hide` smallint(2) NOT NULL DEFAULT '0' COMMENT '是否隐藏', + `status` int(1) NOT NULL DEFAULT '0' COMMENT '0-有效 1-无效', + `name` varchar(30) NOT NULL DEFAULT '' COMMENT '名称', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +INSERT INTO `sys_gaode_city` (`id`, `label`, `create_date`, `update_date`, `is_hide`, `status`, `name`) +VALUES + (158,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'中华人民共和国'), + (159,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'北京市'), + (160,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'北京市市辖区'), + (161,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'东城区'), + (162,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'西城区'), + (163,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'朝阳区'), + (164,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'丰台区'), + (165,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'石景山区'), + (166,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'海淀区'), + (167,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'门头沟区'), + (168,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'房山区'), + (169,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'通州区'), + (170,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'顺义区'), + (171,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'昌平区'), + (172,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'大兴区'), + (173,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'怀柔区'), + (174,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'平谷区'), + (175,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'密云区'), + (176,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'延庆区'), + (177,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'天津市'), + (178,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'天津市市辖区'), + (179,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'和平区'), + (180,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'河东区'), + (181,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'河西区'), + (182,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'南开区'), + (183,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'河北区'), + (184,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'红桥区'), + (185,NULL,'2023-07-02 12:51:05','2023-07-02 12:51:05',0,0,'东丽区'), + (186,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'西青区'), + (187,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'津南区'), + (188,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'北辰区'), + (189,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'武清区'), + (190,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'宝坻区'), + (191,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'滨海新区'), + (192,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'宁河区'), + (193,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'静海区'), + (194,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'蓟州区'), + (195,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'河北省'), + (196,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'石家庄市'), + (197,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'石家庄市市辖区'), + (198,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'长安区'), + (199,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'桥西区'), + (200,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'新华区'), + (201,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'井陉矿区'), + (202,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'裕华区'), + (203,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'藁城区'), + (204,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'鹿泉区'), + (205,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'栾城区'), + (206,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'井陉县'), + (207,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'正定县'), + (208,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'行唐县'), + (209,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'灵寿县'), + (210,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'高邑县'), + (211,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'深泽县'), + (212,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'赞皇县'), + (213,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'无极县'), + (214,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'平山县'), + (215,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'元氏县'), + (216,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'赵县'), + (217,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'辛集市'), + (218,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'晋州市'), + (219,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'新乐市'), + (220,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'唐山市'), + (221,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'唐山市市辖区'), + (222,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'路南区'), + (223,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'路北区'), + (224,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'古冶区'), + (225,NULL,'2023-07-02 12:51:06','2023-07-02 12:51:06',0,0,'开平区'), + (226,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'丰南区'), + (227,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'丰润区'), + (228,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'曹妃甸区'), + (229,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'滦州市'), + (230,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'滦南县'), + (231,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'乐亭县'), + (232,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'迁西县'), + (233,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'玉田县'), + (234,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'遵化市'), + (235,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'迁安市'), + (236,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'秦皇岛市'), + (237,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'秦皇岛市市辖区'), + (238,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'海港区'), + (239,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'山海关区'), + (240,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'北戴河区'), + (241,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'抚宁区'), + (242,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'青龙满族自治县'), + (243,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'昌黎县'), + (244,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'卢龙县'), + (245,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'邯郸市'), + (246,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'邯郸市市辖区'), + (247,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'邯山区'), + (248,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'丛台区'), + (249,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'复兴区'), + (250,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'峰峰矿区'), + (251,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'肥乡区'), + (252,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'永年区'), + (253,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'临漳县'), + (254,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'成安县'), + (255,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'大名县'), + (256,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'涉县'), + (257,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'磁县'), + (258,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'邱县'), + (259,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'鸡泽县'), + (260,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'广平县'), + (261,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'馆陶县'), + (262,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'魏县'), + (263,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'曲周县'), + (264,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'武安市'), + (265,NULL,'2023-07-02 12:51:07','2023-07-02 12:51:07',0,0,'邢台市'), + (266,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'邢台市市辖区'), + (267,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'襄都区'), + (268,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'信都区'), + (269,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'临城县'), + (270,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'内丘县'), + (271,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'柏乡县'), + (272,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'隆尧县'), + (273,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'任泽区'), + (274,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'南和区'), + (275,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'宁晋县'), + (276,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'巨鹿县'), + (277,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'新河县'), + (278,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'广宗县'), + (279,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'平乡县'), + (280,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'威县'), + (281,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'清河县'), + (282,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'临西县'), + (283,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'南宫市'), + (284,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'沙河市'), + (285,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'保定市'), + (286,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'保定市市辖区'), + (287,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'竞秀区'), + (288,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'莲池区'), + (289,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'满城区'), + (290,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'清苑区'), + (291,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'徐水区'), + (292,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'涞水县'), + (293,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'阜平县'), + (294,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'定兴县'), + (295,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'唐县'), + (296,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'高阳县'), + (297,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'容城县'), + (298,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'涞源县'), + (299,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'望都县'), + (300,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'安新县'), + (301,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'易县'), + (302,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'曲阳县'), + (303,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'蠡县'), + (304,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'顺平县'), + (305,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'博野县'), + (306,NULL,'2023-07-02 12:51:08','2023-07-02 12:51:08',0,0,'雄县'), + (307,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'涿州市'), + (308,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'定州市'), + (309,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'安国市'), + (310,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'高碑店市'), + (311,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'张家口市'), + (312,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'张家口市市辖区'), + (313,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'桥东区'), + (314,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'桥西区'), + (315,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'宣化区'), + (316,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'下花园区'), + (317,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'万全区'), + (318,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'崇礼区'), + (319,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'张北县'), + (320,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'康保县'), + (321,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'沽源县'), + (322,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'尚义县'), + (323,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'蔚县'), + (324,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'阳原县'), + (325,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'怀安县'), + (326,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'怀来县'), + (327,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'涿鹿县'), + (328,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'赤城县'), + (329,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'承德市'), + (330,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'承德市市辖区'), + (331,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'双桥区'), + (332,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'双滦区'), + (333,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'鹰手营子矿区'), + (334,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'承德县'), + (335,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'兴隆县'), + (336,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'滦平县'), + (337,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'隆化县'), + (338,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'丰宁满族自治县'), + (339,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'宽城满族自治县'), + (340,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'围场满族蒙古族自治县'), + (341,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'平泉市'), + (342,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'沧州市'), + (343,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'沧州市市辖区'), + (344,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'新华区'), + (345,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'运河区'), + (346,NULL,'2023-07-02 12:51:09','2023-07-02 12:51:09',0,0,'沧县'), + (347,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'青县'), + (348,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'东光县'), + (349,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'海兴县'), + (350,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'盐山县'), + (351,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'肃宁县'), + (352,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'南皮县'), + (353,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'吴桥县'), + (354,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'献县'), + (355,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'孟村回族自治县'), + (356,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'泊头市'), + (357,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'任丘市'), + (358,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'黄骅市'), + (359,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'河间市'), + (360,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'廊坊市'), + (361,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'廊坊市市辖区'), + (362,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'安次区'), + (363,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'广阳区'), + (364,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'固安县'), + (365,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'永清县'), + (366,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'香河县'), + (367,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'大城县'), + (368,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'文安县'), + (369,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'大厂回族自治县'), + (370,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'霸州市'), + (371,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'三河市'), + (372,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'衡水市'), + (373,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'衡水市市辖区'), + (374,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'桃城区'), + (375,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'冀州区'), + (376,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'枣强县'), + (377,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'武邑县'), + (378,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'武强县'), + (379,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'饶阳县'), + (380,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'安平县'), + (381,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'故城县'), + (382,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'景县'), + (383,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'阜城县'), + (384,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'深州市'), + (385,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'山西省'), + (386,NULL,'2023-07-02 12:51:10','2023-07-02 12:51:10',0,0,'太原市'), + (387,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'太原市市辖区'), + (388,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'小店区'), + (389,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'迎泽区'), + (390,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'杏花岭区'), + (391,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'尖草坪区'), + (392,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'万柏林区'), + (393,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'晋源区'), + (394,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'清徐县'), + (395,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'阳曲县'), + (396,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'娄烦县'), + (397,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'古交市'), + (398,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'大同市'), + (399,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'大同市市辖区'), + (400,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'平城区'), + (401,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'云冈区'), + (402,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'新荣区'), + (403,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'阳高县'), + (404,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'天镇县'), + (405,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'广灵县'), + (406,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'灵丘县'), + (407,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'浑源县'), + (408,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'左云县'), + (409,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'云州区'), + (410,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'阳泉市'), + (411,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'阳泉市市辖区'), + (412,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'城区'), + (413,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'矿区'), + (414,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'郊区'), + (415,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'平定县'), + (416,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'盂县'), + (417,NULL,'2023-07-02 12:51:11','2023-07-02 12:51:11',0,0,'长治市'), + (418,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'长治市市辖区'), + (419,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'潞州区'), + (420,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'上党区'), + (421,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'襄垣县'), + (422,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'屯留区'), + (423,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'平顺县'), + (424,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'黎城县'), + (425,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'壶关县'), + (426,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'长子县'), + (427,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'武乡县'), + (428,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'沁县'), + (429,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'沁源县'), + (430,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'潞城区'), + (431,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'晋城市'), + (432,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'晋城市市辖区'), + (433,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'城区'), + (434,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'沁水县'), + (435,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'阳城县'), + (436,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'陵川县'), + (437,NULL,'2023-07-02 12:51:12','2023-07-02 12:51:12',0,0,'泽州县'), + (438,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'高平市'), + (439,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'朔州市'), + (440,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'朔州市市辖区'), + (441,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'朔城区'), + (442,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'平鲁区'), + (443,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'山阴县'), + (444,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'应县'), + (445,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'右玉县'), + (446,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'怀仁市'), + (447,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'晋中市'), + (448,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'晋中市市辖区'), + (449,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'榆次区'), + (450,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'榆社县'), + (451,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'左权县'), + (452,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'和顺县'), + (453,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'昔阳县'), + (454,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'寿阳县'), + (455,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'太谷区'), + (456,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'祁县'), + (457,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'平遥县'), + (458,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'灵石县'), + (459,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'介休市'), + (460,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'运城市'), + (461,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'运城市市辖区'), + (462,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'盐湖区'), + (463,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'临猗县'), + (464,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'万荣县'), + (465,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'闻喜县'), + (466,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'稷山县'), + (467,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'新绛县'), + (468,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'绛县'), + (469,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'垣曲县'), + (470,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'夏县'), + (471,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'平陆县'), + (472,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'芮城县'), + (473,NULL,'2023-07-02 12:51:13','2023-07-02 12:51:13',0,0,'永济市'), + (474,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'河津市'), + (475,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'忻州市'), + (476,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'忻州市市辖区'), + (477,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'忻府区'), + (478,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'定襄县'), + (479,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'五台县'), + (480,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'代县'), + (481,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'繁峙县'), + (482,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'宁武县'), + (483,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'静乐县'), + (484,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'神池县'), + (485,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'五寨县'), + (486,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'岢岚县'), + (487,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'河曲县'), + (488,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'保德县'), + (489,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'偏关县'), + (490,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'原平市'), + (491,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'临汾市'), + (492,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'临汾市市辖区'), + (493,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'尧都区'), + (494,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'曲沃县'), + (495,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'翼城县'), + (496,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'襄汾县'), + (497,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'洪洞县'), + (498,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'古县'), + (499,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'安泽县'), + (500,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'浮山县'), + (501,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'吉县'), + (502,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'乡宁县'), + (503,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'大宁县'), + (504,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'隰县'), + (505,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'永和县'), + (506,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'蒲县'), + (507,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'汾西县'), + (508,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'侯马市'), + (509,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'霍州市'), + (510,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'吕梁市'), + (511,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'吕梁市市辖区'), + (512,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'离石区'), + (513,NULL,'2023-07-02 12:51:14','2023-07-02 12:51:14',0,0,'文水县'), + (514,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'交城县'), + (515,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'兴县'), + (516,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'临县'), + (517,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'柳林县'), + (518,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'石楼县'), + (519,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'岚县'), + (520,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'方山县'), + (521,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'中阳县'), + (522,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'交口县'), + (523,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'孝义市'), + (524,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'汾阳市'), + (525,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'内蒙古自治区'), + (526,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'呼和浩特市'), + (527,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'呼和浩特市市辖区'), + (528,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'新城区'), + (529,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'回民区'), + (530,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'玉泉区'), + (531,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'赛罕区'), + (532,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'土默特左旗'), + (533,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'托克托县'), + (534,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'和林格尔县'), + (535,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'清水河县'), + (536,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'武川县'), + (537,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'包头市'), + (538,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'包头市市辖区'), + (539,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'东河区'), + (540,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'昆都仑区'), + (541,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'青山区'), + (542,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'石拐区'), + (543,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'白云鄂博矿区'), + (544,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'九原区'), + (545,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'土默特右旗'), + (546,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'固阳县'), + (547,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'达尔罕茂明安联合旗'), + (548,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'乌海市'), + (549,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'乌海市市辖区'), + (550,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'海勃湾区'), + (551,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'海南区'), + (552,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'乌达区'), + (553,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'赤峰市'), + (554,NULL,'2023-07-02 12:51:15','2023-07-02 12:51:15',0,0,'赤峰市市辖区'), + (555,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'红山区'), + (556,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'元宝山区'), + (557,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'松山区'), + (558,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'阿鲁科尔沁旗'), + (559,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'巴林左旗'), + (560,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'巴林右旗'), + (561,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'林西县'), + (562,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'克什克腾旗'), + (563,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'翁牛特旗'), + (564,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'喀喇沁旗'), + (565,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'宁城县'), + (566,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'敖汉旗'), + (567,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'通辽市'), + (568,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'通辽市市辖区'), + (569,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'科尔沁区'), + (570,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'科尔沁左翼中旗'), + (571,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'科尔沁左翼后旗'), + (572,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'开鲁县'), + (573,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'库伦旗'), + (574,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'奈曼旗'), + (575,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'扎鲁特旗'), + (576,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'霍林郭勒市'), + (577,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'鄂尔多斯市'), + (578,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'鄂尔多斯市市辖区'), + (579,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'东胜区'), + (580,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'康巴什区'), + (581,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'达拉特旗'), + (582,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'准格尔旗'), + (583,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'鄂托克前旗'), + (584,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'鄂托克旗'), + (585,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'杭锦旗'), + (586,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'乌审旗'), + (587,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'伊金霍洛旗'), + (588,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'呼伦贝尔市'), + (589,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'呼伦贝尔市市辖区'), + (590,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'海拉尔区'), + (591,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'扎赉诺尔区'), + (592,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'阿荣旗'), + (593,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'莫力达瓦达斡尔族自治旗'), + (594,NULL,'2023-07-02 12:51:16','2023-07-02 12:51:16',0,0,'鄂伦春自治旗'), + (595,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'鄂温克族自治旗'), + (596,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'陈巴尔虎旗'), + (597,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'新巴尔虎左旗'), + (598,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'新巴尔虎右旗'), + (599,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'满洲里市'), + (600,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'牙克石市'), + (601,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'扎兰屯市'), + (602,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'额尔古纳市'), + (603,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'根河市'), + (604,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'巴彦淖尔市'), + (605,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'巴彦淖尔市市辖区'), + (606,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'临河区'), + (607,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'五原县'), + (608,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'磴口县'), + (609,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'乌拉特前旗'), + (610,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'乌拉特中旗'), + (611,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'乌拉特后旗'), + (612,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'杭锦后旗'), + (613,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'乌兰察布市'), + (614,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'乌兰察布市市辖区'), + (615,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'集宁区'), + (616,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'卓资县'), + (617,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'化德县'), + (618,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'商都县'), + (619,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'兴和县'), + (620,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'凉城县'), + (621,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'察哈尔右翼前旗'), + (622,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'察哈尔右翼中旗'), + (623,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'察哈尔右翼后旗'), + (624,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'四子王旗'), + (625,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'丰镇市'), + (626,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'兴安盟'), + (627,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'乌兰浩特市'), + (628,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'阿尔山市'), + (629,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'科尔沁右翼前旗'), + (630,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'科尔沁右翼中旗'), + (631,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'扎赉特旗'), + (632,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'突泉县'), + (633,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'锡林郭勒盟'), + (634,NULL,'2023-07-02 12:51:17','2023-07-02 12:51:17',0,0,'二连浩特市'), + (635,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'锡林浩特市'), + (636,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'阿巴嘎旗'), + (637,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'苏尼特左旗'), + (638,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'苏尼特右旗'), + (639,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'东乌珠穆沁旗'), + (640,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'西乌珠穆沁旗'), + (641,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'太仆寺旗'), + (642,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'镶黄旗'), + (643,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'正镶白旗'), + (644,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'正蓝旗'), + (645,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'多伦县'), + (646,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'阿拉善盟'), + (647,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'阿拉善左旗'), + (648,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'阿拉善右旗'), + (649,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'额济纳旗'), + (650,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'辽宁省'), + (651,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'沈阳市'), + (652,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'沈阳市市辖区'), + (653,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'和平区'), + (654,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'沈河区'), + (655,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'大东区'), + (656,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'皇姑区'), + (657,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'铁西区'), + (658,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'苏家屯区'), + (659,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'浑南区'), + (660,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'沈北新区'), + (661,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'于洪区'), + (662,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'辽中区'), + (663,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'康平县'), + (664,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'法库县'), + (665,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'新民市'), + (666,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'大连市'), + (667,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'大连市市辖区'), + (668,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'中山区'), + (669,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'西岗区'), + (670,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'沙河口区'), + (671,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'甘井子区'), + (672,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'旅顺口区'), + (673,NULL,'2023-07-02 12:51:18','2023-07-02 12:51:18',0,0,'金州区'), + (674,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'普兰店区'), + (675,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'长海县'), + (676,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'瓦房店市'), + (677,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'庄河市'), + (678,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'鞍山市'), + (679,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'鞍山市市辖区'), + (680,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'铁东区'), + (681,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'铁西区'), + (682,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'立山区'), + (683,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'千山区'), + (684,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'台安县'), + (685,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'岫岩满族自治县'), + (686,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'海城市'), + (687,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'抚顺市'), + (688,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'抚顺市市辖区'), + (689,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'新抚区'), + (690,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'东洲区'), + (691,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'望花区'), + (692,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'顺城区'), + (693,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'抚顺县'), + (694,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'新宾满族自治县'), + (695,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'清原满族自治县'), + (696,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'本溪市'), + (697,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'本溪市市辖区'), + (698,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'平山区'), + (699,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'溪湖区'), + (700,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'明山区'), + (701,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'南芬区'), + (702,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'本溪满族自治县'), + (703,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'桓仁满族自治县'), + (704,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'丹东市'), + (705,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'丹东市市辖区'), + (706,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'元宝区'), + (707,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'振兴区'), + (708,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'振安区'), + (709,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'宽甸满族自治县'), + (710,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'东港市'), + (711,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'凤城市'), + (712,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'锦州市'), + (713,NULL,'2023-07-02 12:51:19','2023-07-02 12:51:19',0,0,'锦州市市辖区'), + (714,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'古塔区'), + (715,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'凌河区'), + (716,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'太和区'), + (717,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'黑山县'), + (718,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'义县'), + (719,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'凌海市'), + (720,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'北镇市'), + (721,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'营口市'), + (722,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'营口市市辖区'), + (723,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'站前区'), + (724,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'西市区'), + (725,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'鲅鱼圈区'), + (726,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'老边区'), + (727,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'盖州市'), + (728,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'大石桥市'), + (729,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'阜新市'), + (730,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'阜新市市辖区'), + (731,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'海州区'), + (732,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'新邱区'), + (733,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'太平区'), + (734,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'清河门区'), + (735,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'细河区'), + (736,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'阜新蒙古族自治县'), + (737,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'彰武县'), + (738,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'辽阳市'), + (739,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'辽阳市市辖区'), + (740,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'白塔区'), + (741,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'文圣区'), + (742,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'宏伟区'), + (743,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'弓长岭区'), + (744,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'太子河区'), + (745,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'辽阳县'), + (746,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'灯塔市'), + (747,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'盘锦市'), + (748,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'盘锦市市辖区'), + (749,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'双台子区'), + (750,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'兴隆台区'), + (751,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'大洼区'), + (752,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'盘山县'), + (753,NULL,'2023-07-02 12:51:20','2023-07-02 12:51:20',0,0,'铁岭市'), + (754,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'铁岭市市辖区'), + (755,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'银州区'), + (756,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'清河区'), + (757,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'铁岭县'), + (758,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'西丰县'), + (759,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'昌图县'), + (760,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'调兵山市'), + (761,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'开原市'), + (762,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'朝阳市'), + (763,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'朝阳市市辖区'), + (764,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'双塔区'), + (765,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'龙城区'), + (766,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'朝阳县'), + (767,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'建平县'), + (768,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'喀喇沁左翼蒙古族自治县'), + (769,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'北票市'), + (770,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'凌源市'), + (771,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'葫芦岛市'), + (772,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'葫芦岛市市辖区'), + (773,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'连山区'), + (774,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'龙港区'), + (775,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'南票区'), + (776,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'绥中县'), + (777,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'建昌县'), + (778,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'兴城市'), + (779,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'吉林省'), + (780,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'长春市'), + (781,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'长春市市辖区'), + (782,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'南关区'), + (783,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'宽城区'), + (784,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'朝阳区'), + (785,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'二道区'), + (786,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'绿园区'), + (787,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'双阳区'), + (788,NULL,'2023-07-02 12:51:21','2023-07-02 12:51:21',0,0,'九台区'), + (789,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'农安县'), + (790,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'榆树市'), + (791,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'德惠市'), + (792,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'吉林市'), + (793,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'吉林市市辖区'), + (794,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'昌邑区'), + (795,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'龙潭区'), + (796,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'船营区'), + (797,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'丰满区'), + (798,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'永吉县'), + (799,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'蛟河市'), + (800,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'桦甸市'), + (801,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'舒兰市'), + (802,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'磐石市'), + (803,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'四平市'), + (804,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'四平市市辖区'), + (805,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'铁西区'), + (806,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'铁东区'), + (807,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'梨树县'), + (808,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'伊通满族自治县'), + (809,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'公主岭市'), + (810,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'双辽市'), + (811,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'辽源市'), + (812,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'辽源市市辖区'), + (813,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'龙山区'), + (814,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'西安区'), + (815,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'东丰县'), + (816,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'东辽县'), + (817,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'通化市'), + (818,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'通化市市辖区'), + (819,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'东昌区'), + (820,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'二道江区'), + (821,NULL,'2023-07-02 12:51:22','2023-07-02 12:51:22',0,0,'通化县'), + (822,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'辉南县'), + (823,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'柳河县'), + (824,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'梅河口市'), + (825,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'集安市'), + (826,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'白山市'), + (827,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'白山市市辖区'), + (828,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'浑江区'), + (829,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'江源区'), + (830,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'抚松县'), + (831,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'靖宇县'), + (832,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'长白朝鲜族自治县'), + (833,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'临江市'), + (834,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'松原市'), + (835,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'松原市市辖区'), + (836,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'宁江区'), + (837,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'前郭尔罗斯蒙古族自治县'), + (838,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'长岭县'), + (839,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'乾安县'), + (840,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'扶余市'), + (841,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'白城市'), + (842,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'白城市市辖区'), + (843,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'洮北区'), + (844,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'镇赉县'), + (845,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'通榆县'), + (846,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'洮南市'), + (847,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'大安市'), + (848,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'延边朝鲜族自治州'), + (849,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'延吉市'), + (850,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'图们市'), + (851,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'敦化市'), + (852,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'珲春市'), + (853,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'龙井市'), + (854,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'和龙市'), + (855,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'汪清县'), + (856,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'安图县'), + (857,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'黑龙江省'), + (858,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'哈尔滨市'), + (859,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'哈尔滨市市辖区'), + (860,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'道里区'), + (861,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'南岗区'), + (862,NULL,'2023-07-02 12:51:23','2023-07-02 12:51:23',0,0,'道外区'), + (863,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'平房区'), + (864,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'松北区'), + (865,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'香坊区'), + (866,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'呼兰区'), + (867,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'阿城区'), + (868,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'双城区'), + (869,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'依兰县'), + (870,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'方正县'), + (871,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'宾县'), + (872,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'巴彦县'), + (873,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'木兰县'), + (874,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'通河县'), + (875,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'延寿县'), + (876,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'尚志市'), + (877,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'五常市'), + (878,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'齐齐哈尔市'), + (879,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'齐齐哈尔市市辖区'), + (880,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'龙沙区'), + (881,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'建华区'), + (882,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'铁锋区'), + (883,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'昂昂溪区'), + (884,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'富拉尔基区'), + (885,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'碾子山区'), + (886,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'梅里斯达斡尔族区'), + (887,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'龙江县'), + (888,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'依安县'), + (889,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'泰来县'), + (890,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'甘南县'), + (891,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'富裕县'), + (892,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'克山县'), + (893,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'克东县'), + (894,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'拜泉县'), + (895,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'讷河市'), + (896,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'鸡西市'), + (897,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'鸡西市市辖区'), + (898,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'鸡冠区'), + (899,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'恒山区'), + (900,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'滴道区'), + (901,NULL,'2023-07-02 12:51:24','2023-07-02 12:51:24',0,0,'梨树区'), + (902,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'城子河区'), + (903,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'麻山区'), + (904,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'鸡东县'), + (905,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'虎林市'), + (906,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'密山市'), + (907,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'鹤岗市'), + (908,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'鹤岗市市辖区'), + (909,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'向阳区'), + (910,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'工农区'), + (911,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'南山区'), + (912,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'兴安区'), + (913,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'东山区'), + (914,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'兴山区'), + (915,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'萝北县'), + (916,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'绥滨县'), + (917,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'双鸭山市'), + (918,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'双鸭山市市辖区'), + (919,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'尖山区'), + (920,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'岭东区'), + (921,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'四方台区'), + (922,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'宝山区'), + (923,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'集贤县'), + (924,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'友谊县'), + (925,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'宝清县'), + (926,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'饶河县'), + (927,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'大庆市'), + (928,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'大庆市市辖区'), + (929,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'萨尔图区'), + (930,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'龙凤区'), + (931,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'让胡路区'), + (932,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'红岗区'), + (933,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'大同区'), + (934,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'肇州县'), + (935,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'肇源县'), + (936,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'林甸县'), + (937,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'杜尔伯特蒙古族自治县'), + (938,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'伊春市'), + (939,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'伊春市市辖区'), + (940,NULL,'2023-07-02 12:51:25','2023-07-02 12:51:25',0,0,'汤旺河区'), + (941,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'伊美区'), + (942,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'乌翠区'), + (943,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'友好区'), + (944,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'嘉荫县'), + (945,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'汤旺县'), + (946,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'丰林县'), + (947,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'大箐山县'), + (948,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'南岔县'), + (949,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'金林区'), + (950,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'铁力市'), + (951,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'佳木斯市'), + (952,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'佳木斯市市辖区'), + (953,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'向阳区'), + (954,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'前进区'), + (955,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'东风区'), + (956,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'郊区'), + (957,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'桦南县'), + (958,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'桦川县'), + (959,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'汤原县'), + (960,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'同江市'), + (961,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'富锦市'), + (962,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'抚远市'), + (963,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'七台河市'), + (964,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'七台河市市辖区'), + (965,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'新兴区'), + (966,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'桃山区'), + (967,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'茄子河区'), + (968,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'勃利县'), + (969,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'牡丹江市'), + (970,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'牡丹江市市辖区'), + (971,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'东安区'), + (972,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'阳明区'), + (973,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'爱民区'), + (974,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'西安区'), + (975,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'林口县'), + (976,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'绥芬河市'), + (977,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'海林市'), + (978,NULL,'2023-07-02 12:51:26','2023-07-02 12:51:26',0,0,'宁安市'), + (979,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'穆棱市'), + (980,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'东宁市'), + (981,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'黑河市'), + (982,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'黑河市市辖区'), + (983,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'爱辉区'), + (984,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'嫩江市'), + (985,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'逊克县'), + (986,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'孙吴县'), + (987,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'北安市'), + (988,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'五大连池市'), + (989,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'绥化市'), + (990,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'绥化市市辖区'), + (991,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'北林区'), + (992,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'望奎县'), + (993,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'兰西县'), + (994,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'青冈县'), + (995,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'庆安县'), + (996,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'明水县'), + (997,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'绥棱县'), + (998,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'安达市'), + (999,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'肇东市'), + (1000,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'海伦市'), + (1001,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'大兴安岭地区'), + (1002,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'加格达奇区'), + (1003,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'呼玛县'), + (1004,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'塔河县'), + (1005,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'漠河市'), + (1006,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'上海市'), + (1007,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'上海市市辖区'), + (1008,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'黄浦区'), + (1009,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'徐汇区'), + (1010,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'长宁区'), + (1011,NULL,'2023-07-02 12:51:27','2023-07-02 12:51:27',0,0,'静安区'), + (1012,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'普陀区'), + (1013,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'虹口区'), + (1014,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'杨浦区'), + (1015,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'闵行区'), + (1016,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'宝山区'), + (1017,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'嘉定区'), + (1018,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'浦东新区'), + (1019,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'金山区'), + (1020,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'松江区'), + (1021,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'青浦区'), + (1022,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'奉贤区'), + (1023,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'崇明区'), + (1024,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'江苏省'), + (1025,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'南京市'), + (1026,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'南京市市辖区'), + (1027,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'玄武区'), + (1028,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'秦淮区'), + (1029,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'建邺区'), + (1030,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'鼓楼区'), + (1031,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'浦口区'), + (1032,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'栖霞区'), + (1033,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'雨花台区'), + (1034,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'江宁区'), + (1035,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'六合区'), + (1036,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'溧水区'), + (1037,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'高淳区'), + (1038,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'无锡市'), + (1039,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'无锡市市辖区'), + (1040,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'锡山区'), + (1041,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'惠山区'), + (1042,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'滨湖区'), + (1043,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'梁溪区'), + (1044,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'新吴区'), + (1045,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'江阴市'), + (1046,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'宜兴市'), + (1047,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'徐州市'), + (1048,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'徐州市市辖区'), + (1049,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'鼓楼区'), + (1050,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'云龙区'), + (1051,NULL,'2023-07-02 12:51:28','2023-07-02 12:51:28',0,0,'贾汪区'), + (1052,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'泉山区'), + (1053,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'铜山区'), + (1054,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'丰县'), + (1055,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'沛县'), + (1056,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'睢宁县'), + (1057,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'新沂市'), + (1058,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'邳州市'), + (1059,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'常州市'), + (1060,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'常州市市辖区'), + (1061,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'天宁区'), + (1062,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'钟楼区'), + (1063,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'新北区'), + (1064,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'武进区'), + (1065,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'金坛区'), + (1066,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'溧阳市'), + (1067,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'苏州市'), + (1068,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'苏州市市辖区'), + (1069,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'虎丘区'), + (1070,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'吴中区'), + (1071,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'相城区'), + (1072,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'姑苏区'), + (1073,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'吴江区'), + (1074,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'常熟市'), + (1075,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'张家港市'), + (1076,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'昆山市'), + (1077,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'太仓市'), + (1078,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'南通市'), + (1079,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'南通市市辖区'), + (1080,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'崇川区'), + (1081,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'通州区'), + (1082,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'海安市'), + (1083,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'如东县'), + (1084,NULL,'2023-07-02 12:51:29','2023-07-02 12:51:29',0,0,'启东市'), + (1085,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'如皋市'), + (1086,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'海门区'), + (1087,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'连云港市'), + (1088,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'连云港市市辖区'), + (1089,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'连云区'), + (1090,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'海州区'), + (1091,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'赣榆区'), + (1092,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'东海县'), + (1093,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'灌云县'), + (1094,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'灌南县'), + (1095,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'淮安市'), + (1096,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'淮安市市辖区'), + (1097,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'淮安区'), + (1098,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'淮阴区'), + (1099,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'清江浦区'), + (1100,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'洪泽区'), + (1101,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'涟水县'), + (1102,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'盱眙县'), + (1103,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'金湖县'), + (1104,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'盐城市'), + (1105,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'盐城市市辖区'), + (1106,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'亭湖区'), + (1107,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'盐都区'), + (1108,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'大丰区'), + (1109,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'响水县'), + (1110,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'滨海县'), + (1111,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'阜宁县'), + (1112,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'射阳县'), + (1113,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'建湖县'), + (1114,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'东台市'), + (1115,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'扬州市'), + (1116,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'扬州市市辖区'), + (1117,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'广陵区'), + (1118,NULL,'2023-07-02 12:51:30','2023-07-02 12:51:30',0,0,'邗江区'), + (1119,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'江都区'), + (1120,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'宝应县'), + (1121,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'仪征市'), + (1122,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'高邮市'), + (1123,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'镇江市'), + (1124,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'镇江市市辖区'), + (1125,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'京口区'), + (1126,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'润州区'), + (1127,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'丹徒区'), + (1128,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'丹阳市'), + (1129,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'扬中市'), + (1130,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'句容市'), + (1131,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'泰州市'), + (1132,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'泰州市市辖区'), + (1133,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'海陵区'), + (1134,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'高港区'), + (1135,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'姜堰区'), + (1136,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'兴化市'), + (1137,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'靖江市'), + (1138,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'泰兴市'), + (1139,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'宿迁市'), + (1140,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'宿迁市市辖区'), + (1141,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'宿城区'), + (1142,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'宿豫区'), + (1143,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'沭阳县'), + (1144,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'泗阳县'), + (1145,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'泗洪县'), + (1146,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'浙江省'), + (1147,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'杭州市'), + (1148,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'杭州市市辖区'), + (1149,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'上城区'), + (1150,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'下城区'), + (1151,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'江干区'), + (1152,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'拱墅区'), + (1153,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'西湖区'), + (1154,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'滨江区'), + (1155,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'萧山区'), + (1156,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'余杭区'), + (1157,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'富阳区'), + (1158,NULL,'2023-07-02 12:51:31','2023-07-02 12:51:31',0,0,'临安区'), + (1159,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'桐庐县'), + (1160,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'淳安县'), + (1161,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'建德市'), + (1162,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'宁波市'), + (1163,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'宁波市市辖区'), + (1164,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'海曙区'), + (1165,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'江北区'), + (1166,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'北仑区'), + (1167,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'镇海区'), + (1168,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'鄞州区'), + (1169,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'奉化区'), + (1170,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'象山县'), + (1171,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'宁海县'), + (1172,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'余姚市'), + (1173,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'慈溪市'), + (1174,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'温州市'), + (1175,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'温州市市辖区'), + (1176,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'鹿城区'), + (1177,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'龙湾区'), + (1178,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'瓯海区'), + (1179,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'洞头区'), + (1180,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'永嘉县'), + (1181,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'平阳县'), + (1182,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'苍南县'), + (1183,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'文成县'), + (1184,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'泰顺县'), + (1185,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'瑞安市'), + (1186,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'乐清市'), + (1187,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'龙港市'), + (1188,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'嘉兴市'), + (1189,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'嘉兴市市辖区'), + (1190,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'南湖区'), + (1191,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'秀洲区'), + (1192,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'嘉善县'), + (1193,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'海盐县'), + (1194,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'海宁市'), + (1195,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'平湖市'), + (1196,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'桐乡市'), + (1197,NULL,'2023-07-02 12:51:32','2023-07-02 12:51:32',0,0,'湖州市'), + (1198,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'湖州市市辖区'), + (1199,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'吴兴区'), + (1200,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'南浔区'), + (1201,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'德清县'), + (1202,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'长兴县'), + (1203,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'安吉县'), + (1204,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'绍兴市'), + (1205,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'绍兴市市辖区'), + (1206,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'越城区'), + (1207,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'柯桥区'), + (1208,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'上虞区'), + (1209,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'新昌县'), + (1210,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'诸暨市'), + (1211,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'嵊州市'), + (1212,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'金华市'), + (1213,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'金华市市辖区'), + (1214,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'婺城区'), + (1215,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'金东区'), + (1216,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'武义县'), + (1217,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'浦江县'), + (1218,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'磐安县'), + (1219,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'兰溪市'), + (1220,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'义乌市'), + (1221,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'东阳市'), + (1222,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'永康市'), + (1223,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'衢州市'), + (1224,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'衢州市市辖区'), + (1225,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'柯城区'), + (1226,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'衢江区'), + (1227,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'常山县'), + (1228,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'开化县'), + (1229,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'龙游县'), + (1230,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'江山市'), + (1231,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'舟山市'), + (1232,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'舟山市市辖区'), + (1233,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'定海区'), + (1234,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'普陀区'), + (1235,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'岱山县'), + (1236,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'嵊泗县'), + (1237,NULL,'2023-07-02 12:51:33','2023-07-02 12:51:33',0,0,'台州市'), + (1238,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'台州市市辖区'), + (1239,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'椒江区'), + (1240,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'黄岩区'), + (1241,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'路桥区'), + (1242,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'三门县'), + (1243,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'天台县'), + (1244,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'仙居县'), + (1245,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'温岭市'), + (1246,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'临海市'), + (1247,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'玉环市'), + (1248,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'丽水市'), + (1249,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'丽水市市辖区'), + (1250,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'莲都区'), + (1251,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'青田县'), + (1252,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'缙云县'), + (1253,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'遂昌县'), + (1254,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'松阳县'), + (1255,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'云和县'), + (1256,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'庆元县'), + (1257,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'景宁畲族自治县'), + (1258,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'龙泉市'), + (1259,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'安徽省'), + (1260,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'合肥市'), + (1261,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'合肥市市辖区'), + (1262,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'瑶海区'), + (1263,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'庐阳区'), + (1264,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'蜀山区'), + (1265,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'包河区'), + (1266,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'长丰县'), + (1267,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'肥东县'), + (1268,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'肥西县'), + (1269,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'庐江县'), + (1270,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'巢湖市'), + (1271,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'芜湖市'), + (1272,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'芜湖市市辖区'), + (1273,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'镜湖区'), + (1274,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'弋江区'), + (1275,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'鸠江区'), + (1276,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'湾沚区'), + (1277,NULL,'2023-07-02 12:51:34','2023-07-02 12:51:34',0,0,'繁昌区'), + (1278,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'南陵县'), + (1279,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'无为市'), + (1280,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'蚌埠市'), + (1281,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'蚌埠市市辖区'), + (1282,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'龙子湖区'), + (1283,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'蚌山区'), + (1284,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'禹会区'), + (1285,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'淮上区'), + (1286,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'怀远县'), + (1287,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'五河县'), + (1288,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'固镇县'), + (1289,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'淮南市'), + (1290,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'淮南市市辖区'), + (1291,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'大通区'), + (1292,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'田家庵区'), + (1293,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'谢家集区'), + (1294,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'八公山区'), + (1295,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'潘集区'), + (1296,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'凤台县'), + (1297,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'寿县'), + (1298,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'马鞍山市'), + (1299,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'马鞍山市市辖区'), + (1300,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'花山区'), + (1301,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'雨山区'), + (1302,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'博望区'), + (1303,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'当涂县'), + (1304,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'含山县'), + (1305,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'和县'), + (1306,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'淮北市'), + (1307,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'淮北市市辖区'), + (1308,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'杜集区'), + (1309,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'相山区'), + (1310,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'烈山区'), + (1311,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'濉溪县'), + (1312,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'铜陵市'), + (1313,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'铜陵市市辖区'), + (1314,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'铜官区'), + (1315,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'义安区'), + (1316,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'郊区'), + (1317,NULL,'2023-07-02 12:51:35','2023-07-02 12:51:35',0,0,'枞阳县'), + (1318,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'安庆市'), + (1319,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'安庆市市辖区'), + (1320,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'迎江区'), + (1321,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'大观区'), + (1322,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'宜秀区'), + (1323,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'怀宁县'), + (1324,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'潜山市'), + (1325,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'太湖县'), + (1326,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'宿松县'), + (1327,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'望江县'), + (1328,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'岳西县'), + (1329,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'桐城市'), + (1330,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'黄山市'), + (1331,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'黄山市市辖区'), + (1332,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'屯溪区'), + (1333,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'黄山区'), + (1334,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'徽州区'), + (1335,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'歙县'), + (1336,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'休宁县'), + (1337,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'黟县'), + (1338,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'祁门县'), + (1339,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'滁州市'), + (1340,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'滁州市市辖区'), + (1341,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'琅琊区'), + (1342,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'南谯区'), + (1343,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'来安县'), + (1344,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'全椒县'), + (1345,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'定远县'), + (1346,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'凤阳县'), + (1347,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'天长市'), + (1348,NULL,'2023-07-02 12:51:36','2023-07-02 12:51:36',0,0,'明光市'), + (1349,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'阜阳市'), + (1350,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'阜阳市市辖区'), + (1351,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'颍州区'), + (1352,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'颍东区'), + (1353,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'颍泉区'), + (1354,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'临泉县'), + (1355,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'太和县'), + (1356,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'阜南县'), + (1357,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'颍上县'), + (1358,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'界首市'), + (1359,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'宿州市'), + (1360,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'宿州市市辖区'), + (1361,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'埇桥区'), + (1362,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'砀山县'), + (1363,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'萧县'), + (1364,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'灵璧县'), + (1365,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'泗县'), + (1366,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'六安市'), + (1367,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'六安市市辖区'), + (1368,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'金安区'), + (1369,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'裕安区'), + (1370,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'叶集区'), + (1371,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'霍邱县'), + (1372,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'舒城县'), + (1373,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'金寨县'), + (1374,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'霍山县'), + (1375,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'亳州市'), + (1376,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'亳州市市辖区'), + (1377,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'谯城区'), + (1378,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'涡阳县'), + (1379,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'蒙城县'), + (1380,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'利辛县'), + (1381,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'池州市'), + (1382,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'池州市市辖区'), + (1383,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'贵池区'), + (1384,NULL,'2023-07-02 12:51:37','2023-07-02 12:51:37',0,0,'东至县'), + (1385,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'石台县'), + (1386,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'青阳县'), + (1387,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'宣城市'), + (1388,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'宣城市市辖区'), + (1389,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'宣州区'), + (1390,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'郎溪县'), + (1391,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'广德市'), + (1392,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'泾县'), + (1393,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'绩溪县'), + (1394,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'旌德县'), + (1395,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'宁国市'), + (1396,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'福建省'), + (1397,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'福州市'), + (1398,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'福州市市辖区'), + (1399,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'鼓楼区'), + (1400,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'台江区'), + (1401,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'仓山区'), + (1402,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'马尾区'), + (1403,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'晋安区'), + (1404,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'长乐区'), + (1405,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'闽侯县'), + (1406,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'连江县'), + (1407,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'罗源县'), + (1408,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'闽清县'), + (1409,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'永泰县'), + (1410,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'平潭县'), + (1411,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'福清市'), + (1412,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'厦门市'), + (1413,NULL,'2023-07-02 12:51:38','2023-07-02 12:51:38',0,0,'厦门市市辖区'), + (1414,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'思明区'), + (1415,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'海沧区'), + (1416,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'湖里区'), + (1417,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'集美区'), + (1418,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'同安区'), + (1419,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'翔安区'), + (1420,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'莆田市'), + (1421,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'莆田市市辖区'), + (1422,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'城厢区'), + (1423,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'涵江区'), + (1424,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'荔城区'), + (1425,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'秀屿区'), + (1426,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'仙游县'), + (1427,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'三明市'), + (1428,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'三明市市辖区'), + (1429,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'梅列区'), + (1430,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'三元区'), + (1431,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'明溪县'), + (1432,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'清流县'), + (1433,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'宁化县'), + (1434,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'大田县'), + (1435,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'尤溪县'), + (1436,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'沙县'), + (1437,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'将乐县'), + (1438,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'泰宁县'), + (1439,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'建宁县'), + (1440,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'永安市'), + (1441,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'泉州市'), + (1442,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'泉州市市辖区'), + (1443,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'鲤城区'), + (1444,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'丰泽区'), + (1445,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'洛江区'), + (1446,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'泉港区'), + (1447,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'惠安县'), + (1448,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'安溪县'), + (1449,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'永春县'), + (1450,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'德化县'), + (1451,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'金门县'), + (1452,NULL,'2023-07-02 12:51:39','2023-07-02 12:51:39',0,0,'石狮市'), + (1453,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'晋江市'), + (1454,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'南安市'), + (1455,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'漳州市'), + (1456,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'漳州市市辖区'), + (1457,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'芗城区'), + (1458,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'龙文区'), + (1459,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'云霄县'), + (1460,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'漳浦县'), + (1461,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'诏安县'), + (1462,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'长泰县'), + (1463,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'东山县'), + (1464,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'南靖县'), + (1465,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'平和县'), + (1466,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'华安县'), + (1467,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'龙海市'), + (1468,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'南平市'), + (1469,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'南平市市辖区'), + (1470,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'延平区'), + (1471,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'建阳区'), + (1472,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'顺昌县'), + (1473,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'浦城县'), + (1474,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'光泽县'), + (1475,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'松溪县'), + (1476,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'政和县'), + (1477,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'邵武市'), + (1478,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'武夷山市'), + (1479,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'建瓯市'), + (1480,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'龙岩市'), + (1481,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'龙岩市市辖区'), + (1482,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'新罗区'), + (1483,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'永定区'), + (1484,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'长汀县'), + (1485,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'上杭县'), + (1486,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'武平县'), + (1487,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'连城县'), + (1488,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'漳平市'), + (1489,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'宁德市'), + (1490,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'宁德市市辖区'), + (1491,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'蕉城区'), + (1492,NULL,'2023-07-02 12:51:40','2023-07-02 12:51:40',0,0,'霞浦县'), + (1493,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'古田县'), + (1494,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'屏南县'), + (1495,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'寿宁县'), + (1496,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'周宁县'), + (1497,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'柘荣县'), + (1498,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'福安市'), + (1499,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'福鼎市'), + (1500,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'江西省'), + (1501,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'南昌市'), + (1502,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'南昌市市辖区'), + (1503,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'东湖区'), + (1504,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'西湖区'), + (1505,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'青云谱区'), + (1506,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'青山湖区'), + (1507,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'红谷滩区'), + (1508,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'新建区'), + (1509,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'南昌县'), + (1510,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'安义县'), + (1511,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'进贤县'), + (1512,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'景德镇市'), + (1513,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'景德镇市市辖区'), + (1514,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'昌江区'), + (1515,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'珠山区'), + (1516,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'浮梁县'), + (1517,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'乐平市'), + (1518,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'萍乡市'), + (1519,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'萍乡市市辖区'), + (1520,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'安源区'), + (1521,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'湘东区'), + (1522,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'莲花县'), + (1523,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'上栗县'), + (1524,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'芦溪县'), + (1525,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'九江市'), + (1526,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'九江市市辖区'), + (1527,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'濂溪区'), + (1528,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'浔阳区'), + (1529,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'柴桑区'), + (1530,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'武宁县'), + (1531,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'修水县'), + (1532,NULL,'2023-07-02 12:51:41','2023-07-02 12:51:41',0,0,'永修县'), + (1533,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'德安县'), + (1534,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'都昌县'), + (1535,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'湖口县'), + (1536,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'彭泽县'), + (1537,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'瑞昌市'), + (1538,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'共青城市'), + (1539,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'庐山市'), + (1540,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'新余市'), + (1541,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'新余市市辖区'), + (1542,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'渝水区'), + (1543,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'分宜县'), + (1544,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'鹰潭市'), + (1545,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'鹰潭市市辖区'), + (1546,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'月湖区'), + (1547,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'余江区'), + (1548,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'贵溪市'), + (1549,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'赣州市'), + (1550,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'赣州市市辖区'), + (1551,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'章贡区'), + (1552,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'南康区'), + (1553,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'赣县区'), + (1554,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'信丰县'), + (1555,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'大余县'), + (1556,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'上犹县'), + (1557,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'崇义县'), + (1558,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'安远县'), + (1559,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'龙南市'), + (1560,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'定南县'), + (1561,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'全南县'), + (1562,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'宁都县'), + (1563,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'于都县'), + (1564,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'兴国县'), + (1565,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'会昌县'), + (1566,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'寻乌县'), + (1567,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'石城县'), + (1568,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'瑞金市'), + (1569,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'吉安市'), + (1570,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'吉安市市辖区'), + (1571,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'吉州区'), + (1572,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'青原区'), + (1573,NULL,'2023-07-02 12:51:42','2023-07-02 12:51:42',0,0,'吉安县'), + (1574,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'吉水县'), + (1575,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'峡江县'), + (1576,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'新干县'), + (1577,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'永丰县'), + (1578,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'泰和县'), + (1579,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'遂川县'), + (1580,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'万安县'), + (1581,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'安福县'), + (1582,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'永新县'), + (1583,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'井冈山市'), + (1584,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'宜春市'), + (1585,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'宜春市市辖区'), + (1586,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'袁州区'), + (1587,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'奉新县'), + (1588,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'万载县'), + (1589,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'上高县'), + (1590,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'宜丰县'), + (1591,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'靖安县'), + (1592,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'铜鼓县'), + (1593,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'丰城市'), + (1594,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'樟树市'), + (1595,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'高安市'), + (1596,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'抚州市'), + (1597,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'抚州市市辖区'), + (1598,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'临川区'), + (1599,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'东乡区'), + (1600,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'南城县'), + (1601,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'黎川县'), + (1602,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'南丰县'), + (1603,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'崇仁县'), + (1604,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'乐安县'), + (1605,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'宜黄县'), + (1606,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'金溪县'), + (1607,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'资溪县'), + (1608,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'广昌县'), + (1609,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'上饶市'), + (1610,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'上饶市市辖区'), + (1611,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'信州区'), + (1612,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'广丰区'), + (1613,NULL,'2023-07-02 12:51:43','2023-07-02 12:51:43',0,0,'广信区'), + (1614,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'玉山县'), + (1615,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'铅山县'), + (1616,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'横峰县'), + (1617,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'弋阳县'), + (1618,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'余干县'), + (1619,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'鄱阳县'), + (1620,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'万年县'), + (1621,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'婺源县'), + (1622,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'德兴市'), + (1623,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'山东省'), + (1624,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'济南市'), + (1625,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'济南市市辖区'), + (1626,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'历下区'), + (1627,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'市中区'), + (1628,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'槐荫区'), + (1629,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'天桥区'), + (1630,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'历城区'), + (1631,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'长清区'), + (1632,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'章丘区'), + (1633,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'平阴县'), + (1634,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'济阳区'), + (1635,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'商河县'), + (1636,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'青岛市'), + (1637,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'青岛市市辖区'), + (1638,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'市南区'), + (1639,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'市北区'), + (1640,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'黄岛区'), + (1641,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'崂山区'), + (1642,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'李沧区'), + (1643,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'城阳区'), + (1644,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'即墨区'), + (1645,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'胶州市'), + (1646,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'平度市'), + (1647,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'莱西市'), + (1648,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'淄博市'), + (1649,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'淄博市市辖区'), + (1650,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'淄川区'), + (1651,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'张店区'), + (1652,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'博山区'), + (1653,NULL,'2023-07-02 12:51:44','2023-07-02 12:51:44',0,0,'临淄区'), + (1654,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'周村区'), + (1655,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'桓台县'), + (1656,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'高青县'), + (1657,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'沂源县'), + (1658,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'枣庄市'), + (1659,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'枣庄市市辖区'), + (1660,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'市中区'), + (1661,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'薛城区'), + (1662,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'峄城区'), + (1663,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'台儿庄区'), + (1664,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'山亭区'), + (1665,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'滕州市'), + (1666,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'东营市'), + (1667,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'东营市市辖区'), + (1668,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'东营区'), + (1669,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'河口区'), + (1670,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'垦利区'), + (1671,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'利津县'), + (1672,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'广饶县'), + (1673,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'烟台市'), + (1674,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'烟台市市辖区'), + (1675,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'芝罘区'), + (1676,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'福山区'), + (1677,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'牟平区'), + (1678,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'莱山区'), + (1679,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'蓬莱区'), + (1680,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'龙口市'), + (1681,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'莱阳市'), + (1682,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'莱州市'), + (1683,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'招远市'), + (1684,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'栖霞市'), + (1685,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'海阳市'), + (1686,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'潍坊市'), + (1687,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'潍坊市市辖区'), + (1688,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'潍城区'), + (1689,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'寒亭区'), + (1690,NULL,'2023-07-02 12:51:45','2023-07-02 12:51:45',0,0,'坊子区'), + (1691,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'奎文区'), + (1692,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'临朐县'), + (1693,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'昌乐县'), + (1694,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'青州市'), + (1695,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'诸城市'), + (1696,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'寿光市'), + (1697,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'安丘市'), + (1698,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'高密市'), + (1699,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'昌邑市'), + (1700,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'济宁市'), + (1701,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'济宁市市辖区'), + (1702,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'任城区'), + (1703,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'兖州区'), + (1704,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'微山县'), + (1705,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'鱼台县'), + (1706,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'金乡县'), + (1707,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'嘉祥县'), + (1708,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'汶上县'), + (1709,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'泗水县'), + (1710,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'梁山县'), + (1711,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'曲阜市'), + (1712,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'邹城市'), + (1713,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'泰安市'), + (1714,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'泰安市市辖区'), + (1715,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'泰山区'), + (1716,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'岱岳区'), + (1717,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'宁阳县'), + (1718,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'东平县'), + (1719,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'新泰市'), + (1720,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'肥城市'), + (1721,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'威海市'), + (1722,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'威海市市辖区'), + (1723,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'环翠区'), + (1724,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'文登区'), + (1725,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'荣成市'), + (1726,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'乳山市'), + (1727,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'日照市'), + (1728,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'日照市市辖区'), + (1729,NULL,'2023-07-02 12:51:46','2023-07-02 12:51:46',0,0,'东港区'), + (1730,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'岚山区'), + (1731,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'五莲县'), + (1732,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'莒县'), + (1733,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'莱芜区'), + (1734,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'钢城区'), + (1735,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'临沂市'), + (1736,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'临沂市市辖区'), + (1737,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'兰山区'), + (1738,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'罗庄区'), + (1739,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'河东区'), + (1740,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'沂南县'), + (1741,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'郯城县'), + (1742,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'沂水县'), + (1743,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'兰陵县'), + (1744,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'费县'), + (1745,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'平邑县'), + (1746,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'莒南县'), + (1747,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'蒙阴县'), + (1748,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'临沭县'), + (1749,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'德州市'), + (1750,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'德州市市辖区'), + (1751,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'德城区'), + (1752,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'陵城区'), + (1753,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'宁津县'), + (1754,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'庆云县'), + (1755,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'临邑县'), + (1756,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'齐河县'), + (1757,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'平原县'), + (1758,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'夏津县'), + (1759,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'武城县'), + (1760,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'乐陵市'), + (1761,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'禹城市'), + (1762,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'聊城市'), + (1763,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'聊城市市辖区'), + (1764,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'东昌府区'), + (1765,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'阳谷县'), + (1766,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'莘县'), + (1767,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'茌平区'), + (1768,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'东阿县'), + (1769,NULL,'2023-07-02 12:51:47','2023-07-02 12:51:47',0,0,'冠县'), + (1770,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'高唐县'), + (1771,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'临清市'), + (1772,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'滨州市'), + (1773,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'滨州市市辖区'), + (1774,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'滨城区'), + (1775,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'沾化区'), + (1776,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'惠民县'), + (1777,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'阳信县'), + (1778,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'无棣县'), + (1779,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'博兴县'), + (1780,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'邹平市'), + (1781,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'菏泽市'), + (1782,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'菏泽市市辖区'), + (1783,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'牡丹区'), + (1784,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'定陶区'), + (1785,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'曹县'), + (1786,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'单县'), + (1787,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'成武县'), + (1788,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'巨野县'), + (1789,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'郓城县'), + (1790,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'鄄城县'), + (1791,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'东明县'), + (1792,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'河南省'), + (1793,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'郑州市'), + (1794,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'郑州市市辖区'), + (1795,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'中原区'), + (1796,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'二七区'), + (1797,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'管城回族区'), + (1798,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'金水区'), + (1799,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'上街区'), + (1800,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'惠济区'), + (1801,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'中牟县'), + (1802,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'巩义市'), + (1803,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'荥阳市'), + (1804,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'新密市'), + (1805,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'新郑市'), + (1806,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'登封市'), + (1807,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'开封市'), + (1808,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'开封市市辖区'), + (1809,NULL,'2023-07-02 12:51:48','2023-07-02 12:51:48',0,0,'龙亭区'), + (1810,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'顺河回族区'), + (1811,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'鼓楼区'), + (1812,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'禹王台区'), + (1813,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'祥符区'), + (1814,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'杞县'), + (1815,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'通许县'), + (1816,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'尉氏县'), + (1817,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'兰考县'), + (1818,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'洛阳市'), + (1819,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'洛阳市市辖区'), + (1820,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'老城区'), + (1821,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'西工区'), + (1822,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'瀍河回族区'), + (1823,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'涧西区'), + (1824,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'孟津区'), + (1825,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'洛龙区'), + (1826,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'新安县'), + (1827,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'栾川县'), + (1828,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'嵩县'), + (1829,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'汝阳县'), + (1830,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'宜阳县'), + (1831,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'洛宁县'), + (1832,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'伊川县'), + (1833,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'偃师区'), + (1834,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'平顶山市'), + (1835,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'平顶山市市辖区'), + (1836,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'新华区'), + (1837,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'卫东区'), + (1838,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'石龙区'), + (1839,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'湛河区'), + (1840,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'宝丰县'), + (1841,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'叶县'), + (1842,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'鲁山县'), + (1843,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'郏县'), + (1844,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'舞钢市'), + (1845,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'汝州市'), + (1846,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'安阳市'), + (1847,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'安阳市市辖区'), + (1848,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'文峰区'), + (1849,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'北关区'), + (1850,NULL,'2023-07-02 12:51:49','2023-07-02 12:51:49',0,0,'殷都区'), + (1851,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'龙安区'), + (1852,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'安阳县'), + (1853,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'汤阴县'), + (1854,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'滑县'), + (1855,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'内黄县'), + (1856,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'林州市'), + (1857,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'鹤壁市'), + (1858,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'鹤壁市市辖区'), + (1859,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'鹤山区'), + (1860,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'山城区'), + (1861,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'淇滨区'), + (1862,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'浚县'), + (1863,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'淇县'), + (1864,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'新乡市'), + (1865,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'新乡市市辖区'), + (1866,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'红旗区'), + (1867,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'卫滨区'), + (1868,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'凤泉区'), + (1869,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'牧野区'), + (1870,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'新乡县'), + (1871,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'获嘉县'), + (1872,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'原阳县'), + (1873,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'延津县'), + (1874,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'封丘县'), + (1875,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'长垣市'), + (1876,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'卫辉市'), + (1877,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'辉县市'), + (1878,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'焦作市'), + (1879,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'焦作市市辖区'), + (1880,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'解放区'), + (1881,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'中站区'), + (1882,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'马村区'), + (1883,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'山阳区'), + (1884,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'修武县'), + (1885,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'博爱县'), + (1886,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'武陟县'), + (1887,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'温县'), + (1888,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'沁阳市'), + (1889,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'孟州市'), + (1890,NULL,'2023-07-02 12:51:50','2023-07-02 12:51:50',0,0,'濮阳市'), + (1891,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'濮阳市市辖区'), + (1892,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'华龙区'), + (1893,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'清丰县'), + (1894,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'南乐县'), + (1895,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'范县'), + (1896,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'台前县'), + (1897,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'濮阳县'), + (1898,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'许昌市'), + (1899,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'许昌市市辖区'), + (1900,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'魏都区'), + (1901,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'建安区'), + (1902,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'鄢陵县'), + (1903,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'襄城县'), + (1904,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'禹州市'), + (1905,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'长葛市'), + (1906,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'漯河市'), + (1907,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'漯河市市辖区'), + (1908,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'源汇区'), + (1909,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'郾城区'), + (1910,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'召陵区'), + (1911,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'舞阳县'), + (1912,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'临颍县'), + (1913,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'三门峡市'), + (1914,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'三门峡市市辖区'), + (1915,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'湖滨区'), + (1916,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'陕州区'), + (1917,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'渑池县'), + (1918,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'卢氏县'), + (1919,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'义马市'), + (1920,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'灵宝市'), + (1921,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'南阳市'), + (1922,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'南阳市市辖区'), + (1923,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'宛城区'), + (1924,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'卧龙区'), + (1925,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'南召县'), + (1926,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'方城县'), + (1927,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'西峡县'), + (1928,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'镇平县'), + (1929,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'内乡县'), + (1930,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'淅川县'), + (1931,NULL,'2023-07-02 12:51:51','2023-07-02 12:51:51',0,0,'社旗县'), + (1932,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'唐河县'), + (1933,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'新野县'), + (1934,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'桐柏县'), + (1935,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'邓州市'), + (1936,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'商丘市'), + (1937,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'商丘市市辖区'), + (1938,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'梁园区'), + (1939,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'睢阳区'), + (1940,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'民权县'), + (1941,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'睢县'), + (1942,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'宁陵县'), + (1943,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'柘城县'), + (1944,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'虞城县'), + (1945,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'夏邑县'), + (1946,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'永城市'), + (1947,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'信阳市'), + (1948,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'信阳市市辖区'), + (1949,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'浉河区'), + (1950,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'平桥区'), + (1951,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'罗山县'), + (1952,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'光山县'), + (1953,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'新县'), + (1954,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'商城县'), + (1955,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'固始县'), + (1956,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'潢川县'), + (1957,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'淮滨县'), + (1958,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'息县'), + (1959,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'周口市'), + (1960,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'周口市市辖区'), + (1961,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'川汇区'), + (1962,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'扶沟县'), + (1963,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'西华县'), + (1964,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'商水县'), + (1965,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'沈丘县'), + (1966,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'郸城县'), + (1967,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'淮阳区'), + (1968,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'太康县'), + (1969,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'鹿邑县'), + (1970,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'项城市'), + (1971,NULL,'2023-07-02 12:51:52','2023-07-02 12:51:52',0,0,'驻马店市'), + (1972,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'驻马店市市辖区'), + (1973,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'驿城区'), + (1974,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'西平县'), + (1975,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'上蔡县'), + (1976,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'平舆县'), + (1977,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'正阳县'), + (1978,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'确山县'), + (1979,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'泌阳县'), + (1980,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'汝南县'), + (1981,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'遂平县'), + (1982,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'新蔡县'), + (1983,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'济源市'), + (1984,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'湖北省'), + (1985,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'武汉市'), + (1986,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'武汉市市辖区'), + (1987,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'江岸区'), + (1988,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'江汉区'), + (1989,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'硚口区'), + (1990,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'汉阳区'), + (1991,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'武昌区'), + (1992,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'青山区'), + (1993,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'洪山区'), + (1994,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'东西湖区'), + (1995,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'汉南区'), + (1996,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'蔡甸区'), + (1997,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'江夏区'), + (1998,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'黄陂区'), + (1999,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'新洲区'), + (2000,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'黄石市'), + (2001,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'黄石市市辖区'), + (2002,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'黄石港区'), + (2003,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'西塞山区'), + (2004,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'下陆区'), + (2005,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'铁山区'), + (2006,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'阳新县'), + (2007,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'大冶市'), + (2008,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'十堰市'), + (2009,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'十堰市市辖区'), + (2010,NULL,'2023-07-02 12:51:53','2023-07-02 12:51:53',0,0,'茅箭区'), + (2011,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'张湾区'), + (2012,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'郧阳区'), + (2013,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'郧西县'), + (2014,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'竹山县'), + (2015,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'竹溪县'), + (2016,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'房县'), + (2017,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'丹江口市'), + (2018,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'宜昌市'), + (2019,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'宜昌市市辖区'), + (2020,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'西陵区'), + (2021,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'伍家岗区'), + (2022,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'点军区'), + (2023,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'猇亭区'), + (2024,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'夷陵区'), + (2025,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'远安县'), + (2026,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'兴山县'), + (2027,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'秭归县'), + (2028,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'长阳土家族自治县'), + (2029,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'五峰土家族自治县'), + (2030,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'宜都市'), + (2031,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'当阳市'), + (2032,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'枝江市'), + (2033,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'襄阳市'), + (2034,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'襄阳市市辖区'), + (2035,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'襄城区'), + (2036,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'樊城区'), + (2037,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'襄州区'), + (2038,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'南漳县'), + (2039,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'谷城县'), + (2040,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'保康县'), + (2041,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'老河口市'), + (2042,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'枣阳市'), + (2043,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'宜城市'), + (2044,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'鄂州市'), + (2045,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'鄂州市市辖区'), + (2046,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'梁子湖区'), + (2047,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'华容区'), + (2048,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'鄂城区'), + (2049,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'荆门市'), + (2050,NULL,'2023-07-02 12:51:54','2023-07-02 12:51:54',0,0,'荆门市市辖区'), + (2051,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'东宝区'), + (2052,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'掇刀区'), + (2053,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'京山市'), + (2054,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'沙洋县'), + (2055,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'钟祥市'), + (2056,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'孝感市'), + (2057,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'孝感市市辖区'), + (2058,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'孝南区'), + (2059,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'孝昌县'), + (2060,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'大悟县'), + (2061,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'云梦县'), + (2062,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'应城市'), + (2063,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'安陆市'), + (2064,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'汉川市'), + (2065,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'荆州市'), + (2066,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'荆州市市辖区'), + (2067,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'沙市区'), + (2068,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'荆州区'), + (2069,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'公安县'), + (2070,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'监利市'), + (2071,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'江陵县'), + (2072,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'石首市'), + (2073,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'洪湖市'), + (2074,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'松滋市'), + (2075,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'黄冈市'), + (2076,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'黄冈市市辖区'), + (2077,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'黄州区'), + (2078,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'团风县'), + (2079,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'红安县'), + (2080,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'罗田县'), + (2081,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'英山县'), + (2082,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'浠水县'), + (2083,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'蕲春县'), + (2084,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'黄梅县'), + (2085,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'麻城市'), + (2086,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'武穴市'), + (2087,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'咸宁市'), + (2088,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'咸宁市市辖区'), + (2089,NULL,'2023-07-02 12:51:55','2023-07-02 12:51:55',0,0,'咸安区'), + (2090,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'嘉鱼县'), + (2091,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'通城县'), + (2092,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'崇阳县'), + (2093,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'通山县'), + (2094,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'赤壁市'), + (2095,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'随州市'), + (2096,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'随州市市辖区'), + (2097,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'曾都区'), + (2098,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'随县'), + (2099,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'广水市'), + (2100,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'恩施土家族苗族自治州'), + (2101,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'恩施市'), + (2102,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'利川市'), + (2103,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'建始县'), + (2104,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'巴东县'), + (2105,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'宣恩县'), + (2106,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'咸丰县'), + (2107,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'来凤县'), + (2108,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'鹤峰县'), + (2109,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'仙桃市'), + (2110,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'潜江市'), + (2111,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'天门市'), + (2112,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'神农架林区'), + (2113,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'湖南省'), + (2114,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'长沙市'), + (2115,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'长沙市市辖区'), + (2116,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'芙蓉区'), + (2117,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'天心区'), + (2118,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'岳麓区'), + (2119,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'开福区'), + (2120,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'雨花区'), + (2121,NULL,'2023-07-02 12:51:56','2023-07-02 12:51:56',0,0,'望城区'), + (2122,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'长沙县'), + (2123,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'浏阳市'), + (2124,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'宁乡市'), + (2125,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'株洲市'), + (2126,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'株洲市市辖区'), + (2127,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'荷塘区'), + (2128,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'芦淞区'), + (2129,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'石峰区'), + (2130,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'天元区'), + (2131,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'渌口区'), + (2132,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'攸县'), + (2133,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'茶陵县'), + (2134,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'炎陵县'), + (2135,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'醴陵市'), + (2136,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'湘潭市'), + (2137,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'湘潭市市辖区'), + (2138,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'雨湖区'), + (2139,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'岳塘区'), + (2140,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'湘潭县'), + (2141,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'湘乡市'), + (2142,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'韶山市'), + (2143,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'衡阳市'), + (2144,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'衡阳市市辖区'), + (2145,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'珠晖区'), + (2146,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'雁峰区'), + (2147,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'石鼓区'), + (2148,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'蒸湘区'), + (2149,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'南岳区'), + (2150,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'衡阳县'), + (2151,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'衡南县'), + (2152,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'衡山县'), + (2153,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'衡东县'), + (2154,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'祁东县'), + (2155,NULL,'2023-07-02 12:51:57','2023-07-02 12:51:57',0,0,'耒阳市'), + (2156,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'常宁市'), + (2157,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'邵阳市'), + (2158,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'邵阳市市辖区'), + (2159,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'双清区'), + (2160,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'大祥区'), + (2161,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'北塔区'), + (2162,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'邵东市'), + (2163,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'新邵县'), + (2164,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'邵阳县'), + (2165,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'隆回县'), + (2166,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'洞口县'), + (2167,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'绥宁县'), + (2168,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'新宁县'), + (2169,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'城步苗族自治县'), + (2170,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'武冈市'), + (2171,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'岳阳市'), + (2172,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'岳阳市市辖区'), + (2173,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'岳阳楼区'), + (2174,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'云溪区'), + (2175,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'君山区'), + (2176,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'岳阳县'), + (2177,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'华容县'), + (2178,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'湘阴县'), + (2179,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'平江县'), + (2180,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'汨罗市'), + (2181,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'临湘市'), + (2182,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'常德市'), + (2183,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'常德市市辖区'), + (2184,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'武陵区'), + (2185,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'鼎城区'), + (2186,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'安乡县'), + (2187,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'汉寿县'), + (2188,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'澧县'), + (2189,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'临澧县'), + (2190,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'桃源县'), + (2191,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'石门县'), + (2192,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'津市市'), + (2193,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'张家界市'), + (2194,NULL,'2023-07-02 12:51:58','2023-07-02 12:51:58',0,0,'张家界市市辖区'), + (2195,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'永定区'), + (2196,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'武陵源区'), + (2197,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'慈利县'), + (2198,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'桑植县'), + (2199,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'益阳市'), + (2200,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'益阳市市辖区'), + (2201,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'资阳区'), + (2202,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'赫山区'), + (2203,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'南县'), + (2204,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'桃江县'), + (2205,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'安化县'), + (2206,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'沅江市'), + (2207,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'郴州市'), + (2208,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'郴州市市辖区'), + (2209,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'北湖区'), + (2210,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'苏仙区'), + (2211,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'桂阳县'), + (2212,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'宜章县'), + (2213,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'永兴县'), + (2214,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'嘉禾县'), + (2215,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'临武县'), + (2216,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'汝城县'), + (2217,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'桂东县'), + (2218,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'安仁县'), + (2219,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'资兴市'), + (2220,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'永州市'), + (2221,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'永州市市辖区'), + (2222,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'零陵区'), + (2223,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'冷水滩区'), + (2224,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'祁阳市'), + (2225,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'东安县'), + (2226,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'双牌县'), + (2227,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'道县'), + (2228,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'江永县'), + (2229,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'宁远县'), + (2230,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'蓝山县'), + (2231,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'新田县'), + (2232,NULL,'2023-07-02 12:51:59','2023-07-02 12:51:59',0,0,'江华瑶族自治县'), + (2233,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'怀化市'), + (2234,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'怀化市市辖区'), + (2235,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'鹤城区'), + (2236,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'中方县'), + (2237,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'沅陵县'), + (2238,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'辰溪县'), + (2239,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'溆浦县'), + (2240,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'会同县'), + (2241,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'麻阳苗族自治县'), + (2242,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'新晃侗族自治县'), + (2243,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'芷江侗族自治县'), + (2244,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'靖州苗族侗族自治县'), + (2245,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'通道侗族自治县'), + (2246,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'洪江市'), + (2247,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'娄底市'), + (2248,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'娄底市市辖区'), + (2249,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'娄星区'), + (2250,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'双峰县'), + (2251,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'新化县'), + (2252,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'冷水江市'), + (2253,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'涟源市'), + (2254,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'湘西土家族苗族自治州'), + (2255,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'吉首市'), + (2256,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'泸溪县'), + (2257,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'凤凰县'), + (2258,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'花垣县'), + (2259,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'保靖县'), + (2260,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'古丈县'), + (2261,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'永顺县'), + (2262,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'龙山县'), + (2263,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'广东省'), + (2264,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'广州市'), + (2265,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'广州市市辖区'), + (2266,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'荔湾区'), + (2267,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'越秀区'), + (2268,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'海珠区'), + (2269,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'天河区'), + (2270,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'白云区'), + (2271,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'黄埔区'), + (2272,NULL,'2023-07-02 12:52:00','2023-07-02 12:52:00',0,0,'番禺区'), + (2273,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'花都区'), + (2274,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'南沙区'), + (2275,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'从化区'), + (2276,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'增城区'), + (2277,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'韶关市'), + (2278,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'韶关市市辖区'), + (2279,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'武江区'), + (2280,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'浈江区'), + (2281,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'曲江区'), + (2282,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'始兴县'), + (2283,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'仁化县'), + (2284,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'翁源县'), + (2285,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'乳源瑶族自治县'), + (2286,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'新丰县'), + (2287,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'乐昌市'), + (2288,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'南雄市'), + (2289,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'深圳市'), + (2290,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'深圳市市辖区'), + (2291,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'罗湖区'), + (2292,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'福田区'), + (2293,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'南山区'), + (2294,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'宝安区'), + (2295,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'龙岗区'), + (2296,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'盐田区'), + (2297,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'龙华区'), + (2298,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'坪山区'), + (2299,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'光明区'), + (2300,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'珠海市'), + (2301,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'珠海市市辖区'), + (2302,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'香洲区'), + (2303,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'斗门区'), + (2304,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'金湾区'), + (2305,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'汕头市'), + (2306,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'汕头市市辖区'), + (2307,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'龙湖区'), + (2308,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'金平区'), + (2309,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'濠江区'), + (2310,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'潮阳区'), + (2311,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'潮南区'), + (2312,NULL,'2023-07-02 12:52:01','2023-07-02 12:52:01',0,0,'澄海区'), + (2313,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'南澳县'), + (2314,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'佛山市'), + (2315,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'佛山市市辖区'), + (2316,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'禅城区'), + (2317,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'南海区'), + (2318,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'顺德区'), + (2319,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'三水区'), + (2320,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'高明区'), + (2321,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'江门市'), + (2322,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'江门市市辖区'), + (2323,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'蓬江区'), + (2324,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'江海区'), + (2325,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'新会区'), + (2326,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'台山市'), + (2327,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'开平市'), + (2328,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'鹤山市'), + (2329,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'恩平市'), + (2330,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'湛江市'), + (2331,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'湛江市市辖区'), + (2332,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'赤坎区'), + (2333,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'霞山区'), + (2334,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'坡头区'), + (2335,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'麻章区'), + (2336,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'遂溪县'), + (2337,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'徐闻县'), + (2338,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'廉江市'), + (2339,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'雷州市'), + (2340,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'吴川市'), + (2341,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'茂名市'), + (2342,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'茂名市市辖区'), + (2343,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'茂南区'), + (2344,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'电白区'), + (2345,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'高州市'), + (2346,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'化州市'), + (2347,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'信宜市'), + (2348,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'肇庆市'), + (2349,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'肇庆市市辖区'), + (2350,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'端州区'), + (2351,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'鼎湖区'), + (2352,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'高要区'), + (2353,NULL,'2023-07-02 12:52:02','2023-07-02 12:52:02',0,0,'广宁县'), + (2354,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'怀集县'), + (2355,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'封开县'), + (2356,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'德庆县'), + (2357,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'四会市'), + (2358,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'惠州市'), + (2359,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'惠州市市辖区'), + (2360,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'惠城区'), + (2361,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'惠阳区'), + (2362,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'博罗县'), + (2363,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'惠东县'), + (2364,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'龙门县'), + (2365,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'梅州市'), + (2366,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'梅州市市辖区'), + (2367,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'梅江区'), + (2368,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'梅县区'), + (2369,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'大埔县'), + (2370,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'丰顺县'), + (2371,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'五华县'), + (2372,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'平远县'), + (2373,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'蕉岭县'), + (2374,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'兴宁市'), + (2375,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'汕尾市'), + (2376,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'汕尾市市辖区'), + (2377,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'城区'), + (2378,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'海丰县'), + (2379,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'陆河县'), + (2380,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'陆丰市'), + (2381,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'河源市'), + (2382,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'河源市市辖区'), + (2383,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'源城区'), + (2384,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'紫金县'), + (2385,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'龙川县'), + (2386,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'连平县'), + (2387,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'和平县'), + (2388,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'东源县'), + (2389,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'阳江市'), + (2390,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'阳江市市辖区'), + (2391,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'江城区'), + (2392,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'阳东区'), + (2393,NULL,'2023-07-02 12:52:03','2023-07-02 12:52:03',0,0,'阳西县'), + (2394,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'阳春市'), + (2395,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'清远市'), + (2396,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'清远市市辖区'), + (2397,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'清城区'), + (2398,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'清新区'), + (2399,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'佛冈县'), + (2400,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'阳山县'), + (2401,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'连山壮族瑶族自治县'), + (2402,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'连南瑶族自治县'), + (2403,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'英德市'), + (2404,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'连州市'), + (2405,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'东莞市'), + (2406,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'中山市'), + (2407,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'东沙群岛'), + (2408,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'潮州市'), + (2409,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'潮州市市辖区'), + (2410,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'湘桥区'), + (2411,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'潮安区'), + (2412,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'饶平县'), + (2413,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'揭阳市'), + (2414,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'揭阳市市辖区'), + (2415,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'榕城区'), + (2416,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'揭东区'), + (2417,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'揭西县'), + (2418,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'惠来县'), + (2419,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'普宁市'), + (2420,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'云浮市'), + (2421,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'云浮市市辖区'), + (2422,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'云城区'), + (2423,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'云安区'), + (2424,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'新兴县'), + (2425,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'郁南县'), + (2426,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'罗定市'), + (2427,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'广西壮族自治区'), + (2428,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'南宁市'), + (2429,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'南宁市市辖区'), + (2430,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'兴宁区'), + (2431,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'青秀区'), + (2432,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'江南区'), + (2433,NULL,'2023-07-02 12:52:04','2023-07-02 12:52:04',0,0,'西乡塘区'), + (2434,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'良庆区'), + (2435,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'邕宁区'), + (2436,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'武鸣区'), + (2437,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'隆安县'), + (2438,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'马山县'), + (2439,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'上林县'), + (2440,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'宾阳县'), + (2441,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'横县'), + (2442,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'柳州市'), + (2443,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'柳州市市辖区'), + (2444,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'城中区'), + (2445,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'鱼峰区'), + (2446,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'柳南区'), + (2447,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'柳北区'), + (2448,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'柳江区'), + (2449,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'柳城县'), + (2450,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'鹿寨县'), + (2451,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'融安县'), + (2452,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'融水苗族自治县'), + (2453,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'三江侗族自治县'), + (2454,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'桂林市'), + (2455,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'桂林市市辖区'), + (2456,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'秀峰区'), + (2457,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'叠彩区'), + (2458,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'象山区'), + (2459,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'七星区'), + (2460,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'雁山区'), + (2461,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'临桂区'), + (2462,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'阳朔县'), + (2463,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'灵川县'), + (2464,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'全州县'), + (2465,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'兴安县'), + (2466,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'永福县'), + (2467,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'灌阳县'), + (2468,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'龙胜各族自治县'), + (2469,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'资源县'), + (2470,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'平乐县'), + (2471,NULL,'2023-07-02 12:52:05','2023-07-02 12:52:05',0,0,'荔浦市'), + (2472,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'恭城瑶族自治县'), + (2473,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'梧州市'), + (2474,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'梧州市市辖区'), + (2475,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'万秀区'), + (2476,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'长洲区'), + (2477,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'龙圩区'), + (2478,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'苍梧县'), + (2479,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'藤县'), + (2480,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'蒙山县'), + (2481,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'岑溪市'), + (2482,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'北海市'), + (2483,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'北海市市辖区'), + (2484,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'海城区'), + (2485,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'银海区'), + (2486,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'铁山港区'), + (2487,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'合浦县'), + (2488,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'防城港市'), + (2489,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'防城港市市辖区'), + (2490,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'港口区'), + (2491,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'防城区'), + (2492,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'上思县'), + (2493,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'东兴市'), + (2494,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'钦州市'), + (2495,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'钦州市市辖区'), + (2496,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'钦南区'), + (2497,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'钦北区'), + (2498,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'灵山县'), + (2499,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'浦北县'), + (2500,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'贵港市'), + (2501,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'贵港市市辖区'), + (2502,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'港北区'), + (2503,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'港南区'), + (2504,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'覃塘区'), + (2505,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'平南县'), + (2506,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'桂平市'), + (2507,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'玉林市'), + (2508,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'玉林市市辖区'), + (2509,NULL,'2023-07-02 12:52:06','2023-07-02 12:52:06',0,0,'玉州区'), + (2510,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'福绵区'), + (2511,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'容县'), + (2512,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'陆川县'), + (2513,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'博白县'), + (2514,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'兴业县'), + (2515,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'北流市'), + (2516,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'百色市'), + (2517,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'百色市市辖区'), + (2518,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'右江区'), + (2519,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'田阳区'), + (2520,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'田东县'), + (2521,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'平果市'), + (2522,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'德保县'), + (2523,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'那坡县'), + (2524,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'凌云县'), + (2525,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'乐业县'), + (2526,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'田林县'), + (2527,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'西林县'), + (2528,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'隆林各族自治县'), + (2529,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'靖西市'), + (2530,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'贺州市'), + (2531,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'贺州市市辖区'), + (2532,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'八步区'), + (2533,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'平桂区'), + (2534,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'昭平县'), + (2535,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'钟山县'), + (2536,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'富川瑶族自治县'), + (2537,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'河池市'), + (2538,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'河池市市辖区'), + (2539,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'金城江区'), + (2540,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'宜州区'), + (2541,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'南丹县'), + (2542,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'天峨县'), + (2543,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'凤山县'), + (2544,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'东兰县'), + (2545,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'罗城仫佬族自治县'), + (2546,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'环江毛南族自治县'), + (2547,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'巴马瑶族自治县'), + (2548,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'都安瑶族自治县'), + (2549,NULL,'2023-07-02 12:52:07','2023-07-02 12:52:07',0,0,'大化瑶族自治县'), + (2550,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'来宾市'), + (2551,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'来宾市市辖区'), + (2552,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'兴宾区'), + (2553,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'忻城县'), + (2554,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'象州县'), + (2555,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'武宣县'), + (2556,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'金秀瑶族自治县'), + (2557,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'合山市'), + (2558,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'崇左市'), + (2559,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'崇左市市辖区'), + (2560,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'江州区'), + (2561,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'扶绥县'), + (2562,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'宁明县'), + (2563,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'龙州县'), + (2564,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'大新县'), + (2565,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'天等县'), + (2566,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'凭祥市'), + (2567,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'海南省'), + (2568,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'海口市'), + (2569,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'海口市市辖区'), + (2570,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'秀英区'), + (2571,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'龙华区'), + (2572,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'琼山区'), + (2573,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'美兰区'), + (2574,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'三亚市'), + (2575,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'三亚市市辖区'), + (2576,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'海棠区'), + (2577,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'吉阳区'), + (2578,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'天涯区'), + (2579,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'崖州区'), + (2580,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'三沙市'), + (2581,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'西沙区'), + (2582,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'南沙区'), + (2583,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'儋州市'), + (2584,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'五指山市'), + (2585,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'琼海市'), + (2586,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'文昌市'), + (2587,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'万宁市'), + (2588,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'东方市'), + (2589,NULL,'2023-07-02 12:52:08','2023-07-02 12:52:08',0,0,'定安县'), + (2590,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'屯昌县'), + (2591,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'澄迈县'), + (2592,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'临高县'), + (2593,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'白沙黎族自治县'), + (2594,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'昌江黎族自治县'), + (2595,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'乐东黎族自治县'), + (2596,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'陵水黎族自治县'), + (2597,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'保亭黎族苗族自治县'), + (2598,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'琼中黎族苗族自治县'), + (2599,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'重庆市'), + (2600,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'重庆市市辖区'), + (2601,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'万州区'), + (2602,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'涪陵区'), + (2603,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'渝中区'), + (2604,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'大渡口区'), + (2605,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'江北区'), + (2606,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'沙坪坝区'), + (2607,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'九龙坡区'), + (2608,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'南岸区'), + (2609,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'北碚区'), + (2610,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'綦江区'), + (2611,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'大足区'), + (2612,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'渝北区'), + (2613,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'巴南区'), + (2614,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'黔江区'), + (2615,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'长寿区'), + (2616,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'江津区'), + (2617,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'合川区'), + (2618,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'永川区'), + (2619,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'南川区'), + (2620,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'璧山区'), + (2621,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'铜梁区'), + (2622,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'潼南区'), + (2623,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'荣昌区'), + (2624,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'开州区'), + (2625,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'梁平区'), + (2626,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'武隆区'), + (2627,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'重庆市郊县'), + (2628,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'城口县'), + (2629,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'丰都县'), + (2630,NULL,'2023-07-02 12:52:09','2023-07-02 12:52:09',0,0,'垫江县'), + (2631,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'忠县'), + (2632,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'云阳县'), + (2633,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'奉节县'), + (2634,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'巫山县'), + (2635,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'巫溪县'), + (2636,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'石柱土家族自治县'), + (2637,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'秀山土家族苗族自治县'), + (2638,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'酉阳土家族苗族自治县'), + (2639,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'彭水苗族土家族自治县'), + (2640,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'四川省'), + (2641,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'成都市'), + (2642,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'成都市市辖区'), + (2643,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'锦江区'), + (2644,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'青羊区'), + (2645,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'金牛区'), + (2646,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'武侯区'), + (2647,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'成华区'), + (2648,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'龙泉驿区'), + (2649,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'青白江区'), + (2650,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'新都区'), + (2651,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'温江区'), + (2652,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'双流区'), + (2653,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'郫都区'), + (2654,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'金堂县'), + (2655,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'大邑县'), + (2656,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'蒲江县'), + (2657,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'新津区'), + (2658,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'都江堰市'), + (2659,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'彭州市'), + (2660,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'邛崃市'), + (2661,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'崇州市'), + (2662,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'简阳市'), + (2663,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'自贡市'), + (2664,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'自贡市市辖区'), + (2665,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'自流井区'), + (2666,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'贡井区'), + (2667,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'大安区'), + (2668,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'沿滩区'), + (2669,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'荣县'), + (2670,NULL,'2023-07-02 12:52:10','2023-07-02 12:52:10',0,0,'富顺县'), + (2671,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'攀枝花市'), + (2672,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'攀枝花市市辖区'), + (2673,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'东区'), + (2674,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'西区'), + (2675,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'仁和区'), + (2676,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'米易县'), + (2677,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'盐边县'), + (2678,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'泸州市'), + (2679,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'泸州市市辖区'), + (2680,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'江阳区'), + (2681,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'纳溪区'), + (2682,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'龙马潭区'), + (2683,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'泸县'), + (2684,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'合江县'), + (2685,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'叙永县'), + (2686,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'古蔺县'), + (2687,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'德阳市'), + (2688,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'德阳市市辖区'), + (2689,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'旌阳区'), + (2690,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'中江县'), + (2691,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'罗江区'), + (2692,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'广汉市'), + (2693,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'什邡市'), + (2694,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'绵竹市'), + (2695,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'绵阳市'), + (2696,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'绵阳市市辖区'), + (2697,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'涪城区'), + (2698,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'游仙区'), + (2699,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'安州区'), + (2700,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'三台县'), + (2701,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'盐亭县'), + (2702,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'梓潼县'), + (2703,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'北川羌族自治县'), + (2704,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'平武县'), + (2705,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'江油市'), + (2706,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'广元市'), + (2707,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'广元市市辖区'), + (2708,NULL,'2023-07-02 12:52:11','2023-07-02 12:52:11',0,0,'利州区'), + (2709,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'昭化区'), + (2710,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'朝天区'), + (2711,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'旺苍县'), + (2712,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'青川县'), + (2713,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'剑阁县'), + (2714,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'苍溪县'), + (2715,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'遂宁市'), + (2716,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'遂宁市市辖区'), + (2717,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'船山区'), + (2718,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'安居区'), + (2719,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'蓬溪县'), + (2720,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'射洪市'), + (2721,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'大英县'), + (2722,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'内江市'), + (2723,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'内江市市辖区'), + (2724,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'市中区'), + (2725,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'东兴区'), + (2726,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'威远县'), + (2727,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'资中县'), + (2728,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'隆昌市'), + (2729,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'乐山市'), + (2730,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'乐山市市辖区'), + (2731,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'市中区'), + (2732,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'沙湾区'), + (2733,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'五通桥区'), + (2734,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'金口河区'), + (2735,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'犍为县'), + (2736,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'井研县'), + (2737,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'夹江县'), + (2738,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'沐川县'), + (2739,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'峨边彝族自治县'), + (2740,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'马边彝族自治县'), + (2741,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'峨眉山市'), + (2742,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'南充市'), + (2743,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'南充市市辖区'), + (2744,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'顺庆区'), + (2745,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'高坪区'), + (2746,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'嘉陵区'), + (2747,NULL,'2023-07-02 12:52:12','2023-07-02 12:52:12',0,0,'南部县'), + (2748,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'营山县'), + (2749,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'蓬安县'), + (2750,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'仪陇县'), + (2751,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'西充县'), + (2752,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'阆中市'), + (2753,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'眉山市'), + (2754,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'眉山市市辖区'), + (2755,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'东坡区'), + (2756,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'彭山区'), + (2757,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'仁寿县'), + (2758,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'洪雅县'), + (2759,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'丹棱县'), + (2760,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'青神县'), + (2761,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'宜宾市'), + (2762,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'宜宾市市辖区'), + (2763,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'翠屏区'), + (2764,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'南溪区'), + (2765,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'叙州区'), + (2766,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'江安县'), + (2767,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'长宁县'), + (2768,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'高县'), + (2769,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'珙县'), + (2770,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'筠连县'), + (2771,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'兴文县'), + (2772,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'屏山县'), + (2773,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'广安市'), + (2774,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'广安市市辖区'), + (2775,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'广安区'), + (2776,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'前锋区'), + (2777,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'岳池县'), + (2778,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'武胜县'), + (2779,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'邻水县'), + (2780,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'华蓥市'), + (2781,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'达州市'), + (2782,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'达州市市辖区'), + (2783,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'通川区'), + (2784,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'达川区'), + (2785,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'宣汉县'), + (2786,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'开江县'), + (2787,NULL,'2023-07-02 12:52:13','2023-07-02 12:52:13',0,0,'大竹县'), + (2788,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'渠县'), + (2789,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'万源市'), + (2790,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'雅安市'), + (2791,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'雅安市市辖区'), + (2792,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'雨城区'), + (2793,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'名山区'), + (2794,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'荥经县'), + (2795,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'汉源县'), + (2796,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'石棉县'), + (2797,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'天全县'), + (2798,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'芦山县'), + (2799,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'宝兴县'), + (2800,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'巴中市'), + (2801,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'巴中市市辖区'), + (2802,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'巴州区'), + (2803,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'恩阳区'), + (2804,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'通江县'), + (2805,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'南江县'), + (2806,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'平昌县'), + (2807,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'资阳市'), + (2808,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'资阳市市辖区'), + (2809,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'雁江区'), + (2810,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'安岳县'), + (2811,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'乐至县'), + (2812,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'阿坝藏族羌族自治州'), + (2813,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'马尔康市'), + (2814,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'汶川县'), + (2815,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'理县'), + (2816,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'茂县'), + (2817,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'松潘县'), + (2818,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'九寨沟县'), + (2819,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'金川县'), + (2820,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'小金县'), + (2821,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'黑水县'), + (2822,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'壤塘县'), + (2823,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'阿坝县'), + (2824,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'若尔盖县'), + (2825,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'红原县'), + (2826,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'甘孜藏族自治州'), + (2827,NULL,'2023-07-02 12:52:14','2023-07-02 12:52:14',0,0,'康定市'), + (2828,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'泸定县'), + (2829,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'丹巴县'), + (2830,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'九龙县'), + (2831,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'雅江县'), + (2832,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'道孚县'), + (2833,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'炉霍县'), + (2834,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'甘孜县'), + (2835,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'新龙县'), + (2836,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'德格县'), + (2837,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'白玉县'), + (2838,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'石渠县'), + (2839,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'色达县'), + (2840,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'理塘县'), + (2841,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'巴塘县'), + (2842,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'乡城县'), + (2843,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'稻城县'), + (2844,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'得荣县'), + (2845,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'凉山彝族自治州'), + (2846,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'西昌市'), + (2847,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'木里藏族自治县'), + (2848,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'盐源县'), + (2849,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'德昌县'), + (2850,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'会理县'), + (2851,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'会东县'), + (2852,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'宁南县'), + (2853,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'普格县'), + (2854,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'布拖县'), + (2855,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'金阳县'), + (2856,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'昭觉县'), + (2857,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'喜德县'), + (2858,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'冕宁县'), + (2859,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'越西县'), + (2860,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'甘洛县'), + (2861,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'美姑县'), + (2862,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'雷波县'), + (2863,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'贵州省'), + (2864,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'贵阳市'), + (2865,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'贵阳市市辖区'), + (2866,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'南明区'), + (2867,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'云岩区'), + (2868,NULL,'2023-07-02 12:52:15','2023-07-02 12:52:15',0,0,'花溪区'), + (2869,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'乌当区'), + (2870,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'白云区'), + (2871,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'观山湖区'), + (2872,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'开阳县'), + (2873,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'息烽县'), + (2874,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'修文县'), + (2875,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'清镇市'), + (2876,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'六盘水市'), + (2877,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'钟山区'), + (2878,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'六枝特区'), + (2879,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'水城区'), + (2880,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'盘州市'), + (2881,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'遵义市'), + (2882,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'遵义市市辖区'), + (2883,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'红花岗区'), + (2884,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'汇川区'), + (2885,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'播州区'), + (2886,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'桐梓县'), + (2887,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'绥阳县'), + (2888,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'正安县'), + (2889,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'道真仡佬族苗族自治县'), + (2890,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'务川仡佬族苗族自治县'), + (2891,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'凤冈县'), + (2892,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'湄潭县'), + (2893,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'余庆县'), + (2894,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'习水县'), + (2895,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'赤水市'), + (2896,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'仁怀市'), + (2897,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'安顺市'), + (2898,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'安顺市市辖区'), + (2899,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'西秀区'), + (2900,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'平坝区'), + (2901,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'普定县'), + (2902,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'镇宁布依族苗族自治县'), + (2903,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'关岭布依族苗族自治县'), + (2904,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'紫云苗族布依族自治县'), + (2905,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'毕节市'), + (2906,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'七星关区'), + (2907,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'大方县'), + (2908,NULL,'2023-07-02 12:52:16','2023-07-02 12:52:16',0,0,'黔西市'), + (2909,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'金沙县'), + (2910,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'织金县'), + (2911,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'纳雍县'), + (2912,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'威宁彝族回族苗族自治县'), + (2913,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'赫章县'), + (2914,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'铜仁市'), + (2915,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'碧江区'), + (2916,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'万山区'), + (2917,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'江口县'), + (2918,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'玉屏侗族自治县'), + (2919,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'石阡县'), + (2920,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'思南县'), + (2921,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'印江土家族苗族自治县'), + (2922,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'德江县'), + (2923,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'沿河土家族自治县'), + (2924,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'松桃苗族自治县'), + (2925,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'黔西南布依族苗族自治州'), + (2926,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'兴义市'), + (2927,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'兴仁市'), + (2928,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'普安县'), + (2929,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'晴隆县'), + (2930,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'贞丰县'), + (2931,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'望谟县'), + (2932,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'册亨县'), + (2933,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'安龙县'), + (2934,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'黔东南苗族侗族自治州'), + (2935,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'凯里市'), + (2936,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'黄平县'), + (2937,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'施秉县'), + (2938,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'三穗县'), + (2939,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'镇远县'), + (2940,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'岑巩县'), + (2941,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'天柱县'), + (2942,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'锦屏县'), + (2943,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'剑河县'), + (2944,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'台江县'), + (2945,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'黎平县'), + (2946,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'榕江县'), + (2947,NULL,'2023-07-02 12:52:17','2023-07-02 12:52:17',0,0,'从江县'), + (2948,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'雷山县'), + (2949,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'麻江县'), + (2950,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'丹寨县'), + (2951,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'黔南布依族苗族自治州'), + (2952,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'都匀市'), + (2953,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'福泉市'), + (2954,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'荔波县'), + (2955,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'贵定县'), + (2956,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'瓮安县'), + (2957,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'独山县'), + (2958,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'平塘县'), + (2959,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'罗甸县'), + (2960,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'长顺县'), + (2961,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'龙里县'), + (2962,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'惠水县'), + (2963,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'三都水族自治县'), + (2964,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'云南省'), + (2965,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'昆明市'), + (2966,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'昆明市市辖区'), + (2967,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'五华区'), + (2968,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'盘龙区'), + (2969,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'官渡区'), + (2970,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'西山区'), + (2971,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'东川区'), + (2972,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'呈贡区'), + (2973,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'晋宁区'), + (2974,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'富民县'), + (2975,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'宜良县'), + (2976,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'石林彝族自治县'), + (2977,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'嵩明县'), + (2978,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'禄劝彝族苗族自治县'), + (2979,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'寻甸回族彝族自治县'), + (2980,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'安宁市'), + (2981,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'曲靖市'), + (2982,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'曲靖市市辖区'), + (2983,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'麒麟区'), + (2984,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'沾益区'), + (2985,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'马龙区'), + (2986,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'陆良县'), + (2987,NULL,'2023-07-02 12:52:18','2023-07-02 12:52:18',0,0,'师宗县'), + (2988,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'罗平县'), + (2989,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'富源县'), + (2990,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'会泽县'), + (2991,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'宣威市'), + (2992,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'玉溪市'), + (2993,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'玉溪市市辖区'), + (2994,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'红塔区'), + (2995,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'江川区'), + (2996,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'澄江市'), + (2997,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'通海县'), + (2998,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'华宁县'), + (2999,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'易门县'), + (3000,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'峨山彝族自治县'), + (3001,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'新平彝族傣族自治县'), + (3002,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'元江哈尼族彝族傣族自治县'), + (3003,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'保山市'), + (3004,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'保山市市辖区'), + (3005,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'隆阳区'), + (3006,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'施甸县'), + (3007,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'龙陵县'), + (3008,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'昌宁县'), + (3009,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'腾冲市'), + (3010,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'昭通市'), + (3011,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'昭通市市辖区'), + (3012,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'昭阳区'), + (3013,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'鲁甸县'), + (3014,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'巧家县'), + (3015,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'盐津县'), + (3016,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'大关县'), + (3017,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'永善县'), + (3018,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'绥江县'), + (3019,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'镇雄县'), + (3020,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'彝良县'), + (3021,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'威信县'), + (3022,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'水富市'), + (3023,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'丽江市'), + (3024,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'丽江市市辖区'), + (3025,NULL,'2023-07-02 12:52:19','2023-07-02 12:52:19',0,0,'古城区'), + (3026,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'玉龙纳西族自治县'), + (3027,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'永胜县'), + (3028,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'华坪县'), + (3029,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'宁蒗彝族自治县'), + (3030,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'普洱市'), + (3031,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'普洱市市辖区'), + (3032,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'思茅区'), + (3033,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'宁洱哈尼族彝族自治县'), + (3034,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'墨江哈尼族自治县'), + (3035,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'景东彝族自治县'), + (3036,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'景谷傣族彝族自治县'), + (3037,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'镇沅彝族哈尼族拉祜族自治县'), + (3038,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'江城哈尼族彝族自治县'), + (3039,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'孟连傣族拉祜族佤族自治县'), + (3040,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'澜沧拉祜族自治县'), + (3041,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'西盟佤族自治县'), + (3042,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'临沧市'), + (3043,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'临沧市市辖区'), + (3044,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'临翔区'), + (3045,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'凤庆县'), + (3046,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'云县'), + (3047,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'永德县'), + (3048,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'镇康县'), + (3049,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'双江拉祜族佤族布朗族傣族自治县'), + (3050,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'耿马傣族佤族自治县'), + (3051,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'沧源佤族自治县'), + (3052,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'楚雄彝族自治州'), + (3053,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'楚雄市'), + (3054,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'双柏县'), + (3055,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'牟定县'), + (3056,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'南华县'), + (3057,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'姚安县'), + (3058,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'大姚县'), + (3059,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'永仁县'), + (3060,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'元谋县'), + (3061,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'武定县'), + (3062,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'禄丰县'), + (3063,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'红河哈尼族彝族自治州'), + (3064,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'个旧市'), + (3065,NULL,'2023-07-02 12:52:20','2023-07-02 12:52:20',0,0,'开远市'), + (3066,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'蒙自市'), + (3067,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'弥勒市'), + (3068,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'屏边苗族自治县'), + (3069,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'建水县'), + (3070,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'石屏县'), + (3071,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'泸西县'), + (3072,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'元阳县'), + (3073,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'红河县'), + (3074,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'金平苗族瑶族傣族自治县'), + (3075,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'绿春县'), + (3076,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'河口瑶族自治县'), + (3077,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'文山壮族苗族自治州'), + (3078,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'文山市'), + (3079,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'砚山县'), + (3080,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'西畴县'), + (3081,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'麻栗坡县'), + (3082,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'马关县'), + (3083,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'丘北县'), + (3084,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'广南县'), + (3085,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'富宁县'), + (3086,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'西双版纳傣族自治州'), + (3087,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'景洪市'), + (3088,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'勐海县'), + (3089,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'勐腊县'), + (3090,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'大理白族自治州'), + (3091,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'大理市'), + (3092,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'漾濞彝族自治县'), + (3093,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'祥云县'), + (3094,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'宾川县'), + (3095,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'弥渡县'), + (3096,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'南涧彝族自治县'), + (3097,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'巍山彝族回族自治县'), + (3098,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'永平县'), + (3099,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'云龙县'), + (3100,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'洱源县'), + (3101,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'剑川县'), + (3102,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'鹤庆县'), + (3103,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'德宏傣族景颇族自治州'), + (3104,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'瑞丽市'), + (3105,NULL,'2023-07-02 12:52:21','2023-07-02 12:52:21',0,0,'芒市'), + (3106,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'梁河县'), + (3107,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'盈江县'), + (3108,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'陇川县'), + (3109,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'怒江傈僳族自治州'), + (3110,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'泸水市'), + (3111,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'福贡县'), + (3112,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'贡山独龙族怒族自治县'), + (3113,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'兰坪白族普米族自治县'), + (3114,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'迪庆藏族自治州'), + (3115,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'香格里拉市'), + (3116,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'德钦县'), + (3117,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'维西傈僳族自治县'), + (3118,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'西藏自治区'), + (3119,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'拉萨市'), + (3120,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'拉萨市市辖区'), + (3121,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'城关区'), + (3122,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'堆龙德庆区'), + (3123,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'达孜区'), + (3124,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'林周县'), + (3125,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'当雄县'), + (3126,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'尼木县'), + (3127,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'曲水县'), + (3128,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'墨竹工卡县'), + (3129,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'日喀则市'), + (3130,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'桑珠孜区'), + (3131,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'南木林县'), + (3132,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'江孜县'), + (3133,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'定日县'), + (3134,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'萨迦县'), + (3135,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'拉孜县'), + (3136,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'昂仁县'), + (3137,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'谢通门县'), + (3138,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'白朗县'), + (3139,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'仁布县'), + (3140,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'康马县'), + (3141,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'定结县'), + (3142,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'仲巴县'), + (3143,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'亚东县'), + (3144,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'吉隆县'), + (3145,NULL,'2023-07-02 12:52:22','2023-07-02 12:52:22',0,0,'聂拉木县'), + (3146,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'萨嘎县'), + (3147,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'岗巴县'), + (3148,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'昌都市'), + (3149,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'卡若区'), + (3150,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'江达县'), + (3151,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'贡觉县'), + (3152,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'类乌齐县'), + (3153,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'丁青县'), + (3154,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'察雅县'), + (3155,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'八宿县'), + (3156,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'左贡县'), + (3157,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'芒康县'), + (3158,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'洛隆县'), + (3159,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'边坝县'), + (3160,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'林芝市'), + (3161,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'巴宜区'), + (3162,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'工布江达县'), + (3163,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'米林县'), + (3164,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'墨脱县'), + (3165,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'波密县'), + (3166,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'察隅县'), + (3167,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'朗县'), + (3168,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'山南市'), + (3169,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'乃东区'), + (3170,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'扎囊县'), + (3171,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'贡嘎县'), + (3172,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'桑日县'), + (3173,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'琼结县'), + (3174,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'曲松县'), + (3175,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'措美县'), + (3176,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'洛扎县'), + (3177,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'加查县'), + (3178,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'隆子县'), + (3179,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'错那县'), + (3180,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'浪卡子县'), + (3181,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'那曲市'), + (3182,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'色尼区'), + (3183,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'嘉黎县'), + (3184,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'比如县'), + (3185,NULL,'2023-07-02 12:52:23','2023-07-02 12:52:23',0,0,'聂荣县'), + (3186,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'安多县'), + (3187,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'申扎县'), + (3188,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'索县'), + (3189,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'班戈县'), + (3190,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'巴青县'), + (3191,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'尼玛县'), + (3192,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'双湖县'), + (3193,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'阿里地区'), + (3194,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'普兰县'), + (3195,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'札达县'), + (3196,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'噶尔县'), + (3197,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'日土县'), + (3198,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'革吉县'), + (3199,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'改则县'), + (3200,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'措勤县'), + (3201,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'陕西省'), + (3202,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'西安市'), + (3203,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'西安市市辖区'), + (3204,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'新城区'), + (3205,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'碑林区'), + (3206,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'莲湖区'), + (3207,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'灞桥区'), + (3208,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'未央区'), + (3209,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'雁塔区'), + (3210,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'阎良区'), + (3211,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'临潼区'), + (3212,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'长安区'), + (3213,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'高陵区'), + (3214,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'鄠邑区'), + (3215,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'蓝田县'), + (3216,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'周至县'), + (3217,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'铜川市'), + (3218,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'铜川市市辖区'), + (3219,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'王益区'), + (3220,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'印台区'), + (3221,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'耀州区'), + (3222,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'宜君县'), + (3223,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'宝鸡市'), + (3224,NULL,'2023-07-02 12:52:24','2023-07-02 12:52:24',0,0,'宝鸡市市辖区'), + (3225,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'渭滨区'), + (3226,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'金台区'), + (3227,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'陈仓区'), + (3228,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'凤翔县'), + (3229,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'岐山县'), + (3230,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'扶风县'), + (3231,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'眉县'), + (3232,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'陇县'), + (3233,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'千阳县'), + (3234,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'麟游县'), + (3235,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'凤县'), + (3236,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'太白县'), + (3237,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'咸阳市'), + (3238,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'咸阳市市辖区'), + (3239,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'秦都区'), + (3240,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'杨陵区'), + (3241,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'渭城区'), + (3242,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'三原县'), + (3243,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'泾阳县'), + (3244,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'乾县'), + (3245,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'礼泉县'), + (3246,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'永寿县'), + (3247,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'彬州市'), + (3248,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'长武县'), + (3249,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'旬邑县'), + (3250,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'淳化县'), + (3251,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'武功县'), + (3252,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'兴平市'), + (3253,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'渭南市'), + (3254,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'渭南市市辖区'), + (3255,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'临渭区'), + (3256,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'华州区'), + (3257,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'潼关县'), + (3258,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'大荔县'), + (3259,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'合阳县'), + (3260,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'澄城县'), + (3261,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'蒲城县'), + (3262,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'白水县'), + (3263,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'富平县'), + (3264,NULL,'2023-07-02 12:52:25','2023-07-02 12:52:25',0,0,'韩城市'), + (3265,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'华阴市'), + (3266,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'延安市'), + (3267,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'延安市市辖区'), + (3268,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'宝塔区'), + (3269,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'安塞区'), + (3270,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'延长县'), + (3271,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'延川县'), + (3272,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'子长市'), + (3273,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'志丹县'), + (3274,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'吴起县'), + (3275,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'甘泉县'), + (3276,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'富县'), + (3277,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'洛川县'), + (3278,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'宜川县'), + (3279,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'黄龙县'), + (3280,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'黄陵县'), + (3281,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'汉中市'), + (3282,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'汉中市市辖区'), + (3283,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'汉台区'), + (3284,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'南郑区'), + (3285,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'城固县'), + (3286,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'洋县'), + (3287,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'西乡县'), + (3288,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'勉县'), + (3289,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'宁强县'), + (3290,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'略阳县'), + (3291,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'镇巴县'), + (3292,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'留坝县'), + (3293,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'佛坪县'), + (3294,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'榆林市'), + (3295,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'榆林市市辖区'), + (3296,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'榆阳区'), + (3297,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'横山区'), + (3298,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'府谷县'), + (3299,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'靖边县'), + (3300,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'定边县'), + (3301,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'绥德县'), + (3302,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'米脂县'), + (3303,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'佳县'), + (3304,NULL,'2023-07-02 12:52:26','2023-07-02 12:52:26',0,0,'吴堡县'), + (3305,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'清涧县'), + (3306,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'子洲县'), + (3307,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'神木市'), + (3308,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'安康市'), + (3309,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'安康市市辖区'), + (3310,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'汉滨区'), + (3311,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'汉阴县'), + (3312,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'石泉县'), + (3313,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'宁陕县'), + (3314,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'紫阳县'), + (3315,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'岚皋县'), + (3316,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'平利县'), + (3317,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'镇坪县'), + (3318,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'旬阳县'), + (3319,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'白河县'), + (3320,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'商洛市'), + (3321,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'商洛市市辖区'), + (3322,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'商州区'), + (3323,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'洛南县'), + (3324,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'丹凤县'), + (3325,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'商南县'), + (3326,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'山阳县'), + (3327,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'镇安县'), + (3328,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'柞水县'), + (3329,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'甘肃省'), + (3330,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'兰州市'), + (3331,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'兰州市市辖区'), + (3332,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'城关区'), + (3333,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'七里河区'), + (3334,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'西固区'), + (3335,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'安宁区'), + (3336,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'红古区'), + (3337,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'永登县'), + (3338,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'皋兰县'), + (3339,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'榆中县'), + (3340,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'嘉峪关市'), + (3341,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'嘉峪关市市辖区'), + (3342,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'金昌市'), + (3343,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'金昌市市辖区'), + (3344,NULL,'2023-07-02 12:52:27','2023-07-02 12:52:27',0,0,'金川区'), + (3345,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'永昌县'), + (3346,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'白银市'), + (3347,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'白银市市辖区'), + (3348,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'白银区'), + (3349,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'平川区'), + (3350,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'靖远县'), + (3351,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'会宁县'), + (3352,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'景泰县'), + (3353,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'天水市'), + (3354,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'天水市市辖区'), + (3355,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'秦州区'), + (3356,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'麦积区'), + (3357,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'清水县'), + (3358,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'秦安县'), + (3359,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'甘谷县'), + (3360,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'武山县'), + (3361,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'张家川回族自治县'), + (3362,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'武威市'), + (3363,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'武威市市辖区'), + (3364,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'凉州区'), + (3365,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'民勤县'), + (3366,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'古浪县'), + (3367,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'天祝藏族自治县'), + (3368,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'张掖市'), + (3369,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'张掖市市辖区'), + (3370,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'甘州区'), + (3371,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'肃南裕固族自治县'), + (3372,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'民乐县'), + (3373,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'临泽县'), + (3374,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'高台县'), + (3375,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'山丹县'), + (3376,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'平凉市'), + (3377,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'平凉市市辖区'), + (3378,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'崆峒区'), + (3379,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'泾川县'), + (3380,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'灵台县'), + (3381,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'崇信县'), + (3382,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'华亭市'), + (3383,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'庄浪县'), + (3384,NULL,'2023-07-02 12:52:28','2023-07-02 12:52:28',0,0,'静宁县'), + (3385,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'酒泉市'), + (3386,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'酒泉市市辖区'), + (3387,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'肃州区'), + (3388,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'金塔县'), + (3389,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'瓜州县'), + (3390,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'肃北蒙古族自治县'), + (3391,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'阿克塞哈萨克族自治县'), + (3392,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'玉门市'), + (3393,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'敦煌市'), + (3394,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'庆阳市'), + (3395,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'庆阳市市辖区'), + (3396,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'西峰区'), + (3397,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'庆城县'), + (3398,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'环县'), + (3399,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'华池县'), + (3400,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'合水县'), + (3401,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'正宁县'), + (3402,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'宁县'), + (3403,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'镇原县'), + (3404,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'定西市'), + (3405,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'定西市市辖区'), + (3406,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'安定区'), + (3407,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'通渭县'), + (3408,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'陇西县'), + (3409,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'渭源县'), + (3410,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'临洮县'), + (3411,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'漳县'), + (3412,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'岷县'), + (3413,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'陇南市'), + (3414,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'陇南市市辖区'), + (3415,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'武都区'), + (3416,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'成县'), + (3417,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'文县'), + (3418,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'宕昌县'), + (3419,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'康县'), + (3420,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'西和县'), + (3421,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'礼县'), + (3422,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'徽县'), + (3423,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'两当县'), + (3424,NULL,'2023-07-02 12:52:29','2023-07-02 12:52:29',0,0,'临夏回族自治州'), + (3425,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'临夏市'), + (3426,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'临夏县'), + (3427,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'康乐县'), + (3428,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'永靖县'), + (3429,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'广河县'), + (3430,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'和政县'), + (3431,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'东乡族自治县'), + (3432,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'积石山保安族东乡族撒拉族自治县'), + (3433,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'甘南藏族自治州'), + (3434,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'合作市'), + (3435,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'临潭县'), + (3436,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'卓尼县'), + (3437,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'舟曲县'), + (3438,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'迭部县'), + (3439,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'玛曲县'), + (3440,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'碌曲县'), + (3441,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'夏河县'), + (3442,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'青海省'), + (3443,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'西宁市'), + (3444,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'西宁市市辖区'), + (3445,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'城东区'), + (3446,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'城中区'), + (3447,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'城西区'), + (3448,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'城北区'), + (3449,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'大通回族土族自治县'), + (3450,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'湟中区'), + (3451,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'湟源县'), + (3452,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'海东市'), + (3453,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'乐都区'), + (3454,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'平安区'), + (3455,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'民和回族土族自治县'), + (3456,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'互助土族自治县'), + (3457,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'化隆回族自治县'), + (3458,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'循化撒拉族自治县'), + (3459,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'海北藏族自治州'), + (3460,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'门源回族自治县'), + (3461,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'祁连县'), + (3462,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'海晏县'), + (3463,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'刚察县'), + (3464,NULL,'2023-07-02 12:52:30','2023-07-02 12:52:30',0,0,'黄南藏族自治州'), + (3465,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'同仁市'), + (3466,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'尖扎县'), + (3467,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'泽库县'), + (3468,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'河南蒙古族自治县'), + (3469,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'海南藏族自治州'), + (3470,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'共和县'), + (3471,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'同德县'), + (3472,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'贵德县'), + (3473,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'兴海县'), + (3474,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'贵南县'), + (3475,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'果洛藏族自治州'), + (3476,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'玛沁县'), + (3477,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'班玛县'), + (3478,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'甘德县'), + (3479,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'达日县'), + (3480,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'久治县'), + (3481,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'玛多县'), + (3482,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'玉树藏族自治州'), + (3483,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'玉树市'), + (3484,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'杂多县'), + (3485,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'称多县'), + (3486,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'治多县'), + (3487,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'囊谦县'), + (3488,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'曲麻莱县'), + (3489,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'海西蒙古族藏族自治州'), + (3490,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'格尔木市'), + (3491,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'德令哈市'), + (3492,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'茫崖市'), + (3493,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'乌兰县'), + (3494,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'都兰县'), + (3495,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'天峻县'), + (3496,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'海西蒙古族藏族自治州直辖'), + (3497,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'宁夏回族自治区'), + (3498,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'银川市'), + (3499,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'银川市市辖区'), + (3500,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'兴庆区'), + (3501,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'西夏区'), + (3502,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'金凤区'), + (3503,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'永宁县'), + (3504,NULL,'2023-07-02 12:52:31','2023-07-02 12:52:31',0,0,'贺兰县'), + (3505,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'灵武市'), + (3506,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'石嘴山市'), + (3507,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'石嘴山市市辖区'), + (3508,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'大武口区'), + (3509,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'惠农区'), + (3510,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'平罗县'), + (3511,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'吴忠市'), + (3512,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'吴忠市市辖区'), + (3513,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'利通区'), + (3514,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'红寺堡区'), + (3515,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'盐池县'), + (3516,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'同心县'), + (3517,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'青铜峡市'), + (3518,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'固原市'), + (3519,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'固原市市辖区'), + (3520,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'原州区'), + (3521,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'西吉县'), + (3522,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'隆德县'), + (3523,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'泾源县'), + (3524,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'彭阳县'), + (3525,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'中卫市'), + (3526,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'中卫市市辖区'), + (3527,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'沙坡头区'), + (3528,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'中宁县'), + (3529,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'海原县'), + (3530,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'新疆维吾尔自治区'), + (3531,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'乌鲁木齐市'), + (3532,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'乌鲁木齐市市辖区'), + (3533,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'天山区'), + (3534,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'沙依巴克区'), + (3535,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'新市区'), + (3536,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'水磨沟区'), + (3537,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'头屯河区'), + (3538,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'达坂城区'), + (3539,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'米东区'), + (3540,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'乌鲁木齐县'), + (3541,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'克拉玛依市'), + (3542,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'克拉玛依市市辖区'), + (3543,NULL,'2023-07-02 12:52:32','2023-07-02 12:52:32',0,0,'独山子区'), + (3544,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'克拉玛依区'), + (3545,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'白碱滩区'), + (3546,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'乌尔禾区'), + (3547,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'吐鲁番市'), + (3548,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'高昌区'), + (3549,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'鄯善县'), + (3550,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'托克逊县'), + (3551,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'胡杨河市'), + (3552,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'哈密市'), + (3553,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'伊州区'), + (3554,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'巴里坤哈萨克自治县'), + (3555,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'伊吾县'), + (3556,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'昌吉回族自治州'), + (3557,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'昌吉市'), + (3558,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'阜康市'), + (3559,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'呼图壁县'), + (3560,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'玛纳斯县'), + (3561,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'奇台县'), + (3562,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'吉木萨尔县'), + (3563,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'木垒哈萨克自治县'), + (3564,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'博尔塔拉蒙古自治州'), + (3565,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'博乐市'), + (3566,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'阿拉山口市'), + (3567,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'精河县'), + (3568,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'温泉县'), + (3569,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'巴音郭楞蒙古自治州'), + (3570,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'库尔勒市'), + (3571,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'轮台县'), + (3572,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'尉犁县'), + (3573,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'若羌县'), + (3574,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'且末县'), + (3575,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'焉耆回族自治县'), + (3576,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'和静县'), + (3577,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'和硕县'), + (3578,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'博湖县'), + (3579,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'阿克苏地区'), + (3580,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'阿克苏市'), + (3581,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'温宿县'), + (3582,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'库车市'), + (3583,NULL,'2023-07-02 12:52:33','2023-07-02 12:52:33',0,0,'沙雅县'), + (3584,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'新和县'), + (3585,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'拜城县'), + (3586,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'乌什县'), + (3587,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'阿瓦提县'), + (3588,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'柯坪县'), + (3589,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'克孜勒苏柯尔克孜自治州'), + (3590,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'阿图什市'), + (3591,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'阿克陶县'), + (3592,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'阿合奇县'), + (3593,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'乌恰县'), + (3594,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'喀什地区'), + (3595,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'喀什市'), + (3596,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'疏附县'), + (3597,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'疏勒县'), + (3598,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'英吉沙县'), + (3599,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'泽普县'), + (3600,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'莎车县'), + (3601,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'叶城县'), + (3602,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'麦盖提县'), + (3603,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'岳普湖县'), + (3604,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'伽师县'), + (3605,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'巴楚县'), + (3606,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'塔什库尔干塔吉克自治县'), + (3607,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'和田地区'), + (3608,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'和田市'), + (3609,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'和田县'), + (3610,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'墨玉县'), + (3611,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'皮山县'), + (3612,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'洛浦县'), + (3613,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'策勒县'), + (3614,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'于田县'), + (3615,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'民丰县'), + (3616,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'伊犁哈萨克自治州'), + (3617,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'伊宁市'), + (3618,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'奎屯市'), + (3619,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'霍尔果斯市'), + (3620,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'伊宁县'), + (3621,NULL,'2023-07-02 12:52:34','2023-07-02 12:52:34',0,0,'察布查尔锡伯自治县'), + (3622,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'霍城县'), + (3623,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'巩留县'), + (3624,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'新源县'), + (3625,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'昭苏县'), + (3626,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'特克斯县'), + (3627,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'尼勒克县'), + (3628,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'塔城地区'), + (3629,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'塔城市'), + (3630,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'乌苏市'), + (3631,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'额敏县'), + (3632,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'沙湾县'), + (3633,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'托里县'), + (3634,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'裕民县'), + (3635,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'和布克赛尔蒙古自治县'), + (3636,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'阿勒泰地区'), + (3637,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'阿勒泰市'), + (3638,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'布尔津县'), + (3639,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'富蕴县'), + (3640,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'福海县'), + (3641,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'哈巴河县'), + (3642,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'青河县'), + (3643,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'吉木乃县'), + (3644,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'石河子市'), + (3645,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'阿拉尔市'), + (3646,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'图木舒克市'), + (3647,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'五家渠市'), + (3648,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'北屯市'), + (3649,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'铁门关市'), + (3650,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'双河市'), + (3651,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'可克达拉市'), + (3652,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'昆玉市'), + (3653,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'台湾省'), + (3654,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'香港特别行政区'), + (3655,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'中西区'), + (3656,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'湾仔区'), + (3657,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'东区'), + (3658,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'南区'), + (3659,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'油尖旺区'), + (3660,NULL,'2023-07-02 12:52:35','2023-07-02 12:52:35',0,0,'深水埗区'), + (3661,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'九龙城区'), + (3662,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'黄大仙区'), + (3663,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'观塘区'), + (3664,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'荃湾区'), + (3665,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'屯门区'), + (3666,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'元朗区'), + (3667,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'北区'), + (3668,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'大埔区'), + (3669,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'西贡区'), + (3670,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'沙田区'), + (3671,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'葵青区'), + (3672,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'离岛区'), + (3673,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'澳门特别行政区'), + (3674,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'花地玛堂区'), + (3675,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'花王堂区'), + (3676,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'望德堂区'), + (3677,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'大堂区'), + (3678,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'风顺堂区'), + (3679,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'嘉模堂区'), + (3680,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'路凼填海区'), + (3681,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'圣方济各堂区'), + (3682,NULL,'2023-07-02 12:52:36','2023-07-02 12:52:36',0,0,'外国'); \ No newline at end of file diff --git a/mallinkBApi/src/main/java/com/iformall/tenant/TenantInfoImpl.java b/mallinkBApi/src/main/java/com/iformall/tenant/TenantInfoImpl.java index cc66495cd..3ebc1d970 100644 --- a/mallinkBApi/src/main/java/com/iformall/tenant/TenantInfoImpl.java +++ b/mallinkBApi/src/main/java/com/iformall/tenant/TenantInfoImpl.java @@ -51,6 +51,7 @@ public class TenantInfoImpl implements TenantInfo { "wx_msg_validationcode_model", "wx_component_verify_ticket", "sys_config", + "sys_gaode_city", "wx_theme_mall", "wx_miniapp_theme", "wx_customize_module", @@ -99,6 +100,7 @@ public class TenantInfoImpl implements TenantInfo { "mem_coupon_from_dsp", "wx_component_verify_ticket", "sys_config", + "sys_gaode_city", "wx_theme_mall", "wx_miniapp_theme", "wx_customize_module", diff --git a/mallinkCApi/src/main/java/com/iformall/controller/SysGaodeController.java b/mallinkCApi/src/main/java/com/iformall/controller/SysGaodeController.java new file mode 100644 index 000000000..0f337d590 --- /dev/null +++ b/mallinkCApi/src/main/java/com/iformall/controller/SysGaodeController.java @@ -0,0 +1,27 @@ +package com.iformall.controller; + +import com.iformall.common.ResultData; +import com.iformall.service.SysGaoDeService; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.web.bind.annotation.*; + +/** + * @author gongbiao + */ +@RestController +@RequestMapping("api/sysGaode") +public class SysGaodeController extends BaseController { + + private final Logger logger = LoggerFactory.getLogger(this.getClass()); + + @Autowired + private SysGaoDeService sysGaoDeService; + + @GetMapping("getAllCityLable") + public ResultData getAllCityLable() { + return new ResultData(sysGaoDeService.getAllCityLabelMap()); + } + +} diff --git a/mallinkCApi/src/main/java/com/iformall/controller/WxCouponController.java b/mallinkCApi/src/main/java/com/iformall/controller/WxCouponController.java index 86b863e86..bac0fafe2 100644 --- a/mallinkCApi/src/main/java/com/iformall/controller/WxCouponController.java +++ b/mallinkCApi/src/main/java/com/iformall/controller/WxCouponController.java @@ -41,6 +41,7 @@ import com.iformall.domain.vo.WxMerchantVo; import com.iformall.enums.EnumCouponChannelActivityStatus; import com.iformall.enums.EnumCouponChannelType; import com.iformall.service.SysConfigService; +import com.iformall.service.SysGaoDeService; import com.iformall.service.WxCouponChannelService; import com.iformall.service.WxCouponService; import com.iformall.service.WxMerchantService; @@ -76,6 +77,9 @@ public class WxCouponController extends BaseController { @Autowired private SysConfigService sysConfigService; + @Autowired + private SysGaoDeService sysGaoDeService; + @ApiOperation("查询优惠券详情(系统发放卡没有couponChannel)") @GetMapping("/couponInfo") @ApiImplicitParams({ @@ -340,12 +344,86 @@ public class WxCouponController extends BaseController { return new ResultData(sb.toString()); } + @TenantIgnore + @ApiOperation("根据id(couponChannel)查询城市") + @GetMapping("/couponMerchantCity") + @ApiImplicitParams({ + @ApiImplicitParam(name = "couponChannelId", value = "couponChannelId", dataType = "String", paramType = "query", required = true)}) + public ResultData couponMerchantCity(String couponChannelId) { + if ((StringUtils.isBlank(couponChannelId) || couponChannelId.equalsIgnoreCase(Constant.UNDEFINED)) + ) { + return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "couponChannelId为空"); + } + Long couponChannelIdL = 0L; + + try { + if (StringUtils.isNotBlank(couponChannelId) && !couponChannelId.equalsIgnoreCase(Constant.UNDEFINED)) { + couponChannelIdL = Long.valueOf(couponChannelId); + } + } catch (NumberFormatException e) { + logger.error("id转换失败" + couponChannelId); + return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "couponChannelId转换失败" + couponChannelId); + } + + if(couponChannelIdL <= 0){ + return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "couponChannelId为空"); + } + + WxCouponChannel couponChannel = CouponCacheUtils.getCouponChannelCache(redisTemplate, couponChannelIdL); + if (null == couponChannel) { + couponChannel = wxCouponChannelService.getById(couponChannelIdL,this.getTenantInfo().getTenantId()); + if (null == couponChannel) { + return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "couponChannelId无效" + couponChannelId); + } + CouponCacheUtils.setCouponChannelCache(redisTemplate, couponChannelIdL, couponChannel); + } + + Map> labelCityMap = CouponCacheUtils.getCouponMerchantLableMapCache(redisTemplate, couponChannel.getCouponId()); + if (null == labelCityMap) { + Map> couponMerchantMap = getCouponMerchant(couponChannel, null); + if (null != couponMerchantMap) { + List merchantVoList = couponMerchantMap.get(couponChannel.getCouponId()); + if (null != merchantVoList ) { + Map cityLableMap = sysGaoDeService.getAllCityLabelMap(); + //A-list,B-list + labelCityMap = new HashMap>(); + for (int i = 0 ; i< merchantVoList.size(); i++) { + WxMerchantVo mv = merchantVoList.get(i); + if (StringUtils.isNotBlank(mv.getCity())){ + String cityLable = cityLableMap.get(mv.getCity()); + if (StringUtils.isNotBlank(cityLable)) { + List list = labelCityMap.get(cityLable); + if (null == list) { + list = new ArrayList(); + list.add(mv.getCity()); + labelCityMap.put(cityLable, list); + }else { + if (!list.contains(mv.getCity())) { + list.add(mv.getCity()); + } + } + } + + } + } + if (labelCityMap.size() > 0 ) { + CouponCacheUtils.setCouponMerchantLableMapCache(redisTemplate, couponChannel.getCouponId(), labelCityMap); + } + } + } + } + return new ResultData(labelCityMap); + } + + + @TenantIgnore @ApiOperation("根据id(couponChannel)查询商品商户接口") @GetMapping("/couponMerchant") @ApiImplicitParams({ - @ApiImplicitParam(name = "couponChannelId", value = "couponChannelId", dataType = "String", paramType = "query", required = true)}) - public ResultData couponMerchant(String couponChannelId) { + @ApiImplicitParam(name = "couponChannelId", value = "couponChannelId", dataType = "String", paramType = "query", required = true), + @ApiImplicitParam(name = "city", value = "city", dataType = "String", paramType = "query", required = false)}) + public ResultData couponMerchant(String couponChannelId,String city) { if ((StringUtils.isBlank(couponChannelId) || couponChannelId.equalsIgnoreCase(Constant.UNDEFINED)) ) { return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "couponChannelId为空"); @@ -374,23 +452,28 @@ public class WxCouponController extends BaseController { CouponCacheUtils.setCouponChannelCache(redisTemplate, couponChannelIdL, couponChannel); } - Map> volist = CouponCacheUtils.getCouponMerchantCache(redisTemplate, couponChannel.getCouponId()); + return new ResultData(getCouponMerchant(couponChannel, city)); + + } + + private Map> getCouponMerchant(WxCouponChannel couponChannel,String city) { + Map> volist = CouponCacheUtils.getCouponMerchantCache(redisTemplate, couponChannel.getCouponId(),city); if (null == volist) { - volist = couponService.getCouponMerchantList(getTenantInfo(), couponChannel.getCouponId()); + volist = couponService.getCouponMerchantList(getTenantInfo(), couponChannel.getCouponId(),city); if (null != volist && volist.size() > 0 ) { - CouponCacheUtils.setCouponMerchantCache(redisTemplate, couponChannel.getCouponId(), volist); + CouponCacheUtils.setCouponMerchantCache(redisTemplate, couponChannel.getCouponId(),city, volist); } } - return new ResultData(volist); - + return volist; } @TenantIgnore @ApiOperation("根据couponId查询商品商户接口") @GetMapping("/couponMerchantByCouponId") @ApiImplicitParams({ - @ApiImplicitParam(name = "couponId", value = "couponId", dataType = "String", paramType = "query", required = true)}) - public ResultData couponMerchantByCouponId(String couponId) { + @ApiImplicitParam(name = "couponId", value = "couponId", dataType = "String", paramType = "query", required = true), + @ApiImplicitParam(name = "city", value = "city", dataType = "String", paramType = "query", required = false)}) + public ResultData couponMerchantByCouponId(String couponId,String city) { if ((StringUtils.isBlank(couponId) || couponId.equalsIgnoreCase(Constant.UNDEFINED)) ) { return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "couponId为空"); @@ -410,11 +493,11 @@ public class WxCouponController extends BaseController { return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "couponId为空"); } - Map> volist = CouponCacheUtils.getCouponMerchantCache(redisTemplate, couponIdL); + Map> volist = CouponCacheUtils.getCouponMerchantCache(redisTemplate, couponIdL,city); if (null == volist) { - volist = couponService.getCouponMerchantList(getTenantInfo(), couponIdL); + volist = couponService.getCouponMerchantList(getTenantInfo(), couponIdL,city); if (null != volist && volist.size() > 0 ) { - CouponCacheUtils.setCouponMerchantCache(redisTemplate, couponIdL, volist); + CouponCacheUtils.setCouponMerchantCache(redisTemplate, couponIdL,city, volist); } } return new ResultData(volist); diff --git a/mallinkCApi/src/main/java/com/iformall/tenant/TenantInfoImpl.java b/mallinkCApi/src/main/java/com/iformall/tenant/TenantInfoImpl.java index f20ee36ed..8032f90df 100644 --- a/mallinkCApi/src/main/java/com/iformall/tenant/TenantInfoImpl.java +++ b/mallinkCApi/src/main/java/com/iformall/tenant/TenantInfoImpl.java @@ -56,6 +56,7 @@ public class TenantInfoImpl implements TenantInfo { "wx_question_oneself_topic", "wx_question_oneself_user", "sys_config", + "sys_gaode_city", "wx_theme_mall", "wx_miniapp_theme", "wx_customize_module", @@ -112,6 +113,7 @@ public class TenantInfoImpl implements TenantInfo { "wx_question_oneself_topic", "wx_question_oneself_user", "sys_config", + "sys_gaode_city", "wx_theme_mall", "wx_miniapp_theme", "wx_customize_module", diff --git a/mallinkNeuPosAdmin/src/main/java/com/iformall/tenant/TenantInfoImpl.java b/mallinkNeuPosAdmin/src/main/java/com/iformall/tenant/TenantInfoImpl.java index f20ee36ed..8032f90df 100644 --- a/mallinkNeuPosAdmin/src/main/java/com/iformall/tenant/TenantInfoImpl.java +++ b/mallinkNeuPosAdmin/src/main/java/com/iformall/tenant/TenantInfoImpl.java @@ -56,6 +56,7 @@ public class TenantInfoImpl implements TenantInfo { "wx_question_oneself_topic", "wx_question_oneself_user", "sys_config", + "sys_gaode_city", "wx_theme_mall", "wx_miniapp_theme", "wx_customize_module", @@ -112,6 +113,7 @@ public class TenantInfoImpl implements TenantInfo { "wx_question_oneself_topic", "wx_question_oneself_user", "sys_config", + "sys_gaode_city", "wx_theme_mall", "wx_miniapp_theme", "wx_customize_module", diff --git a/mallinkService/src/main/java/com/iformall/domain/po/SysGaodeCity.java b/mallinkService/src/main/java/com/iformall/domain/po/SysGaodeCity.java new file mode 100644 index 000000000..3ba31742c --- /dev/null +++ b/mallinkService/src/main/java/com/iformall/domain/po/SysGaodeCity.java @@ -0,0 +1,31 @@ +package com.iformall.domain.po; + +import java.util.Date; + +import com.baomidou.mybatisplus.annotation.TableName; +import com.iformall.domain.po.base.BaseEntity; +import lombok.Data; +import lombok.EqualsAndHashCode; + +@TableName(value = "sys_gaode_city") +@Data +@EqualsAndHashCode(callSuper = true) +public class SysGaodeCity extends BaseEntity { + private static final long serialVersionUID = 1L; + + + protected Long id; + + @io.swagger.annotations.ApiModelProperty(value="名称",name="name") + private String name; + @io.swagger.annotations.ApiModelProperty(value="标签",name="label") + private String label; + @io.swagger.annotations.ApiModelProperty(value="",name="createDate") + private Date createDate; + @io.swagger.annotations.ApiModelProperty(value="",name="updateDate") + private Date updateDate; + @io.swagger.annotations.ApiModelProperty(value="是否隐藏",name="isHide") + private Integer isHide; + @io.swagger.annotations.ApiModelProperty(value="0-有效 1-无效",name="status") + private Integer status; +} diff --git a/mallinkService/src/main/java/com/iformall/mapper/SysGaodeCityMapper.java b/mallinkService/src/main/java/com/iformall/mapper/SysGaodeCityMapper.java new file mode 100644 index 000000000..a92022667 --- /dev/null +++ b/mallinkService/src/main/java/com/iformall/mapper/SysGaodeCityMapper.java @@ -0,0 +1,12 @@ +package com.iformall.mapper; + +import java.util.*; +import com.iformall.common.CommonMapper; +import com.iformall.domain.po.SysGaodeCity; + +public interface SysGaodeCityMapper extends CommonMapper { + + List findList(SysGaodeCity sysGaodeCity); + + +} diff --git a/mallinkService/src/main/java/com/iformall/service/SysGaoDeService.java b/mallinkService/src/main/java/com/iformall/service/SysGaoDeService.java new file mode 100644 index 000000000..2d1b33244 --- /dev/null +++ b/mallinkService/src/main/java/com/iformall/service/SysGaoDeService.java @@ -0,0 +1,15 @@ +package com.iformall.service; + +import java.util.Map; + +public interface SysGaoDeService { + + /** + * 根据实体查询列表 + * + * @param record + * @return + */ + Map getAllCityLabelMap(); + +} diff --git a/mallinkService/src/main/java/com/iformall/service/WxCouponService.java b/mallinkService/src/main/java/com/iformall/service/WxCouponService.java index 52e13fdd2..95c461461 100644 --- a/mallinkService/src/main/java/com/iformall/service/WxCouponService.java +++ b/mallinkService/src/main/java/com/iformall/service/WxCouponService.java @@ -277,7 +277,7 @@ public interface WxCouponService { Map getCouponMap(List couponIds, TenantEntity tenantEntity); - Map> getCouponMerchantList(TenantEntity tenantInfo, Long couponId); + Map> getCouponMerchantList(TenantEntity tenantInfo, Long couponId,String city); /** * 作废卷 diff --git a/mallinkService/src/main/java/com/iformall/service/WxMerchantService.java b/mallinkService/src/main/java/com/iformall/service/WxMerchantService.java index 70b2a5613..3b98164ab 100644 --- a/mallinkService/src/main/java/com/iformall/service/WxMerchantService.java +++ b/mallinkService/src/main/java/com/iformall/service/WxMerchantService.java @@ -175,7 +175,7 @@ public interface WxMerchantService { PageInfo listVoAsPage(WxMerchant wxMerchant, Integer pageNum, Integer pageSize,boolean hasRentContractInfo); - List findMerchantVoList(Long couponId,TenantEntity tenantEntity,boolean hasShop); + List findMerchantVoList(Long couponId,String city,TenantEntity tenantEntity,boolean hasShop); Map> findCouponMerchantVoList(List couponIds,TenantEntity tenantEntity,boolean hasShop); Map getLiveCouponMerchantMap(List couponIds,TenantEntity tenantEntity); diff --git a/mallinkService/src/main/java/com/iformall/service/impl/SysGaoDeServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/SysGaoDeServiceImpl.java new file mode 100644 index 000000000..c168c2e94 --- /dev/null +++ b/mallinkService/src/main/java/com/iformall/service/impl/SysGaoDeServiceImpl.java @@ -0,0 +1,45 @@ +package com.iformall.service.impl; + +import java.util.*; +import com.iformall.domain.po.SysGaodeCity; +import com.iformall.domain.po.base.TenantEntity; +import com.iformall.enums.EnumDelStatus; +import com.iformall.enums.EnumYesOrNo; +import com.iformall.mapper.SysGaodeCityMapper; +import com.iformall.service.SysGaoDeService; +import com.iformall.utils.RedisCacheUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.beans.factory.annotation.Qualifier; +import org.springframework.data.redis.core.RedisTemplate; +import org.springframework.stereotype.Service; + +@Service +public class SysGaoDeServiceImpl implements SysGaoDeService { + + @Autowired + SysGaodeCityMapper sysGaodeCityMapper; + @Autowired + @Qualifier("objectCommonRedisTemplate") + RedisTemplate baseRedisTemplate; + + @Override + public Map getAllCityLabelMap() { + String key = "sysGaodeCityMap"; + Map cacheMap = RedisCacheUtils.getCacheMap(baseRedisTemplate, key); + if (null == cacheMap) { + SysGaodeCity sgc = new SysGaodeCity(); + sgc.setIsHide(EnumYesOrNo.NO.getCode()); + sgc.setStatus(EnumDelStatus.NOT_DEL.getCode()); + List sgcList = sysGaodeCityMapper.findList(sgc); + if (null != sgcList && sgcList.size() > 0 ) { + cacheMap = new HashMap(); + for (int i = 0 ; i < sgcList.size(); i++) { + SysGaodeCity _sgc = sgcList.get(i); + cacheMap.put(_sgc.getName(), _sgc.getLabel()); + } + RedisCacheUtils.cache(baseRedisTemplate, key, cacheMap, 3600*24*3); + } + } + return cacheMap; + } +} diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java index 3ce757046..8399dfe32 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java @@ -399,7 +399,7 @@ public class WxCouponServiceImpl implements WxCouponService { if (null != couponMallList && couponMallList.size()> 0 ) { for (WxCouponMall cm:couponMallList) { WxMall mall = wxMallMapper.getByTenantId(cm.getMallTenantId()); - List couponMerchantList = getCouponMerchantList(couponId, mall); + List couponMerchantList = getCouponMerchantList(couponId,null, mall); if(couponMerchantList != null && couponMerchantList.size() > 0){ merchantVoList.addAll(couponMerchantList); } @@ -408,10 +408,10 @@ public class WxCouponServiceImpl implements WxCouponService { return merchantVoList; //子广场查券 只查询自己广场的门店 }else{ - return getCouponMerchantList(couponId,mallTenant); + return getCouponMerchantList(couponId,null,mallTenant); } }else{ - return getCouponMerchantList(couponId,couponTenant); + return getCouponMerchantList(couponId,null,couponTenant); } } @@ -1757,7 +1757,7 @@ public class WxCouponServiceImpl implements WxCouponService { } @Override - public Map> getCouponMerchantList(TenantEntity tenantInfo, Long couponId) { + public Map> getCouponMerchantList(TenantEntity tenantInfo, Long couponId,String city) { WxCoupon wxCoupon = wxCouponMapper.selectById(couponId,tenantInfo.getTenantId()); if (EnumCouponType.isParentCoupon(wxCoupon.getType())){ WxCouponMall couponMall = new WxCouponMall(); @@ -1770,7 +1770,11 @@ public class WxCouponServiceImpl implements WxCouponService { for (int i = 0 ; i < couponMallList.size();i++) { WxCouponMall cm = couponMallList.get(i); WxMall mall = wxMallMapper.getByTenantId(cm.getMallTenantId()); - mallMerchantMap.put(mall.getTenantId()+"|"+mall.getName(), getCouponMerchantList(couponId,mall)); + if (StringUtils.isBlank(city)) { + mallMerchantMap.put(mall.getTenantId()+"|"+mall.getName(), getCouponMerchantList(couponId,null,mall)); + }else { + mallMerchantMap.put(mall.getTenantId()+"|"+mall.getName() + "|" +city, getCouponMerchantList(couponId,city,mall)); + } } return mallMerchantMap; } @@ -1778,17 +1782,18 @@ public class WxCouponServiceImpl implements WxCouponService { }else { Map> mallMerchantMap = new HashMap>(); WxMall mall = wxMallMapper.getByTenantId(tenantInfo.getTenantId()); - mallMerchantMap.put(mall.getTenantId()+"|"+mall.getName(), getCouponMerchantList(couponId,mall)); + if (StringUtils.isBlank(city)) { + mallMerchantMap.put(mall.getTenantId()+"|"+mall.getName(), getCouponMerchantList(couponId,null,mall)); + }else { + mallMerchantMap.put(mall.getTenantId()+"|"+mall.getName()+ "|" + city, getCouponMerchantList(couponId,city,mall)); + } return mallMerchantMap; } } - private List getCouponMerchantList(Long couponId,TenantEntity mallTenantEntity) { - List couponIdList = new ArrayList(); - couponIdList.add(couponId); - Map> couponMerchantVoMap = wxMerchantService.findCouponMerchantVoList(couponIdList, mallTenantEntity,true); + private List getCouponMerchantList(Long couponId,String city,TenantEntity mallTenantEntity) { + List merchantList = wxMerchantService.findMerchantVoList(couponId,city, mallTenantEntity,true); - List merchantList = couponMerchantVoMap.get(couponId); if (merchantList != null) { merchantList = merchantList.stream().sorted(Comparator.comparing(m -> m.getTtPoi(), Comparator.nullsLast(String::compareTo))).collect(toList()); diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java index e4ba1a36e..f4988e6c7 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java @@ -509,7 +509,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { couponIds.stream().filter(cid -> !isCouponMerchantValid(cid,wxCouponMerchant)).forEach(cid -> { wxCouponService.disable(wxMerchant,cid, null); - CouponCacheUtils.removeCouponMerchantCache(redisTemplate, cid); + CouponCacheUtils.removeCouponMerchantCache(redisTemplate, cid,null); }); } } @@ -1519,14 +1519,20 @@ public class WxMerchantServiceImpl implements WxMerchantService { @Override public Map> findCouponMerchantVoList(List couponIds,TenantEntity mallTenantEntity,boolean hasShop) { + return findCouponMerchantVoList(couponIds, mallTenantEntity, null, hasShop); + } + + private Map> findCouponMerchantVoList(List couponIds,TenantEntity mallTenantEntity,TtMerchantPoi poiQ,boolean hasShop) { Map> retMap = new HashMap>(); if (null == couponIds || couponIds.size() <= 0) { return retMap; } List merchantIds = wxCouponMerchantMapper.findMerchantByProductIds(mallTenantEntity.getTenantId(), couponIds); if(null != merchantIds && merchantIds.size() > 0 ) { - TtMerchantPoi poiQ = new TtMerchantPoi(); - poiQ.updateTenantInfo(mallTenantEntity); + if (null == poiQ) { + poiQ = new TtMerchantPoi(); + } + poiQ.updateTenantInfo(mallTenantEntity); poiQ.setIds(merchantIds); List poiList = ttMerchantPoiMapper.findList(poiQ); Map poiMap = new HashMap(); @@ -1633,10 +1639,12 @@ public class WxMerchantServiceImpl implements WxMerchantService { } @Override - public List findMerchantVoList(Long couponId,TenantEntity tenantEntity,boolean hasShop) { + public List findMerchantVoList(Long couponId,String city,TenantEntity tenantEntity,boolean hasShop) { List couponIds = new ArrayList(); couponIds.add(couponId); - Map> couponMerchantVoList = findCouponMerchantVoList(couponIds,tenantEntity,hasShop); + TtMerchantPoi poiQ = new TtMerchantPoi(); + poiQ.setCity(city); + Map> couponMerchantVoList = findCouponMerchantVoList(couponIds,tenantEntity,poiQ,hasShop); if (null != couponMerchantVoList) { return couponMerchantVoList.get(couponId); } diff --git a/mallinkService/src/main/java/com/iformall/service/util/CouponCacheUtils.java b/mallinkService/src/main/java/com/iformall/service/util/CouponCacheUtils.java index e6ba36849..844b5e44f 100644 --- a/mallinkService/src/main/java/com/iformall/service/util/CouponCacheUtils.java +++ b/mallinkService/src/main/java/com/iformall/service/util/CouponCacheUtils.java @@ -61,21 +61,57 @@ public class CouponCacheUtils { return RedisCacheUtils.getCacheObject(template, key,WxCoupon.class); } - public static void removeCouponMerchantCache(RedisTemplate template,Long couponId) { + public static void removeCouponMerchantCache(RedisTemplate template,Long couponId,String city) { String key = "couponMerchantNew:"+couponId; + if (StringUtils.isNotBlank(city)) { + key = key + ":"+city; + } RedisCacheUtils.removeCache(template, key); + if (StringUtils.isBlank(city)) { + //删除下面所有的cityKey + RedisCacheUtils.removeCachePrefix(template, key+":"); + //删除labelMap + removeCouponMerchantLableMapCache(template,couponId); + } } - public static void setCouponMerchantCache(RedisTemplate template,Long couponId,Map> merchantList) { + public static void setCouponMerchantCache(RedisTemplate template,Long couponId,String city,Map> merchantList) { String key = "couponMerchantNew:"+couponId; + if (StringUtils.isNotBlank(city)) { + key = key + ":"+city; + } RedisCacheUtils.cache(template, key, merchantList, 24*3600); + if (StringUtils.isBlank(city)) { + //删除下面所有的cityKey + RedisCacheUtils.removeCachePrefix(template, key+":"); + //删除labelMap + removeCouponMerchantLableMapCache(template,couponId); + } } - public static Map> getCouponMerchantCache(RedisTemplate template,Long couponId) { + public static Map> getCouponMerchantCache(RedisTemplate template,Long couponId,String city) { String key = "couponMerchantNew:"+couponId; + if (StringUtils.isNotBlank(city)) { + key = key + ":"+city; + } return (Map>) RedisCacheUtils.getCacheMap(template, key); } + public static void removeCouponMerchantLableMapCache(RedisTemplate template,Long couponId) { + String key = "couponMerchantNewLableMap:"+couponId; + RedisCacheUtils.removeCache(template, key); + } + + public static void setCouponMerchantLableMapCache(RedisTemplate template,Long couponId,Map> labeCityList) { + String key = "couponMerchantNewLableMap:"+couponId; + RedisCacheUtils.cache(template, key, labeCityList, 24*3600); + } + + public static Map> getCouponMerchantLableMapCache(RedisTemplate template,Long couponId) { + String key = "couponMerchantNewLableMap:"+couponId; + return (Map>) RedisCacheUtils.getCacheMap(template, key); + } + public static void removeDouyinLivePageCache(RedisTemplate template,String tenantId,Integer targetAd,Integer bussiness) { String key = EnumCacheKey.DOUYIN_LIVE_PAGE_LIST.getMessage()+ tenantId+"_"; if (null != targetAd) { diff --git a/mallinkService/src/main/resources/mapper/SysGaodeCityMapper.xml b/mallinkService/src/main/resources/mapper/SysGaodeCityMapper.xml new file mode 100644 index 000000000..f2015b5c9 --- /dev/null +++ b/mallinkService/src/main/resources/mapper/SysGaodeCityMapper.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + `id`,`name`,`label`,`create_date`,`update_date`,`is_hide`,`status` + + + + where 1 = 1 + + and `id` = #{id} + + + and `name` = #{name} + + + and `is_hide` = #{isHide} + + + and `status` = #{status} + + + and id in + + #{idItem} + + + order by ${sortColumns} + + + + + diff --git a/mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml b/mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml index 1014e3183..442ffb214 100644 --- a/mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml +++ b/mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml @@ -83,6 +83,10 @@ and `poi_name` like concat('%', #{poiName},'%') + + + and `city` = #{city} + and `merchant_name` like concat('%', #{merchantName},'%')