您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

9982 行
1.0 MiB

  1. -- --------------------------------------------------------
  2. -- 主机: rm-2ze31oib7twjq5vj5o.mysql.rds.aliyuncs.com
  3. -- 服务器版本: 5.6.16-log - Source distribution
  4. -- 服务器操作系统: Linux
  5. -- HeidiSQL 版本: 9.5.0.5196
  6. -- --------------------------------------------------------
  7. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  8. /*!40101 SET NAMES utf8 */;
  9. /*!50503 SET NAMES utf8mb4 */;
  10. /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
  11. /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
  12. -- 导出 表 shenyangshitang.city_region_dictionary 结构
  13. CREATE TABLE IF NOT EXISTS `city_region_dictionary` (
  14. `transaction_id` int(11) NOT NULL AUTO_INCREMENT,
  15. `region_number` int(11) NOT NULL DEFAULT '0' COMMENT '区域流水编号',
  16. `parent_number` int(11) NOT NULL DEFAULT '0' COMMENT '区域父级代码',
  17. `parent_numbers` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '区域所有父级使用分号分隔',
  18. `region_name` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '区域名称',
  19. `short_name` char(1) CHARACTER SET utf8 NOT NULL DEFAULT '' COMMENT '省简称',
  20. `level` tinyint(4) NOT NULL DEFAULT '0' COMMENT '级别',
  21. `whole_spell_name` varchar(80) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '全拼音名称',
  22. `short_spell_name` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '简拼名称',
  23. `prority` int(11) NOT NULL DEFAULT '0' COMMENT '优先顺序',
  24. `is_enable` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否启用@0禁用@1启用',
  25. `is_hot` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否是热门城市',
  26. `is_city_station` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否为城市站(只能标识市级数据)@0不是@1是',
  27. `city_station_name` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '城市站名称',
  28. `enable_city_station` tinyint(4) NOT NULL DEFAULT '0' COMMENT '城市站状态@0待上线@1上线',
  29. `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT '创建时间',
  30. `created_by` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  31. `updated_by` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  32. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  33. PRIMARY KEY (`transaction_id`)
  34. ) ENGINE=InnoDB AUTO_INCREMENT=13063 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='城市区域管理';
  35. -- 正在导出表 shenyangshitang.city_region_dictionary 的数据:~3,510 rows (大约)
  36. /*!40000 ALTER TABLE `city_region_dictionary` DISABLE KEYS */;
  37. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  38. (9349, 110000, 0, '', '北京市', '京', 1, 'beijingshi', 'bjs', 0, 0, 0, 1, '北京', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  39. (9350, 120000, 0, '', '天津市', '津', 1, 'tianjinshi', 'tjs', 0, 0, 0, 1, '上海', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  40. (9351, 130000, 0, '', '河北省', '冀', 1, 'hebeisheng', 'hbs', 0, 0, 0, 1, '河北', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42');
  41. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  42. (9352, 140000, 0, '', '山西省', '晋', 1, 'shanxisheng', 'sxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  43. (9353, 150000, 0, '', '内蒙古自治区', '蒙', 1, 'neimengguzizhiqu', 'nmgzzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  44. (9354, 210000, 0, '', '辽宁省', '辽', 1, 'liaoningsheng', 'lns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42');
  45. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  46. (9355, 220000, 0, '', '吉林省', '吉', 1, 'jilinsheng', 'jls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  47. (9356, 230000, 0, '', '黑龙江省', '黑', 1, 'heilongjiangsheng', 'hljs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  48. (9357, 310000, 0, '', '上海市', '沪', 1, 'shanghaishi', 'shs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42');
  49. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  50. (9358, 320000, 0, '', '江苏省', '苏', 1, 'jiangsusheng', 'jss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  51. (9359, 330000, 0, '', '浙江省', '浙', 1, 'zhejiangsheng', 'zjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  52. (9360, 340000, 0, '', '安徽省', '皖', 1, 'anhuisheng', 'ahs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42');
  53. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  54. (9361, 350000, 0, '', '福建省', '闽', 1, 'fujiansheng', 'fjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  55. (9362, 360000, 0, '', '江西省', '赣', 1, 'jiangxisheng', 'jxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  56. (9363, 370000, 0, '', '山东省', '鲁', 1, 'shandongsheng', 'sds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42');
  57. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  58. (9364, 410000, 0, '', '河南省', '豫', 1, 'henansheng', 'hns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  59. (9365, 420000, 0, '', '湖北省', '鄂', 1, 'hubeisheng', 'hbs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  60. (9366, 430000, 0, '', '湖南省', '湘', 1, 'hunansheng', 'hns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42');
  61. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  62. (9367, 440000, 0, '', '广东省', '粤', 1, 'guangdongsheng', 'gds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  63. (9368, 450000, 0, '', '广西壮族自治区', '桂', 1, 'guangxizhuangzuzizhiqu', 'gxzzzzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  64. (9369, 460000, 0, '', '海南省', '琼', 1, 'hainansheng', 'hns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42');
  65. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  66. (9370, 500000, 0, '', '重庆市', '渝', 1, 'chongqingshi', 'cqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  67. (9371, 510000, 0, '', '四川省', '川', 1, 'sichuansheng', 'scs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  68. (9372, 520000, 0, '', '贵州省', '贵', 1, 'guizhousheng', 'gzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42');
  69. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  70. (9373, 530000, 0, '', '云南省', '云', 1, 'yunnansheng', 'yns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  71. (9374, 540000, 0, '', '西藏自治区', '藏', 1, 'xizangzizhiqu', 'xzzzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  72. (9375, 610000, 0, '', '陕西省', '陕', 1, 'shanxisheng', 'sxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42');
  73. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  74. (9376, 620000, 0, '', '甘肃省', '甘', 1, 'gansusheng', 'gss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  75. (9377, 630000, 0, '', '青海省', '青', 1, 'qinghaisheng', 'qhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  76. (9378, 640000, 0, '', '宁夏回族自治区', '宁', 1, 'ningxiahuizuzizhiqu', 'nxhzzzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42');
  77. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  78. (9379, 650000, 0, '', '新疆维吾尔自治区', '新', 1, 'xinjiangweiwuerzizhiqu', 'xjwwezzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  79. (9380, 710000, 0, '', '台湾', '台', 1, 'taiwan', 'tw', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  80. (9381, 810000, 0, '', '香港', '港', 1, 'xianggang', 'xg', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42');
  81. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  82. (9382, 820000, 0, '', '澳门', '澳', 1, 'aomen', 'am', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:42', 'system', 'system', '2016-12-07 18:05:42'),
  83. (9412, 110100, 110000, '', '北京市', '', 2, 'beijingshi', 'bjs', 0, 0, 0, 1, '北京', 0, '2017-01-20 14:31:36', 'system', 'system', '2017-01-22 13:42:08'),
  84. (9413, 110200, 110000, '', '北京县', '', 2, 'beijingxian', 'bjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  85. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  86. (9414, 120100, 120000, '', '天津市', '', 2, 'tianjinshi', 'tjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  87. (9415, 130100, 130000, '', '石家庄市', '', 2, 'shijiazhuangshi', 'sjzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  88. (9416, 130200, 130000, '', '唐山市', '', 2, 'tangshanshi', 'tss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  89. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  90. (9417, 130300, 130000, '', '秦皇岛市', '', 2, 'qinhuangdaoshi', 'qhds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  91. (9418, 130400, 130000, '', '邯郸市', '', 2, 'handanshi', 'hds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  92. (9419, 130500, 130000, '', '邢台市', '', 2, 'xingtaishi', 'xts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  93. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  94. (9420, 130600, 130000, '', '保定市', '', 2, 'baodingshi', 'bds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  95. (9421, 130700, 130000, '', '张家口市', '', 2, 'zhangjiakoushi', 'zjks', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  96. (9422, 130800, 130000, '', '承德市', '', 2, 'chengdeshi', 'cds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  97. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  98. (9423, 130900, 130000, '', '沧州市', '', 2, 'cangzhoushi', 'czs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  99. (9424, 131000, 130000, '', '廊坊市', '', 2, 'langfangshi', 'lfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  100. (9425, 131100, 130000, '', '衡水市', '', 2, 'hengshuishi', 'hss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  101. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  102. (9426, 140100, 140000, '', '太原市', '', 2, 'taiyuanshi', 'tys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  103. (9427, 140200, 140000, '', '大同市', '', 2, 'datongshi', 'dts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  104. (9428, 140300, 140000, '', '阳泉市', '', 2, 'yangquanshi', 'yqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  105. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  106. (9429, 140400, 140000, '', '长治市', '', 2, 'zhangzhishi', 'zzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  107. (9430, 140500, 140000, '', '晋城市', '', 2, 'jinchengshi', 'jcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  108. (9431, 140600, 140000, '', '朔州市', '', 2, 'shuozhoushi', 'szs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  109. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  110. (9432, 140700, 140000, '', '晋中市', '', 2, 'jinzhongshi', 'jzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  111. (9433, 140800, 140000, '', '运城市', '', 2, 'yunchengshi', 'ycs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  112. (9434, 140900, 140000, '', '忻州市', '', 2, 'xinzhoushi', 'xzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  113. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  114. (9435, 141000, 140000, '', '临汾市', '', 2, 'linfenshi', 'lfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  115. (9436, 141100, 140000, '', '吕梁市', '', 2, 'lu:liangshi', 'lls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  116. (9437, 150100, 150000, '', '呼和浩特市', '', 2, 'huhehaoteshi', 'hhhts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  117. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  118. (9438, 150200, 150000, '', '包头市', '', 2, 'baotoushi', 'bts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  119. (9439, 150300, 150000, '', '乌海市', '', 2, 'wuhaishi', 'whs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  120. (9440, 150400, 150000, '', '赤峰市', '', 2, 'chifengshi', 'cfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  121. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  122. (9441, 150500, 150000, '', '通辽市', '', 2, 'tongliaoshi', 'tls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  123. (9442, 150600, 150000, '', '鄂尔多斯市', '', 2, 'eerduosishi', 'eedss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  124. (9443, 150700, 150000, '', '呼伦贝尔市', '', 2, 'hulunbeiershi', 'hlbes', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  125. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  126. (9444, 150800, 150000, '', '巴彦淖尔市', '', 2, 'bayannaoershi', 'bynes', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  127. (9445, 150900, 150000, '', '乌兰察布市', '', 2, 'wulanchabushi', 'wlcbs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  128. (9446, 152200, 150000, '', '兴安盟', '', 2, 'xinganmeng', 'xam', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  129. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  130. (9447, 152500, 150000, '', '锡林郭勒盟', '', 2, 'xilinguolemeng', 'xlglm', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  131. (9448, 152900, 150000, '', '阿拉善盟', '', 2, 'alashanmeng', 'alsm', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  132. (9449, 210100, 210000, '', '沈阳市', '', 2, 'shenyangshi', 'sys', 0, 0, 0, 1, '11', 0, '2017-01-23 08:50:49', 'system', 'system', '2016-12-07 18:05:45');
  133. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  134. (9450, 210200, 210000, '', '大连市', '', 2, 'dalianshi', 'dls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  135. (9451, 210300, 210000, '', '鞍山市', '', 2, 'anshanshi', 'ass', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  136. (9452, 210400, 210000, '', '抚顺市', '', 2, 'fushunshi', 'fss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  137. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  138. (9453, 210500, 210000, '', '本溪市', '', 2, 'benxishi', 'bxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  139. (9454, 210600, 210000, '', '丹东市', '', 2, 'dandongshi', 'dds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  140. (9455, 210700, 210000, '', '锦州市', '', 2, 'jinzhoushi', 'jzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  141. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  142. (9456, 210800, 210000, '', '营口市', '', 2, 'yingkoushi', 'yks', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  143. (9457, 210900, 210000, '', '阜新市', '', 2, 'fuxinshi', 'fxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  144. (9458, 211000, 210000, '', '辽阳市', '', 2, 'liaoyangshi', 'lys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  145. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  146. (9459, 211100, 210000, '', '盘锦市', '', 2, 'panjinshi', 'pjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  147. (9460, 211200, 210000, '', '铁岭市', '', 2, 'tielingshi', 'tls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  148. (9461, 211300, 210000, '', '朝阳市', '', 2, 'chaoyangshi', 'cys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  149. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  150. (9462, 211400, 210000, '', '葫芦岛市', '', 2, 'huludaoshi', 'hlds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  151. (9463, 220100, 220000, '', '长春市', '', 2, 'changchunshi', 'ccs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  152. (9464, 220200, 220000, '', '吉林市', '', 2, 'jilinshi', 'jls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  153. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  154. (9465, 220300, 220000, '', '四平市', '', 2, 'sipingshi', 'sps', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  155. (9466, 220400, 220000, '', '辽源市', '', 2, 'liaoyuanshi', 'lys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  156. (9467, 220500, 220000, '', '通化市', '', 2, 'tonghuashi', 'ths', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  157. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  158. (9468, 220600, 220000, '', '白山市', '', 2, 'baishanshi', 'bss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  159. (9469, 220700, 220000, '', '松原市', '', 2, 'songyuanshi', 'sys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  160. (9470, 220800, 220000, '', '白城市', '', 2, 'baichengshi', 'bcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  161. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  162. (9471, 222400, 220000, '', '延边朝鲜族自治州', '', 2, 'yanbianchaoxianzuzizhizhou', 'ybcxzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  163. (9472, 230100, 230000, '', '哈尔滨市', '', 2, 'haerbinshi', 'hebs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  164. (9473, 230200, 230000, '', '齐齐哈尔市', '', 2, 'qiqihaershi', 'qqhes', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  165. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  166. (9474, 230300, 230000, '', '鸡西市', '', 2, 'jixishi', 'jxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  167. (9475, 230400, 230000, '', '鹤岗市', '', 2, 'hegangshi', 'hgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  168. (9476, 230500, 230000, '', '双鸭山市', '', 2, 'shuangyashanshi', 'syss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  169. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  170. (9477, 230600, 230000, '', '大庆市', '', 2, 'daqingshi', 'dqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  171. (9478, 230700, 230000, '', '伊春市', '', 2, 'yichunshi', 'ycs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  172. (9479, 230800, 230000, '', '佳木斯市', '', 2, 'jiamusishi', 'jmss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  173. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  174. (9480, 230900, 230000, '', '七台河市', '', 2, 'qitaiheshi', 'qths', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  175. (9481, 231000, 230000, '', '牡丹江市', '', 2, 'mudanjiangshi', 'mdjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  176. (9482, 231100, 230000, '', '黑河市', '', 2, 'heiheshi', 'hhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  177. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  178. (9483, 231200, 230000, '', '绥化市', '', 2, 'suihuashi', 'shs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  179. (9484, 232700, 230000, '', '大兴安岭地区', '', 2, 'daxinganlingdiqu', 'dxaldq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  180. (9485, 310100, 310000, '', '上海市', '', 2, 'shanghaishi', 'shs', 0, 0, 0, 1, '上海', 1, '2017-02-16 16:52:33', 'system', 'system', '2017-02-17 16:34:28');
  181. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  182. (9486, 310200, 310000, '', '上海县', '', 2, 'shanghaixian', 'shx', 0, 0, 0, 1, '22222', 0, '2017-01-20 13:19:40', 'system', 'system', '2016-12-07 18:05:45'),
  183. (9487, 320100, 320000, '', '南京市', '', 2, 'nanjingshi', 'njs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  184. (9488, 320200, 320000, '', '无锡市', '', 2, 'wuxishi', 'wxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  185. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  186. (9489, 320300, 320000, '', '徐州市', '', 2, 'xuzhoushi', 'xzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  187. (9490, 320400, 320000, '', '常州市', '', 2, 'changzhoushi', 'czs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  188. (9491, 320500, 320000, '', '苏州市', '', 2, 'suzhoushi', 'szs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  189. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  190. (9492, 320600, 320000, '', '南通市', '', 2, 'nantongshi', 'nts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  191. (9493, 320700, 320000, '', '连云港市', '', 2, 'lianyungangshi', 'lygs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  192. (9494, 320800, 320000, '', '淮安市', '', 2, 'huaianshi', 'has', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  193. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  194. (9495, 320900, 320000, '', '盐城市', '', 2, 'yanchengshi', 'ycs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  195. (9496, 321000, 320000, '', '扬州市', '', 2, 'yangzhoushi', 'yzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  196. (9497, 321100, 320000, '', '镇江市', '', 2, 'zhenjiangshi', 'zjs', 0, 0, 0, 1, '镇江', 0, '2017-01-23 11:17:08', 'system', 'system', '2016-12-07 18:05:45');
  197. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  198. (9498, 321200, 320000, '', '泰州市', '', 2, 'taizhoushi', 'tzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  199. (9499, 321300, 320000, '', '宿迁市', '', 2, 'suqianshi', 'sqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  200. (9500, 330100, 330000, '', '杭州市', '', 2, 'hangzhoushi', 'hzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  201. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  202. (9501, 330200, 330000, '', '宁波市', '', 2, 'ningboshi', 'nbs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  203. (9502, 330300, 330000, '', '温州市', '', 2, 'wenzhoushi', 'wzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  204. (9503, 330400, 330000, '', '嘉兴市', '', 2, 'jiaxingshi', 'jxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  205. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  206. (9504, 330500, 330000, '', '湖州市', '', 2, 'huzhoushi', 'hzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  207. (9505, 330600, 330000, '', '绍兴市', '', 2, 'shaoxingshi', 'sxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  208. (9506, 330700, 330000, '', '金华市', '', 2, 'jinhuashi', 'jhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  209. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  210. (9507, 330800, 330000, '', '衢州市', '', 2, 'quzhoushi', 'qzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  211. (9508, 330900, 330000, '', '舟山市', '', 2, 'zhoushanshi', 'zss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  212. (9509, 331000, 330000, '', '台州市', '', 2, 'taizhoushi', 'tzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  213. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  214. (9510, 331100, 330000, '', '丽水市', '', 2, 'lishuishi', 'lss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  215. (9511, 340100, 340000, '', '合肥市', '', 2, 'hefeishi', 'hfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  216. (9512, 340200, 340000, '', '芜湖市', '', 2, 'wuhushi', 'whs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  217. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  218. (9513, 340300, 340000, '', '蚌埠市', '', 2, 'bangbushi', 'bbs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  219. (9514, 340400, 340000, '', '淮南市', '', 2, 'huainanshi', 'hns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  220. (9515, 340500, 340000, '', '马鞍山市', '', 2, 'maanshanshi', 'mass', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  221. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  222. (9516, 340600, 340000, '', '淮北市', '', 2, 'huaibeishi', 'hbs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  223. (9517, 340700, 340000, '', '铜陵市', '', 2, 'tonglingshi', 'tls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  224. (9518, 340800, 340000, '', '安庆市', '', 2, 'anqingshi', 'aqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  225. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  226. (9519, 341000, 340000, '', '黄山市', '', 2, 'huangshanshi', 'hss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  227. (9520, 341100, 340000, '', '滁州市', '', 2, 'chuzhoushi', 'czs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  228. (9521, 341200, 340000, '', '阜阳市', '', 2, 'fuyangshi', 'fys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  229. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  230. (9522, 341300, 340000, '', '宿州市', '', 2, 'suzhoushi', 'szs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  231. (9523, 341500, 340000, '', '六安市', '', 2, 'liuanshi', 'las', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  232. (9524, 341600, 340000, '', '亳州市', '', 2, 'bozhoushi', 'bzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  233. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  234. (9525, 341700, 340000, '', '池州市', '', 2, 'chizhoushi', 'czs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  235. (9526, 341800, 340000, '', '宣城市', '', 2, 'xuanchengshi', 'xcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  236. (9527, 350100, 350000, '', '福州市', '', 2, 'fuzhoushi', 'fzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  237. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  238. (9528, 350200, 350000, '', '厦门市', '', 2, 'xiamenshi', 'xms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  239. (9529, 350300, 350000, '', '莆田市', '', 2, 'putianshi', 'pts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  240. (9530, 350400, 350000, '', '三明市', '', 2, 'sanmingshi', 'sms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  241. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  242. (9531, 350500, 350000, '', '泉州市', '', 2, 'quanzhoushi', 'qzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  243. (9532, 350600, 350000, '', '漳州市', '', 2, 'zhangzhoushi', 'zzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  244. (9533, 350700, 350000, '', '南平市', '', 2, 'nanpingshi', 'nps', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  245. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  246. (9534, 350800, 350000, '', '龙岩市', '', 2, 'longyanshi', 'lys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  247. (9535, 350900, 350000, '', '宁德市', '', 2, 'ningdeshi', 'nds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  248. (9536, 360100, 360000, '', '南昌市', '', 2, 'nanchangshi', 'ncs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  249. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  250. (9537, 360200, 360000, '', '景德镇市', '', 2, 'jingdezhenshi', 'jdzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  251. (9538, 360300, 360000, '', '萍乡市', '', 2, 'pingxiangshi', 'pxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  252. (9539, 360400, 360000, '', '九江市', '', 2, 'jiujiangshi', 'jjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  253. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  254. (9540, 360500, 360000, '', '新余市', '', 2, 'xinyushi', 'xys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  255. (9541, 360600, 360000, '', '鹰潭市', '', 2, 'yingtanshi', 'yts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  256. (9542, 360700, 360000, '', '赣州市', '', 2, 'ganzhoushi', 'gzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  257. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  258. (9543, 360800, 360000, '', '吉安市', '', 2, 'jianshi', 'jas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  259. (9544, 360900, 360000, '', '宜春市', '', 2, 'yichunshi', 'ycs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  260. (9545, 361000, 360000, '', '抚州市', '', 2, 'fuzhoushi', 'fzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  261. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  262. (9546, 361100, 360000, '', '上饶市', '', 2, 'shangraoshi', 'srs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  263. (9547, 370100, 370000, '', '济南市', '', 2, 'jinanshi', 'jns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  264. (9548, 370200, 370000, '', '青岛市', '', 2, 'qingdaoshi', 'qds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  265. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  266. (9549, 370300, 370000, '', '淄博市', '', 2, 'ziboshi', 'zbs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  267. (9550, 370400, 370000, '', '枣庄市', '', 2, 'zaozhuangshi', 'zzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  268. (9551, 370500, 370000, '', '东营市', '', 2, 'dongyingshi', 'dys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  269. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  270. (9552, 370600, 370000, '', '烟台市', '', 2, 'yantaishi', 'yts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  271. (9553, 370700, 370000, '', '潍坊市', '', 2, 'weifangshi', 'wfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  272. (9554, 370800, 370000, '', '济宁市', '', 2, 'jiningshi', 'jns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  273. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  274. (9555, 370900, 370000, '', '泰安市', '', 2, 'taianshi', 'tas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  275. (9556, 371000, 370000, '', '威海市', '', 2, 'weihaishi', 'whs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  276. (9557, 371100, 370000, '', '日照市', '', 2, 'rizhaoshi', 'rzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  277. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  278. (9558, 371200, 370000, '', '莱芜市', '', 2, 'laiwushi', 'lws', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  279. (9559, 371300, 370000, '', '临沂市', '', 2, 'linyishi', 'lys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  280. (9560, 371400, 370000, '', '德州市', '', 2, 'dezhoushi', 'dzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  281. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  282. (9561, 371500, 370000, '', '聊城市', '', 2, 'liaochengshi', 'lcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  283. (9562, 371600, 370000, '', '滨州市', '', 2, 'binzhoushi', 'bzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  284. (9563, 371700, 370000, '', '菏泽市', '', 2, 'hezeshi', 'hzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  285. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  286. (9564, 410100, 410000, '', '郑州市', '', 2, 'zhengzhoushi', 'zzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  287. (9565, 410200, 410000, '', '开封市', '', 2, 'kaifengshi', 'kfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  288. (9566, 410300, 410000, '', '洛阳市', '', 2, 'luoyangshi', 'lys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  289. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  290. (9567, 410400, 410000, '', '平顶山市', '', 2, 'pingdingshanshi', 'pdss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  291. (9568, 410500, 410000, '', '安阳市', '', 2, 'anyangshi', 'ays', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  292. (9569, 410600, 410000, '', '鹤壁市', '', 2, 'hebishi', 'hbs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  293. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  294. (9570, 410700, 410000, '', '新乡市', '', 2, 'xinxiangshi', 'xxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  295. (9571, 410800, 410000, '', '焦作市', '', 2, 'jiaozuoshi', 'jzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  296. (9572, 410900, 410000, '', '濮阳市', '', 2, 'puyangshi', 'pys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  297. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  298. (9573, 411000, 410000, '', '许昌市', '', 2, 'xuchangshi', 'xcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  299. (9574, 411100, 410000, '', '漯河市', '', 2, 'luoheshi', 'lhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  300. (9575, 411200, 410000, '', '三门峡市', '', 2, 'sanmenxiashi', 'smxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  301. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  302. (9576, 411300, 410000, '', '南阳市', '', 2, 'nanyangshi', 'nys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  303. (9577, 411400, 410000, '', '商丘市', '', 2, 'shangqiushi', 'sqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  304. (9578, 411500, 410000, '', '信阳市', '', 2, 'xinyangshi', 'xys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  305. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  306. (9579, 411600, 410000, '', '周口市', '', 2, 'zhoukoushi', 'zks', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  307. (9580, 411700, 410000, '', '驻马店市', '', 2, 'zhumadianshi', 'zmds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  308. (9581, 419000, 410000, '', '省直辖县级行政区划', '', 2, 'shengzhixiaxianjixingzhengquhua', 'szxxjxzqh', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  309. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  310. (9582, 420100, 420000, '', '武汉市', '', 2, 'wuhanshi', 'whs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  311. (9583, 420200, 420000, '', '黄石市', '', 2, 'huangshishi', 'hss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  312. (9584, 420300, 420000, '', '十堰市', '', 2, 'shiyanshi', 'sys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  313. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  314. (9585, 420500, 420000, '', '宜昌市', '', 2, 'yichangshi', 'ycs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  315. (9586, 420600, 420000, '', '襄阳市', '', 2, 'xiangyangshi', 'xys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  316. (9587, 420700, 420000, '', '鄂州市', '', 2, 'ezhoushi', 'ezs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  317. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  318. (9588, 420800, 420000, '', '荆门市', '', 2, 'jingmenshi', 'jms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  319. (9589, 420900, 420000, '', '孝感市', '', 2, 'xiaoganshi', 'xgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  320. (9590, 421000, 420000, '', '荆州市', '', 2, 'jingzhoushi', 'jzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  321. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  322. (9591, 421100, 420000, '', '黄冈市', '', 2, 'huanggangshi', 'hgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  323. (9592, 421200, 420000, '', '咸宁市', '', 2, 'xianningshi', 'xns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  324. (9593, 421300, 420000, '', '随州市', '', 2, 'suizhoushi', 'szs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  325. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  326. (9594, 422800, 420000, '', '恩施土家族苗族自治州', '', 2, 'enshitujiazumiaozuzizhizhou', 'estjzmzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  327. (9595, 429000, 420000, '', '省直辖县级行政区划', '', 2, 'shengzhixiaxianjixingzhengquhua', 'szxxjxzqh', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  328. (9596, 430100, 430000, '', '长沙市', '', 2, 'changshashi', 'css', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  329. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  330. (9597, 430200, 430000, '', '株洲市', '', 2, 'zhuzhoushi', 'zzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  331. (9598, 430300, 430000, '', '湘潭市', '', 2, 'xiangtanshi', 'xts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  332. (9599, 430400, 430000, '', '衡阳市', '', 2, 'hengyangshi', 'hys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  333. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  334. (9600, 430500, 430000, '', '邵阳市', '', 2, 'shaoyangshi', 'sys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  335. (9601, 430600, 430000, '', '岳阳市', '', 2, 'yueyangshi', 'yys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  336. (9602, 430700, 430000, '', '常德市', '', 2, 'changdeshi', 'cds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  337. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  338. (9603, 430800, 430000, '', '张家界市', '', 2, 'zhangjiajieshi', 'zjjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  339. (9604, 430900, 430000, '', '益阳市', '', 2, 'yiyangshi', 'yys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  340. (9605, 431000, 430000, '', '郴州市', '', 2, 'chenzhoushi', 'czs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  341. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  342. (9606, 431100, 430000, '', '永州市', '', 2, 'yongzhoushi', 'yzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  343. (9607, 431200, 430000, '', '怀化市', '', 2, 'huaihuashi', 'hhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  344. (9608, 431300, 430000, '', '娄底市', '', 2, 'loudishi', 'lds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  345. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  346. (9609, 433100, 430000, '', '湘西土家族苗族自治州', '', 2, 'xiangxitujiazumiaozuzizhizhou', 'xxtjzmzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  347. (9610, 440100, 440000, '', '广州市', '', 2, 'guangzhoushi', 'gzs', 0, 0, 0, 1, '1233', 0, '2017-02-24 09:15:33', 'system', 'system', '2017-02-24 09:15:43'),
  348. (9611, 440200, 440000, '', '韶关市', '', 2, 'shaoguanshi', 'sgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  349. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  350. (9612, 440300, 440000, '', '深圳市', '', 2, 'shenzhenshi', 'szs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  351. (9613, 440400, 440000, '', '珠海市', '', 2, 'zhuhaishi', 'zhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  352. (9614, 440500, 440000, '', '汕头市', '', 2, 'shantoushi', 'sts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  353. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  354. (9615, 440600, 440000, '', '佛山市', '', 2, 'foshanshi', 'fss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  355. (9616, 440700, 440000, '', '江门市', '', 2, 'jiangmenshi', 'jms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  356. (9617, 440800, 440000, '', '湛江市', '', 2, 'zhanjiangshi', 'zjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  357. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  358. (9618, 440900, 440000, '', '茂名市', '', 2, 'maomingshi', 'mms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  359. (9619, 441200, 440000, '', '肇庆市', '', 2, 'zhaoqingshi', 'zqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  360. (9620, 441300, 440000, '', '惠州市', '', 2, 'huizhoushi', 'hzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  361. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  362. (9621, 441400, 440000, '', '梅州市', '', 2, 'meizhoushi', 'mzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  363. (9622, 441500, 440000, '', '汕尾市', '', 2, 'shanweishi', 'sws', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  364. (9623, 441600, 440000, '', '河源市', '', 2, 'heyuanshi', 'hys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  365. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  366. (9624, 441700, 440000, '', '阳江市', '', 2, 'yangjiangshi', 'yjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  367. (9625, 441800, 440000, '', '清远市', '', 2, 'qingyuanshi', 'qys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  368. (9626, 441900, 440000, '', '东莞市', '', 2, 'dongguanshi', 'dgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  369. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  370. (9627, 442000, 440000, '', '中山市', '', 2, 'zhongshanshi', 'zss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  371. (9628, 445100, 440000, '', '潮州市', '', 2, 'chaozhoushi', 'czs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  372. (9629, 445200, 440000, '', '揭阳市', '', 2, 'jieyangshi', 'jys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  373. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  374. (9630, 445300, 440000, '', '云浮市', '', 2, 'yunfushi', 'yfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  375. (9631, 450100, 450000, '', '南宁市', '', 2, 'nanningshi', 'nns', 0, 0, 0, 1, '的跟的', 0, '2017-01-22 16:51:49', 'system', 'system', '2016-12-07 18:05:45'),
  376. (9632, 450200, 450000, '', '柳州市', '', 2, 'liuzhoushi', 'lzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  377. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  378. (9633, 450300, 450000, '', '桂林市', '', 2, 'guilinshi', 'gls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  379. (9634, 450400, 450000, '', '梧州市', '', 2, 'wuzhoushi', 'wzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  380. (9635, 450500, 450000, '', '北海市', '', 2, 'beihaishi', 'bhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  381. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  382. (9636, 450600, 450000, '', '防城港市', '', 2, 'fangchenggangshi', 'fcgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  383. (9637, 450700, 450000, '', '钦州市', '', 2, 'qinzhoushi', 'qzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  384. (9638, 450800, 450000, '', '贵港市', '', 2, 'guigangshi', 'ggs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  385. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  386. (9639, 450900, 450000, '', '玉林市', '', 2, 'yulinshi', 'yls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  387. (9640, 451000, 450000, '', '百色市', '', 2, 'baiseshi', 'bss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  388. (9641, 451100, 450000, '', '贺州市', '', 2, 'hezhoushi', 'hzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  389. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  390. (9642, 451200, 450000, '', '河池市', '', 2, 'hechishi', 'hcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  391. (9643, 451300, 450000, '', '来宾市', '', 2, 'laibinshi', 'lbs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  392. (9644, 451400, 450000, '', '崇左市', '', 2, 'chongzuoshi', 'czs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  393. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  394. (9645, 460100, 460000, '', '海口市', '', 2, 'haikoushi', 'hks', 0, 0, 0, 1, '城市', 0, '2017-01-22 16:50:00', 'system', 'system', '2016-12-07 18:05:45'),
  395. (9646, 460200, 460000, '', '三亚市', '', 2, 'sanyashi', 'sys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  396. (9647, 460300, 460000, '', '三沙市', '', 2, 'sanshashi', 'sss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  397. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  398. (9648, 469000, 460000, '', '省直辖县级行政区划', '', 2, 'shengzhixiaxianjixingzhengquhua', 'szxxjxzqh', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  399. (9649, 500100, 500000, '', '重庆市', '', 2, 'chongqingshi', 'cqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  400. (9650, 500200, 500000, '', '重庆县', '', 2, 'zhongqingxian', 'zqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  401. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  402. (9651, 510100, 510000, '', '成都市', '', 2, 'chengdoushi', 'cds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  403. (9652, 510300, 510000, '', '自贡市', '', 2, 'zigongshi', 'zgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  404. (9653, 510400, 510000, '', '攀枝花市', '', 2, 'panzhihuashi', 'pzhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  405. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  406. (9654, 510500, 510000, '', '泸州市', '', 2, 'luzhoushi', 'lzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  407. (9655, 510600, 510000, '', '德阳市', '', 2, 'deyangshi', 'dys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  408. (9656, 510700, 510000, '', '绵阳市', '', 2, 'mianyangshi', 'mys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  409. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  410. (9657, 510800, 510000, '', '广元市', '', 2, 'guangyuanshi', 'gys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  411. (9658, 510900, 510000, '', '遂宁市', '', 2, 'suiningshi', 'sns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  412. (9659, 511000, 510000, '', '内江市', '', 2, 'neijiangshi', 'njs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  413. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  414. (9660, 511100, 510000, '', '乐山市', '', 2, 'leshanshi', 'lss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  415. (9661, 511300, 510000, '', '南充市', '', 2, 'nanchongshi', 'ncs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  416. (9662, 511400, 510000, '', '眉山市', '', 2, 'meishanshi', 'mss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  417. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  418. (9663, 511500, 510000, '', '宜宾市', '', 2, 'yibinshi', 'ybs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  419. (9664, 511600, 510000, '', '广安市', '', 2, 'guanganshi', 'gas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  420. (9665, 511700, 510000, '', '达州市', '', 2, 'dazhoushi', 'dzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  421. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  422. (9666, 511800, 510000, '', '雅安市', '', 2, 'yaanshi', 'yas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  423. (9667, 511900, 510000, '', '巴中市', '', 2, 'bazhongshi', 'bzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  424. (9668, 512000, 510000, '', '资阳市', '', 2, 'ziyangshi', 'zys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  425. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  426. (9669, 513200, 510000, '', '阿坝藏族羌族自治州', '', 2, 'abazangzuqiangzuzizhizhou', 'abzzqzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  427. (9670, 513300, 510000, '', '甘孜藏族自治州', '', 2, 'ganzizangzuzizhizhou', 'gzzzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  428. (9671, 513400, 510000, '', '凉山彝族自治州', '', 2, 'liangshanyizuzizhizhou', 'lsyzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  429. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  430. (9672, 520100, 520000, '', '贵阳市', '', 2, 'guiyangshi', 'gys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  431. (9673, 520200, 520000, '', '六盘水市', '', 2, 'liupanshuishi', 'lpss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  432. (9674, 520300, 520000, '', '遵义市', '', 2, 'zunyishi', 'zys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  433. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  434. (9675, 520400, 520000, '', '安顺市', '', 2, 'anshunshi', 'ass', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  435. (9676, 520500, 520000, '', '毕节市', '', 2, 'bijieshi', 'bjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  436. (9677, 520600, 520000, '', '铜仁市', '', 2, 'tongrenshi', 'trs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  437. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  438. (9678, 522300, 520000, '', '黔西南布依族苗族自治', '', 2, 'qianxinanbuyizumiaozuzizhizhou', 'qxnbyzmzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  439. (9679, 522600, 520000, '', '黔东南苗族侗族自治州', '', 2, 'qiandongnanmiaozudongzuzizhizhou', 'qdnmzdzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  440. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  441. (9680, 522700, 520000, '', '黔南布依族苗族自治州', '', 2, 'qiannanbuyizumiaozuzizhizhou', 'qnbyzmzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  442. (9681, 530100, 530000, '', '昆明市', '', 2, 'kunmingshi', 'kms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  443. (9682, 530300, 530000, '', '曲靖市', '', 2, 'qujingshi', 'qjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  444. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  445. (9683, 530400, 530000, '', '玉溪市', '', 2, 'yuxishi', 'yxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  446. (9684, 530500, 530000, '', '保山市', '', 2, 'baoshanshi', 'bss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  447. (9685, 530600, 530000, '', '昭通市', '', 2, 'zhaotongshi', 'zts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  448. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  449. (9686, 530700, 530000, '', '丽江市', '', 2, 'lijiangshi', 'ljs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  450. (9687, 530800, 530000, '', '普洱市', '', 2, 'puershi', 'pes', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  451. (9688, 530900, 530000, '', '临沧市', '', 2, 'lincangshi', 'lcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  452. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  453. (9689, 532300, 530000, '', '楚雄彝族自治州', '', 2, 'chuxiongyizuzizhizhou', 'cxyzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  454. (9690, 532500, 530000, '', '红河哈尼族彝族自治州', '', 2, 'honghehanizuyizuzizhizhou', 'hhhnzyzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  455. (9691, 532600, 530000, '', '文山壮族苗族自治州', '', 2, 'wenshanzhuangzumiaozuzizhizhou', 'wszzmzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  456. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  457. (9692, 532800, 530000, '', '西双版纳傣族自治州', '', 2, 'xishuangbannadaizuzizhizhou', 'xsbndzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  458. (9693, 532900, 530000, '', '大理白族自治州', '', 2, 'dalibaizuzizhizhou', 'dlbzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  459. (9694, 533100, 530000, '', '德宏傣族景颇族自治州', '', 2, 'dehongdaizujingpozuzizhizhou', 'dhdzjpzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  460. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  461. (9695, 533300, 530000, '', '怒江傈僳族自治州', '', 2, 'nujianglisuzuzizhizhou', 'njlszzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  462. (9696, 533400, 530000, '', '迪庆藏族自治州', '', 2, 'diqingzangzuzizhizhou', 'dqzzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  463. (9697, 540100, 540000, '', '拉萨市', '', 2, 'lasashi', 'lss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  464. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  465. (9698, 540200, 540000, '', '日喀则市', '', 2, 'rikazeshi', 'rkzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  466. (9699, 540300, 540000, '', '昌都市', '', 2, 'changdushi', 'cds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  467. (9700, 540400, 540000, '', '林芝市', '', 2, 'linzhishi', 'lzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  468. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  469. (9701, 542200, 540000, '', '山南地区', '', 2, 'shannandiqu', 'sndq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  470. (9702, 542400, 540000, '', '那曲地区', '', 2, 'neiqudiqu', 'nqdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  471. (9703, 542500, 540000, '', '阿里地区', '', 2, 'alidiqu', 'aldq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  472. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  473. (9704, 610100, 610000, '', '西安市', '', 2, 'xianshi', 'xas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  474. (9705, 610200, 610000, '', '铜川市', '', 2, 'tongchuanshi', 'tcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  475. (9706, 610300, 610000, '', '宝鸡市', '', 2, 'baojishi', 'bjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  476. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  477. (9707, 610400, 610000, '', '咸阳市', '', 2, 'xianyangshi', 'xys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  478. (9708, 610500, 610000, '', '渭南市', '', 2, 'weinanshi', 'wns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  479. (9709, 610600, 610000, '', '延安市', '', 2, 'yananshi', 'yas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  480. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  481. (9710, 610700, 610000, '', '汉中市', '', 2, 'hanzhongshi', 'hzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  482. (9711, 610800, 610000, '', '榆林市', '', 2, 'yulinshi', 'yls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  483. (9712, 610900, 610000, '', '安康市', '', 2, 'ankangshi', 'aks', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  484. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  485. (9713, 611000, 610000, '', '商洛市', '', 2, 'shangluoshi', 'sls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  486. (9714, 620100, 620000, '', '兰州市', '', 2, 'lanzhoushi', 'lzs', 0, 0, 0, 1, 'ddd', 0, '2017-01-20 14:41:52', 'system', 'system', '2016-12-07 18:05:45'),
  487. (9715, 620200, 620000, '', '嘉峪关市', '', 2, 'jiayuguanshi', 'jygs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  488. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  489. (9716, 620300, 620000, '', '金昌市', '', 2, 'jinchangshi', 'jcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  490. (9717, 620400, 620000, '', '白银市', '', 2, 'baiyinshi', 'bys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  491. (9718, 620500, 620000, '', '天水市', '', 2, 'tianshuishi', 'tss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  492. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  493. (9719, 620600, 620000, '', '武威市', '', 2, 'wuweishi', 'wws', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  494. (9720, 620700, 620000, '', '张掖市', '', 2, 'zhangyeshi', 'zys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  495. (9721, 620800, 620000, '', '平凉市', '', 2, 'pingliangshi', 'pls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  496. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  497. (9722, 620900, 620000, '', '酒泉市', '', 2, 'jiuquanshi', 'jqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  498. (9723, 621000, 620000, '', '庆阳市', '', 2, 'qingyangshi', 'qys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  499. (9724, 621100, 620000, '', '定西市', '', 2, 'dingxishi', 'dxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  500. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  501. (9725, 621200, 620000, '', '陇南市', '', 2, 'longnanshi', 'lns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  502. (9726, 622900, 620000, '', '临夏回族自治州', '', 2, 'linxiahuizuzizhizhou', 'lxhzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  503. (9727, 623000, 620000, '', '甘南藏族自治州', '', 2, 'gannanzangzuzizhizhou', 'gnzzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  504. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  505. (9728, 630100, 630000, '', '西宁市', '', 2, 'xiningshi', 'xns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  506. (9729, 630200, 630000, '', '海东市', '', 2, 'haidongshi', 'hds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  507. (9730, 632200, 630000, '', '海北藏族自治州', '', 2, 'haibeizangzuzizhizhou', 'hbzzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  508. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  509. (9731, 632300, 630000, '', '黄南藏族自治州', '', 2, 'huangnanzangzuzizhizhou', 'hnzzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  510. (9732, 632500, 630000, '', '海南藏族自治州', '', 2, 'hainanzangzuzizhizhou', 'hnzzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  511. (9733, 632600, 630000, '', '果洛藏族自治州', '', 2, 'guoluozangzuzizhizhou', 'glzzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  512. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  513. (9734, 632700, 630000, '', '玉树藏族自治州', '', 2, 'yushuzangzuzizhizhou', 'yszzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  514. (9735, 632800, 630000, '', '海西蒙古族藏族自治州', '', 2, 'haiximengguzuzangzuzizhizhou', 'hxmgzzzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  515. (9736, 640100, 640000, '', '银川市', '', 2, 'yinchuanshi', 'ycs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  516. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  517. (9737, 640200, 640000, '', '石嘴山市', '', 2, 'shizuishanshi', 'szss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  518. (9738, 640300, 640000, '', '吴忠市', '', 2, 'wuzhongshi', 'wzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  519. (9739, 640400, 640000, '', '固原市', '', 2, 'guyuanshi', 'gys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  520. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  521. (9740, 640500, 640000, '', '中卫市', '', 2, 'zhongweishi', 'zws', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  522. (9741, 650100, 650000, '', '乌鲁木齐市', '', 2, 'wulumuqishi', 'wlmqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  523. (9742, 650200, 650000, '', '克拉玛依市', '', 2, 'kelamayishi', 'klmys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  524. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  525. (9743, 650400, 650000, '', '吐鲁番市', '', 2, 'tulufanshi', 'tlfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  526. (9744, 652200, 650000, '', '哈密地区', '', 2, 'hamidiqu', 'hmdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  527. (9745, 652300, 650000, '', '昌吉回族自治州', '', 2, 'changjihuizuzizhizhou', 'cjhzzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  528. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  529. (9746, 652700, 650000, '', '博尔塔拉蒙古自治州', '', 2, 'boertalamengguzizhizhou', 'betlmgzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  530. (9747, 652800, 650000, '', '巴音郭楞蒙古自治州', '', 2, 'bayinguolengmengguzizhizhou', 'byglmgzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  531. (9748, 652900, 650000, '', '阿克苏地区', '', 2, 'akesudiqu', 'aksdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  532. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  533. (9749, 653000, 650000, '', '克孜勒苏柯尔克孜自治', '', 2, 'kezilesukeerkezizizhizhou', 'kzlskekzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  534. (9750, 653100, 650000, '', '喀什地区', '', 2, 'kashendiqu', 'ksdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  535. (9751, 653200, 650000, '', '和田地区', '', 2, 'hetiandiqu', 'htdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  536. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  537. (9752, 654000, 650000, '', '伊犁哈萨克自治州', '', 2, 'yilihasakezizhizhou', 'ylhskzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  538. (9753, 654200, 650000, '', '塔城地区', '', 2, 'tachengdiqu', 'tcdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  539. (9754, 654300, 650000, '', '阿勒泰地区', '', 2, 'aletaidiqu', 'altdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  540. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  541. (9755, 659000, 650000, '', '自治区直辖县级行政区', '', 2, 'zizhiquzhixiaxianjixingzhengquhua', 'zzqzxxjxzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  542. (9756, 710001, 710000, '', '台湾', '', 2, 'taiwan', 'tw', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  543. (9757, 810001, 810000, '', '香港特别行政区', '', 2, 'xianggangtebiexingzhengqu', 'xgtbxzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45');
  544. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  545. (9758, 820001, 820000, '', '澳门特别行政区', '', 2, 'aomentebiexingzhengqu', 'amtbxzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:45', 'system', 'system', '2016-12-07 18:05:45'),
  546. (9923, 110101, 110100, '', '东城区', '', 3, 'dongchengqu', 'dcq', 0, 0, 0, 1, '11111111', 0, '2017-02-18 17:07:22', 'system', 'system', '2016-12-07 18:05:48'),
  547. (9924, 110102, 110100, '', '西城区', '', 3, 'xichengqu', 'xcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  548. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  549. (9925, 110105, 110100, '', '朝阳区', '', 3, 'chaoyangqu', 'cyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  550. (9926, 110106, 110100, '', '丰台区', '', 3, 'fengtaiqu', 'ftq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  551. (9927, 110107, 110100, '', '石景山区', '', 3, 'shijingshanqu', 'sjsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  552. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  553. (9928, 110108, 110100, '', '海淀区', '', 3, 'haidianqu', 'hdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  554. (9929, 110109, 110100, '', '门头沟区', '', 3, 'mentougouqu', 'mtgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  555. (9930, 110111, 110100, '', '房山区', '', 3, 'fangshanqu', 'fsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  556. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  557. (9931, 110112, 110100, '', '通州区', '', 3, 'tongzhouqu', 'tzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  558. (9932, 110113, 110100, '', '顺义区', '', 3, 'shunyiqu', 'syq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  559. (9933, 110114, 110100, '', '昌平区', '', 3, 'changpingqu', 'cpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  560. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  561. (9934, 110115, 110100, '', '大兴区', '', 3, 'daxingqu', 'dxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  562. (9935, 110116, 110100, '', '怀柔区', '', 3, 'huairouqu', 'hrq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  563. (9936, 110117, 110100, '', '平谷区', '', 3, 'pingguqu', 'pgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  564. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  565. (9937, 110228, 110200, '', '密云县', '', 3, 'miyunxian', 'myx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  566. (9938, 110229, 110200, '', '延庆县', '', 3, 'yanqingxian', 'yqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  567. (9939, 120101, 120100, '', '和平区', '', 3, 'hepingqu', 'hpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  568. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  569. (9940, 120102, 120100, '', '河东区', '', 3, 'hedongqu', 'hdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  570. (9941, 120103, 120100, '', '河西区', '', 3, 'hexiqu', 'hxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  571. (9942, 120104, 120100, '', '南开区', '', 3, 'nankaiqu', 'nkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  572. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  573. (9943, 120105, 120100, '', '河北区', '', 3, 'hebeiqu', 'hbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  574. (9944, 120106, 120100, '', '红桥区', '', 3, 'hongqiaoqu', 'hqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  575. (9945, 120110, 120100, '', '东丽区', '', 3, 'dongliqu', 'dlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  576. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  577. (9946, 120111, 120100, '', '西青区', '', 3, 'xiqingqu', 'xqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  578. (9947, 120112, 120100, '', '津南区', '', 3, 'jinnanqu', 'jnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  579. (9948, 120113, 120100, '', '北辰区', '', 3, 'beichenqu', 'bcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  580. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  581. (9949, 120114, 120100, '', '武清区', '', 3, 'wuqingqu', 'wqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  582. (9950, 120115, 120100, '', '宝坻区', '', 3, 'baochiqu', 'bcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  583. (9951, 120116, 120100, '', '滨海新区', '', 3, 'binhaixinqu', 'bhxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  584. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  585. (9952, 120117, 120100, '', '宁河区', '', 3, 'ninghequ', 'nhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  586. (9953, 120118, 120100, '', '静海区', '', 3, 'jinghaiqu', 'jhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  587. (9954, 120200, 120100, '', '天津县', '', 3, 'tianjinxian', 'tjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  588. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  589. (9955, 120225, 120100, '', '蓟县', '', 3, 'jixian', 'jx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  590. (9956, 130101, 130100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  591. (9957, 130102, 130100, '', '长安区', '', 3, 'zhanganqu', 'zaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  592. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  593. (9958, 130104, 130100, '', '桥西区', '', 3, 'qiaoxiqu', 'qxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  594. (9959, 130105, 130100, '', '新华区', '', 3, 'xinhuaqu', 'xhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  595. (9960, 130107, 130100, '', '井陉矿区', '', 3, 'jingxingkuangqu', 'jxkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  596. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  597. (9961, 130108, 130100, '', '裕华区', '', 3, 'yuhuaqu', 'yhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  598. (9962, 130109, 130100, '', '藁城区', '', 3, 'gaochengqu', 'gcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  599. (9963, 130110, 130100, '', '鹿泉区', '', 3, 'luquanqu', 'lqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  600. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  601. (9964, 130111, 130100, '', '栾城区', '', 3, 'luanchengqu', 'lcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  602. (9965, 130121, 130100, '', '井陉县', '', 3, 'jingxingxian', 'jxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  603. (9966, 130123, 130100, '', '正定县', '', 3, 'zhengdingxian', 'zdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  604. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  605. (9967, 130125, 130100, '', '行唐县', '', 3, 'xingtangxian', 'xtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  606. (9968, 130126, 130100, '', '灵寿县', '', 3, 'lingshouxian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  607. (9969, 130127, 130100, '', '高邑县', '', 3, 'gaoyixian', 'gyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  608. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  609. (9970, 130128, 130100, '', '深泽县', '', 3, 'shenzexian', 'szx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  610. (9971, 130129, 130100, '', '赞皇县', '', 3, 'zanhuangxian', 'zhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  611. (9972, 130130, 130100, '', '无极县', '', 3, 'wujixian', 'wjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  612. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  613. (9973, 130131, 130100, '', '平山县', '', 3, 'pingshanxian', 'psx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  614. (9974, 130132, 130100, '', '元氏县', '', 3, 'yuanshixian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  615. (9975, 130133, 130100, '', '赵县', '', 3, 'zhaoxian', 'zx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  616. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  617. (9976, 130183, 130100, '', '晋州市', '', 3, 'jinzhoushi', 'jzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  618. (9977, 130184, 130100, '', '新乐市', '', 3, 'xinleshi', 'xls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  619. (9978, 130201, 130200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  620. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  621. (9979, 130202, 130200, '', '路南区', '', 3, 'lunanqu', 'lnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  622. (9980, 130203, 130200, '', '路北区', '', 3, 'lubeiqu', 'lbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  623. (9981, 130204, 130200, '', '古冶区', '', 3, 'guyequ', 'gyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  624. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  625. (9982, 130205, 130200, '', '开平区', '', 3, 'kaipingqu', 'kpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  626. (9983, 130207, 130200, '', '丰南区', '', 3, 'fengnanqu', 'fnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  627. (9984, 130208, 130200, '', '丰润区', '', 3, 'fengrunqu', 'frq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  628. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  629. (9985, 130209, 130200, '', '曹妃甸区', '', 3, 'caofeidianqu', 'cfdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  630. (9986, 130223, 130200, '', '滦县', '', 3, 'luanxian', 'lx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  631. (9987, 130224, 130200, '', '滦南县', '', 3, 'luannanxian', 'lnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  632. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  633. (9988, 130225, 130200, '', '乐亭县', '', 3, 'letingxian', 'ltx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  634. (9989, 130227, 130200, '', '迁西县', '', 3, 'qianxixian', 'qxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  635. (9990, 130229, 130200, '', '玉田县', '', 3, 'yutianxian', 'ytx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  636. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  637. (9991, 130281, 130200, '', '遵化市', '', 3, 'zunhuashi', 'zhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  638. (9992, 130283, 130200, '', '迁安市', '', 3, 'qiananshi', 'qas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  639. (9993, 130301, 130300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  640. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  641. (9994, 130302, 130300, '', '海港区', '', 3, 'haigangqu', 'hgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  642. (9995, 130303, 130300, '', '山海关区', '', 3, 'shanhaiguanqu', 'shgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  643. (9996, 130304, 130300, '', '北戴河区', '', 3, 'beidaihequ', 'bdhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  644. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  645. (9997, 130306, 130300, '', '抚宁区', '', 3, 'funingqu', 'fnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  646. (9998, 130321, 130300, '', '青龙满族自治县', '', 3, 'qinglongmanzuzizhixian', 'qlmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  647. (9999, 130322, 130300, '', '昌黎县', '', 3, 'changlixian', 'clx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  648. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  649. (10000, 130324, 130300, '', '卢龙县', '', 3, 'lulongxian', 'llx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  650. (10001, 130401, 130400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  651. (10002, 130402, 130400, '', '邯山区', '', 3, 'hanshanqu', 'hsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  652. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  653. (10003, 130403, 130400, '', '丛台区', '', 3, 'congtaiqu', 'ctq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  654. (10004, 130404, 130400, '', '复兴区', '', 3, 'fuxingqu', 'fxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  655. (10005, 130406, 130400, '', '峰峰矿区', '', 3, 'fengfengkuangqu', 'ffkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  656. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  657. (10006, 130421, 130400, '', '邯郸县', '', 3, 'handanxian', 'hdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  658. (10007, 130423, 130400, '', '临漳县', '', 3, 'linzhangxian', 'lzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  659. (10008, 130424, 130400, '', '成安县', '', 3, 'chenganxian', 'cax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  660. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  661. (10009, 130425, 130400, '', '大名县', '', 3, 'damingxian', 'dmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  662. (10010, 130426, 130400, '', '涉县', '', 3, 'shexian', 'sx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  663. (10011, 130427, 130400, '', '磁县', '', 3, 'cixian', 'cx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  664. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  665. (10012, 130428, 130400, '', '肥乡县', '', 3, 'feixiangxian', 'fxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  666. (10013, 130429, 130400, '', '永年县', '', 3, 'yongnianxian', 'ynx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  667. (10014, 130430, 130400, '', '邱县', '', 3, 'qiuxian', 'qx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  668. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  669. (10015, 130431, 130400, '', '鸡泽县', '', 3, 'jizexian', 'jzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  670. (10016, 130432, 130400, '', '广平县', '', 3, 'guangpingxian', 'gpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  671. (10017, 130433, 130400, '', '馆陶县', '', 3, 'guantaoxian', 'gtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  672. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  673. (10018, 130434, 130400, '', '魏县', '', 3, 'weixian', 'wx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  674. (10019, 130435, 130400, '', '曲周县', '', 3, 'quzhouxian', 'qzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  675. (10020, 130481, 130400, '', '武安市', '', 3, 'wuanshi', 'was', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  676. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  677. (10021, 130501, 130500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  678. (10022, 130502, 130500, '', '桥东区', '', 3, 'qiaodongqu', 'qdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  679. (10023, 130503, 130500, '', '桥西区', '', 3, 'qiaoxiqu', 'qxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  680. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  681. (10024, 130521, 130500, '', '邢台县', '', 3, 'xingtaixian', 'xtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  682. (10025, 130522, 130500, '', '临城县', '', 3, 'linchengxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  683. (10026, 130523, 130500, '', '内丘县', '', 3, 'neiqiuxian', 'nqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  684. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  685. (10027, 130524, 130500, '', '柏乡县', '', 3, 'boxiangxian', 'bxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  686. (10028, 130525, 130500, '', '隆尧县', '', 3, 'longyaoxian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  687. (10029, 130526, 130500, '', '任县', '', 3, 'renxian', 'rx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  688. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  689. (10030, 130527, 130500, '', '南和县', '', 3, 'nanhexian', 'nhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  690. (10031, 130528, 130500, '', '宁晋县', '', 3, 'ningjinxian', 'njx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  691. (10032, 130529, 130500, '', '巨鹿县', '', 3, 'juluxian', 'jlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  692. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  693. (10033, 130530, 130500, '', '新河县', '', 3, 'xinhexian', 'xhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  694. (10034, 130531, 130500, '', '广宗县', '', 3, 'guangzongxian', 'gzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  695. (10035, 130532, 130500, '', '平乡县', '', 3, 'pingxiangxian', 'pxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  696. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  697. (10036, 130533, 130500, '', '威县', '', 3, 'weixian', 'wx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  698. (10037, 130534, 130500, '', '清河县', '', 3, 'qinghexian', 'qhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  699. (10038, 130535, 130500, '', '临西县', '', 3, 'linxixian', 'lxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  700. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  701. (10039, 130581, 130500, '', '南宫市', '', 3, 'nangongshi', 'ngs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  702. (10040, 130582, 130500, '', '沙河市', '', 3, 'shaheshi', 'shs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  703. (10041, 130601, 130600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  704. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  705. (10042, 130602, 130600, '', '新市区', '', 3, 'xinshiqu', 'xsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  706. (10043, 130606, 130600, '', '莲池区', '', 3, 'lianchiqu', 'lcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  707. (10044, 130607, 130600, '', '满城区', '', 3, 'manchengqu', 'mcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  708. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  709. (10045, 130608, 130600, '', '清苑区', '', 3, 'qingyuanqu', 'qyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  710. (10046, 130609, 130600, '', '徐水区', '', 3, 'xushuiqu', 'xsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  711. (10047, 130623, 130600, '', '涞水县', '', 3, 'laishuixian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  712. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  713. (10048, 130624, 130600, '', '阜平县', '', 3, 'fupingxian', 'fpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  714. (10049, 130626, 130600, '', '定兴县', '', 3, 'dingxingxian', 'dxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  715. (10050, 130627, 130600, '', '唐县', '', 3, 'tangxian', 'tx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  716. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  717. (10051, 130628, 130600, '', '高阳县', '', 3, 'gaoyangxian', 'gyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  718. (10052, 130629, 130600, '', '容城县', '', 3, 'rongchengxian', 'rcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  719. (10053, 130630, 130600, '', '涞源县', '', 3, 'laiyuanxian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  720. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  721. (10054, 130631, 130600, '', '望都县', '', 3, 'wangdouxian', 'wdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  722. (10055, 130632, 130600, '', '安新县', '', 3, 'anxinxian', 'axx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  723. (10056, 130633, 130600, '', '易县', '', 3, 'yixian', 'yx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  724. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  725. (10057, 130634, 130600, '', '曲阳县', '', 3, 'quyangxian', 'qyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  726. (10058, 130635, 130600, '', '蠡县', '', 3, 'lixian', 'lx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  727. (10059, 130636, 130600, '', '顺平县', '', 3, 'shunpingxian', 'spx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  728. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  729. (10060, 130637, 130600, '', '博野县', '', 3, 'boyexian', 'byx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  730. (10061, 130638, 130600, '', '雄县', '', 3, 'xiongxian', 'xx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  731. (10062, 130681, 130600, '', '涿州市', '', 3, 'zhuozhoushi', 'zzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  732. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  733. (10063, 130683, 130600, '', '安国市', '', 3, 'anguoshi', 'ags', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  734. (10064, 130684, 130600, '', '高碑店市', '', 3, 'gaobeidianshi', 'gbds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  735. (10065, 130701, 130700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  736. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  737. (10066, 130702, 130700, '', '桥东区', '', 3, 'qiaodongqu', 'qdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  738. (10067, 130703, 130700, '', '桥西区', '', 3, 'qiaoxiqu', 'qxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  739. (10068, 130705, 130700, '', '宣化区', '', 3, 'xuanhuaqu', 'xhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  740. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  741. (10069, 130706, 130700, '', '下花园区', '', 3, 'xiahuayuanqu', 'xhyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  742. (10070, 130721, 130700, '', '宣化县', '', 3, 'xuanhuaxian', 'xhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  743. (10071, 130722, 130700, '', '张北县', '', 3, 'zhangbeixian', 'zbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  744. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  745. (10072, 130723, 130700, '', '康保县', '', 3, 'kangbaoxian', 'kbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  746. (10073, 130724, 130700, '', '沽源县', '', 3, 'guyuanxian', 'gyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  747. (10074, 130725, 130700, '', '尚义县', '', 3, 'shangyixian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  748. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  749. (10075, 130726, 130700, '', '蔚县', '', 3, 'yuxian', 'yx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  750. (10076, 130727, 130700, '', '阳原县', '', 3, 'yangyuanxian', 'yyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  751. (10077, 130728, 130700, '', '怀安县', '', 3, 'huaianxian', 'hax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  752. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  753. (10078, 130729, 130700, '', '万全县', '', 3, 'wanquanxian', 'wqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  754. (10079, 130730, 130700, '', '怀来县', '', 3, 'huailaixian', 'hlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  755. (10080, 130731, 130700, '', '涿鹿县', '', 3, 'zhuoluxian', 'zlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  756. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  757. (10081, 130732, 130700, '', '赤城县', '', 3, 'chichengxian', 'ccx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  758. (10082, 130733, 130700, '', '崇礼县', '', 3, 'chonglixian', 'clx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  759. (10083, 130801, 130800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  760. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  761. (10084, 130802, 130800, '', '双桥区', '', 3, 'shuangqiaoqu', 'sqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  762. (10085, 130803, 130800, '', '双滦区', '', 3, 'shuangluanqu', 'slq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  763. (10086, 130804, 130800, '', '鹰手营子矿区', '', 3, 'yingshouyingzikuangqu', 'ysyzkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  764. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  765. (10087, 130821, 130800, '', '承德县', '', 3, 'chengdexian', 'cdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  766. (10088, 130822, 130800, '', '兴隆县', '', 3, 'xinglongxian', 'xlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  767. (10089, 130823, 130800, '', '平泉县', '', 3, 'pingquanxian', 'pqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  768. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  769. (10090, 130824, 130800, '', '滦平县', '', 3, 'luanpingxian', 'lpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  770. (10091, 130825, 130800, '', '隆化县', '', 3, 'longhuaxian', 'lhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  771. (10092, 130826, 130800, '', '丰宁满族自治县', '', 3, 'fengningmanzuzizhixian', 'fnmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  772. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  773. (10093, 130827, 130800, '', '宽城满族自治县', '', 3, 'kuanchengmanzuzizhixian', 'kcmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  774. (10094, 130828, 130800, '', '围场满族蒙古族自治县', '', 3, 'weichangmanzumengguzuzizhixian', 'wcmzmgzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  775. (10095, 130901, 130900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  776. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  777. (10096, 130902, 130900, '', '新华区', '', 3, 'xinhuaqu', 'xhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  778. (10097, 130903, 130900, '', '运河区', '', 3, 'yunhequ', 'yhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  779. (10098, 130921, 130900, '', '沧县', '', 3, 'cangxian', 'cx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  780. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  781. (10099, 130922, 130900, '', '青县', '', 3, 'qingxian', 'qx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  782. (10100, 130923, 130900, '', '东光县', '', 3, 'dongguangxian', 'dgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  783. (10101, 130924, 130900, '', '海兴县', '', 3, 'haixingxian', 'hxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  784. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  785. (10102, 130925, 130900, '', '盐山县', '', 3, 'yanshanxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  786. (10103, 130926, 130900, '', '肃宁县', '', 3, 'suningxian', 'snx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  787. (10104, 130927, 130900, '', '南皮县', '', 3, 'nanpixian', 'npx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  788. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  789. (10105, 130928, 130900, '', '吴桥县', '', 3, 'wuqiaoxian', 'wqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  790. (10106, 130929, 130900, '', '献县', '', 3, 'xianxian', 'xx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  791. (10107, 130930, 130900, '', '孟村回族自治县', '', 3, 'mengcunhuizuzizhixian', 'mchzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  792. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  793. (10108, 130981, 130900, '', '泊头市', '', 3, 'botoushi', 'bts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  794. (10109, 130982, 130900, '', '任丘市', '', 3, 'renqiushi', 'rqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  795. (10110, 130983, 130900, '', '黄骅市', '', 3, 'huanghuashi', 'hhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  796. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  797. (10111, 130984, 130900, '', '河间市', '', 3, 'hejianshi', 'hjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  798. (10112, 131001, 131000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  799. (10113, 131002, 131000, '', '安次区', '', 3, 'anciqu', 'acq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  800. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  801. (10114, 131003, 131000, '', '广阳区', '', 3, 'guangyangqu', 'gyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  802. (10115, 131022, 131000, '', '固安县', '', 3, 'guanxian', 'gax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  803. (10116, 131023, 131000, '', '永清县', '', 3, 'yongqingxian', 'yqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  804. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  805. (10117, 131024, 131000, '', '香河县', '', 3, 'xianghexian', 'xhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  806. (10118, 131025, 131000, '', '大城县', '', 3, 'dachengxian', 'dcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  807. (10119, 131026, 131000, '', '文安县', '', 3, 'wenanxian', 'wax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  808. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  809. (10120, 131028, 131000, '', '大厂回族自治县', '', 3, 'dachanghuizuzizhixian', 'dchzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  810. (10121, 131081, 131000, '', '霸州市', '', 3, 'bazhoushi', 'bzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  811. (10122, 131082, 131000, '', '三河市', '', 3, 'sanheshi', 'shs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  812. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  813. (10123, 131101, 131100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  814. (10124, 131102, 131100, '', '桃城区', '', 3, 'taochengqu', 'tcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  815. (10125, 131121, 131100, '', '枣强县', '', 3, 'zaoqiangxian', 'zqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  816. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  817. (10126, 131122, 131100, '', '武邑县', '', 3, 'wuyixian', 'wyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  818. (10127, 131123, 131100, '', '武强县', '', 3, 'wuqiangxian', 'wqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  819. (10128, 131124, 131100, '', '饶阳县', '', 3, 'raoyangxian', 'ryx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  820. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  821. (10129, 131125, 131100, '', '安平县', '', 3, 'anpingxian', 'apx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  822. (10130, 131126, 131100, '', '故城县', '', 3, 'guchengxian', 'gcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  823. (10131, 131127, 131100, '', '景县', '', 3, 'jingxian', 'jx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  824. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  825. (10132, 131128, 131100, '', '阜城县', '', 3, 'fuchengxian', 'fcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  826. (10133, 131181, 131100, '', '冀州市', '', 3, 'jizhoushi', 'jzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  827. (10134, 131182, 131100, '', '深州市', '', 3, 'shenzhoushi', 'szs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  828. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  829. (10135, 139001, 139000, '', '定州市', '', 3, 'dingzhoushi', 'dzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  830. (10136, 139002, 139000, '', '辛集市', '', 3, 'xinjishi', 'xjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  831. (10137, 140101, 140100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  832. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  833. (10138, 140105, 140100, '', '小店区', '', 3, 'xiaodianqu', 'xdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  834. (10139, 140106, 140100, '', '迎泽区', '', 3, 'yingzequ', 'yzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  835. (10140, 140107, 140100, '', '杏花岭区', '', 3, 'xinghualingqu', 'xhlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  836. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  837. (10141, 140108, 140100, '', '尖草坪区', '', 3, 'jiancaopingqu', 'jcpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  838. (10142, 140109, 140100, '', '万柏林区', '', 3, 'wanbolinqu', 'wblq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  839. (10143, 140110, 140100, '', '晋源区', '', 3, 'jinyuanqu', 'jyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  840. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  841. (10144, 140121, 140100, '', '清徐县', '', 3, 'qingxuxian', 'qxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  842. (10145, 140122, 140100, '', '阳曲县', '', 3, 'yangquxian', 'yqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  843. (10146, 140123, 140100, '', '娄烦县', '', 3, 'loufanxian', 'lfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  844. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  845. (10147, 140181, 140100, '', '古交市', '', 3, 'gujiaoshi', 'gjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  846. (10148, 140201, 140200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  847. (10149, 140202, 140200, '', '城区', '', 3, 'chengqu', 'cq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  848. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  849. (10150, 140203, 140200, '', '矿区', '', 3, 'kuangqu', 'kq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  850. (10151, 140211, 140200, '', '南郊区', '', 3, 'nanjiaoqu', 'njq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  851. (10152, 140212, 140200, '', '新荣区', '', 3, 'xinrongqu', 'xrq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  852. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  853. (10153, 140221, 140200, '', '阳高县', '', 3, 'yanggaoxian', 'ygx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  854. (10154, 140222, 140200, '', '天镇县', '', 3, 'tianzhenxian', 'tzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  855. (10155, 140223, 140200, '', '广灵县', '', 3, 'guanglingxian', 'glx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  856. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  857. (10156, 140224, 140200, '', '灵丘县', '', 3, 'lingqiuxian', 'lqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  858. (10157, 140225, 140200, '', '浑源县', '', 3, 'hunyuanxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  859. (10158, 140226, 140200, '', '左云县', '', 3, 'zuoyunxian', 'zyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  860. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  861. (10159, 140227, 140200, '', '大同县', '', 3, 'datongxian', 'dtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  862. (10160, 140301, 140300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  863. (10161, 140302, 140300, '', '城区', '', 3, 'chengqu', 'cq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  864. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  865. (10162, 140303, 140300, '', '矿区', '', 3, 'kuangqu', 'kq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  866. (10163, 140311, 140300, '', '郊区', '', 3, 'jiaoqu', 'jq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  867. (10164, 140321, 140300, '', '平定县', '', 3, 'pingdingxian', 'pdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  868. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  869. (10165, 140322, 140300, '', '盂县', '', 3, 'yuxian', 'yx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  870. (10166, 140401, 140400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  871. (10167, 140402, 140400, '', '城区', '', 3, 'chengqu', 'cq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  872. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  873. (10168, 140411, 140400, '', '郊区', '', 3, 'jiaoqu', 'jq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  874. (10169, 140421, 140400, '', '长治县', '', 3, 'zhangzhixian', 'zzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  875. (10170, 140423, 140400, '', '襄垣县', '', 3, 'xiangyuanxian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  876. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  877. (10171, 140424, 140400, '', '屯留县', '', 3, 'tunliuxian', 'tlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  878. (10172, 140425, 140400, '', '平顺县', '', 3, 'pingshunxian', 'psx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  879. (10173, 140426, 140400, '', '黎城县', '', 3, 'lichengxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  880. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  881. (10174, 140427, 140400, '', '壶关县', '', 3, 'huguanxian', 'hgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  882. (10175, 140428, 140400, '', '长子县', '', 3, 'zhangzixian', 'zzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  883. (10176, 140429, 140400, '', '武乡县', '', 3, 'wuxiangxian', 'wxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  884. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  885. (10177, 140430, 140400, '', '沁县', '', 3, 'qinxian', 'qx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  886. (10178, 140431, 140400, '', '沁源县', '', 3, 'qinyuanxian', 'qyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  887. (10179, 140481, 140400, '', '潞城市', '', 3, 'luchengshi', 'lcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  888. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  889. (10180, 140501, 140500, '', '晋城市市辖区', '', 3, 'jinchengshishixiaqu', 'jcssxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  890. (10181, 140502, 140500, '', '城区', '', 3, 'chengqu', 'cq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  891. (10182, 140521, 140500, '', '沁水县', '', 3, 'qinshuixian', 'qsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  892. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  893. (10183, 140522, 140500, '', '阳城县', '', 3, 'yangchengxian', 'ycx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  894. (10184, 140524, 140500, '', '陵川县', '', 3, 'lingchuanxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  895. (10185, 140525, 140500, '', '泽州县', '', 3, 'zezhouxian', 'zzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  896. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  897. (10186, 140581, 140500, '', '高平市', '', 3, 'gaopingshi', 'gps', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  898. (10187, 140601, 140600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  899. (10188, 140602, 140600, '', '朔城区', '', 3, 'shuochengqu', 'scq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  900. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  901. (10189, 140603, 140600, '', '平鲁区', '', 3, 'pingluqu', 'plq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  902. (10190, 140621, 140600, '', '山阴县', '', 3, 'shanyinxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  903. (10191, 140622, 140600, '', '应县', '', 3, 'yingxian', 'yx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  904. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  905. (10192, 140623, 140600, '', '右玉县', '', 3, 'youyuxian', 'yyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  906. (10193, 140624, 140600, '', '怀仁县', '', 3, 'huairenxian', 'hrx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  907. (10194, 140701, 140700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  908. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  909. (10195, 140702, 140700, '', '榆次区', '', 3, 'yuciqu', 'ycq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  910. (10196, 140721, 140700, '', '榆社县', '', 3, 'yushexian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  911. (10197, 140722, 140700, '', '左权县', '', 3, 'zuoquanxian', 'zqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  912. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  913. (10198, 140723, 140700, '', '和顺县', '', 3, 'heshunxian', 'hsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  914. (10199, 140724, 140700, '', '昔阳县', '', 3, 'xiyangxian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  915. (10200, 140725, 140700, '', '寿阳县', '', 3, 'shouyangxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  916. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  917. (10201, 140726, 140700, '', '太谷县', '', 3, 'taiguxian', 'tgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  918. (10202, 140727, 140700, '', '祁县', '', 3, 'qixian', 'qx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  919. (10203, 140728, 140700, '', '平遥县', '', 3, 'pingyaoxian', 'pyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  920. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  921. (10204, 140729, 140700, '', '灵石县', '', 3, 'lingshixian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  922. (10205, 140781, 140700, '', '介休市', '', 3, 'jiexiushi', 'jxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  923. (10206, 140801, 140800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  924. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  925. (10207, 140802, 140800, '', '盐湖区', '', 3, 'yanhuqu', 'yhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  926. (10208, 140821, 140800, '', '临猗县', '', 3, 'linyixian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  927. (10209, 140822, 140800, '', '万荣县', '', 3, 'wanrongxian', 'wrx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  928. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  929. (10210, 140823, 140800, '', '闻喜县', '', 3, 'wenxixian', 'wxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  930. (10211, 140824, 140800, '', '稷山县', '', 3, 'jishanxian', 'jsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  931. (10212, 140825, 140800, '', '新绛县', '', 3, 'xinjiangxian', 'xjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  932. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  933. (10213, 140826, 140800, '', '绛县', '', 3, 'jiangxian', 'jx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  934. (10214, 140827, 140800, '', '垣曲县', '', 3, 'yuanquxian', 'yqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  935. (10215, 140828, 140800, '', '夏县', '', 3, 'xiaxian', 'xx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  936. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  937. (10216, 140829, 140800, '', '平陆县', '', 3, 'pingluxian', 'plx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  938. (10217, 140830, 140800, '', '芮城县', '', 3, 'ruichengxian', 'rcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  939. (10218, 140881, 140800, '', '永济市', '', 3, 'yongjishi', 'yjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  940. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  941. (10219, 140882, 140800, '', '河津市', '', 3, 'hejinshi', 'hjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  942. (10220, 140901, 140900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  943. (10221, 140902, 140900, '', '忻府区', '', 3, 'xinfuqu', 'xfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  944. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  945. (10222, 140921, 140900, '', '定襄县', '', 3, 'dingxiangxian', 'dxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  946. (10223, 140922, 140900, '', '五台县', '', 3, 'wutaixian', 'wtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  947. (10224, 140923, 140900, '', '代县', '', 3, 'daixian', 'dx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  948. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  949. (10225, 140924, 140900, '', '繁峙县', '', 3, 'fanzhixian', 'fzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  950. (10226, 140925, 140900, '', '宁武县', '', 3, 'ningwuxian', 'nwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  951. (10227, 140926, 140900, '', '静乐县', '', 3, 'jinglexian', 'jlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  952. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  953. (10228, 140927, 140900, '', '神池县', '', 3, 'shenchixian', 'scx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  954. (10229, 140928, 140900, '', '五寨县', '', 3, 'wuzhaixian', 'wzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  955. (10230, 140929, 140900, '', '岢岚县', '', 3, 'kelanxian', 'klx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  956. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  957. (10231, 140930, 140900, '', '河曲县', '', 3, 'hequxian', 'hqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  958. (10232, 140931, 140900, '', '保德县', '', 3, 'baodexian', 'bdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  959. (10233, 140932, 140900, '', '偏关县', '', 3, 'pianguanxian', 'pgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  960. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  961. (10234, 140981, 140900, '', '原平市', '', 3, 'yuanpingshi', 'yps', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  962. (10235, 141001, 141000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  963. (10236, 141002, 141000, '', '尧都区', '', 3, 'yaodouqu', 'ydq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  964. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  965. (10237, 141021, 141000, '', '曲沃县', '', 3, 'quwoxian', 'qwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  966. (10238, 141022, 141000, '', '翼城县', '', 3, 'yichengxian', 'ycx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  967. (10239, 141023, 141000, '', '襄汾县', '', 3, 'xiangfenxian', 'xfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  968. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  969. (10240, 141024, 141000, '', '洪洞县', '', 3, 'hongdongxian', 'hdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  970. (10241, 141025, 141000, '', '古县', '', 3, 'guxian', 'gx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  971. (10242, 141026, 141000, '', '安泽县', '', 3, 'anzexian', 'azx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  972. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  973. (10243, 141027, 141000, '', '浮山县', '', 3, 'fushanxian', 'fsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  974. (10244, 141028, 141000, '', '吉县', '', 3, 'jixian', 'jx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  975. (10245, 141029, 141000, '', '乡宁县', '', 3, 'xiangningxian', 'xnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  976. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  977. (10246, 141030, 141000, '', '大宁县', '', 3, 'daningxian', 'dnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  978. (10247, 141031, 141000, '', '隰县', '', 3, 'xixian', 'xx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  979. (10248, 141032, 141000, '', '永和县', '', 3, 'yonghexian', 'yhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  980. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  981. (10249, 141033, 141000, '', '蒲县', '', 3, 'puxian', 'px', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  982. (10250, 141034, 141000, '', '汾西县', '', 3, 'fenxixian', 'fxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  983. (10251, 141081, 141000, '', '侯马市', '', 3, 'houmashi', 'hms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  984. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  985. (10252, 141082, 141000, '', '霍州市', '', 3, 'huozhoushi', 'hzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  986. (10253, 141101, 141100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  987. (10254, 141102, 141100, '', '离石区', '', 3, 'lishiqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  988. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  989. (10255, 141121, 141100, '', '文水县', '', 3, 'wenshuixian', 'wsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  990. (10256, 141122, 141100, '', '交城县', '', 3, 'jiaochengxian', 'jcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  991. (10257, 141123, 141100, '', '兴县', '', 3, 'xingxian', 'xx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  992. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  993. (10258, 141124, 141100, '', '临县', '', 3, 'linxian', 'lx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  994. (10259, 141125, 141100, '', '柳林县', '', 3, 'liulinxian', 'llx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  995. (10260, 141126, 141100, '', '石楼县', '', 3, 'shilouxian', 'slx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  996. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  997. (10261, 141127, 141100, '', '岚县', '', 3, 'lanxian', 'lx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  998. (10262, 141128, 141100, '', '方山县', '', 3, 'fangshanxian', 'fsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  999. (10263, 141129, 141100, '', '中阳县', '', 3, 'zhongyangxian', 'zyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1000. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1001. (10264, 141130, 141100, '', '交口县', '', 3, 'jiaokouxian', 'jkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1002. (10265, 141181, 141100, '', '孝义市', '', 3, 'xiaoyishi', 'xys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1003. (10266, 141182, 141100, '', '汾阳市', '', 3, 'fenyangshi', 'fys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1004. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1005. (10267, 150101, 150100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1006. (10268, 150102, 150100, '', '新城区', '', 3, 'xinchengqu', 'xcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1007. (10269, 150103, 150100, '', '回民区', '', 3, 'huiminqu', 'hmq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1008. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1009. (10270, 150104, 150100, '', '玉泉区', '', 3, 'yuquanqu', 'yqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1010. (10271, 150105, 150100, '', '赛罕区', '', 3, 'saihanqu', 'shq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1011. (10272, 150121, 150100, '', '土默特左旗', '', 3, 'tumotezuoqi', 'tmtzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1012. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1013. (10273, 150122, 150100, '', '托克托县', '', 3, 'tuoketuoxian', 'tktx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1014. (10274, 150123, 150100, '', '和林格尔县', '', 3, 'helingeerxian', 'hlgex', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1015. (10275, 150124, 150100, '', '清水河县', '', 3, 'qingshuihexian', 'qshx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1016. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1017. (10276, 150125, 150100, '', '武川县', '', 3, 'wuchuanxian', 'wcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1018. (10277, 150201, 150200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1019. (10278, 150202, 150200, '', '东河区', '', 3, 'donghequ', 'dhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1020. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1021. (10279, 150203, 150200, '', '昆都仑区', '', 3, 'kundoulunqu', 'kdlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1022. (10280, 150204, 150200, '', '青山区', '', 3, 'qingshanqu', 'qsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1023. (10281, 150205, 150200, '', '石拐区', '', 3, 'shiguaiqu', 'sgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1024. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1025. (10282, 150206, 150200, '', '白云鄂博矿区', '', 3, 'baiyunebokuangqu', 'byebkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1026. (10283, 150207, 150200, '', '九原区', '', 3, 'jiuyuanqu', 'jyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1027. (10284, 150221, 150200, '', '土默特右旗', '', 3, 'tumoteyouqi', 'tmtyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1028. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1029. (10285, 150222, 150200, '', '固阳县', '', 3, 'guyangxian', 'gyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1030. (10286, 150223, 150200, '', '达尔罕茂明安联合旗', '', 3, 'daerhanmaominganlianheqi', 'dehmmalhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1031. (10287, 150301, 150300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1032. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1033. (10288, 150302, 150300, '', '海勃湾区', '', 3, 'haibowanqu', 'hbwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1034. (10289, 150303, 150300, '', '海南区', '', 3, 'hainanqu', 'hnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1035. (10290, 150304, 150300, '', '乌达区', '', 3, 'wudaqu', 'wdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1036. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1037. (10291, 150401, 150400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1038. (10292, 150402, 150400, '', '红山区', '', 3, 'hongshanqu', 'hsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1039. (10293, 150403, 150400, '', '元宝山区', '', 3, 'yuanbaoshanqu', 'ybsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1040. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1041. (10294, 150404, 150400, '', '松山区', '', 3, 'songshanqu', 'ssq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1042. (10295, 150421, 150400, '', '阿鲁科尔沁旗', '', 3, 'alukeerqinqi', 'alkeqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1043. (10296, 150422, 150400, '', '巴林左旗', '', 3, 'balinzuoqi', 'blzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1044. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1045. (10297, 150423, 150400, '', '巴林右旗', '', 3, 'balinyouqi', 'blyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1046. (10298, 150424, 150400, '', '林西县', '', 3, 'linxixian', 'lxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1047. (10299, 150425, 150400, '', '克什克腾旗', '', 3, 'keshenketengqi', 'ksktq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1048. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1049. (10300, 150426, 150400, '', '翁牛特旗', '', 3, 'wengniuteqi', 'wntq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1050. (10301, 150428, 150400, '', '喀喇沁旗', '', 3, 'kalaqinqi', 'klqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1051. (10302, 150429, 150400, '', '宁城县', '', 3, 'ningchengxian', 'ncx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1052. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1053. (10303, 150430, 150400, '', '敖汉旗', '', 3, 'aohanqi', 'ahq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1054. (10304, 150501, 150500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1055. (10305, 150502, 150500, '', '科尔沁区', '', 3, 'keerqinqu', 'keqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1056. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1057. (10306, 150521, 150500, '', '科尔沁左翼中旗', '', 3, 'keerqinzuoyizhongqi', 'keqzyzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1058. (10307, 150522, 150500, '', '科尔沁左翼后旗', '', 3, 'keerqinzuoyihouqi', 'keqzyhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1059. (10308, 150523, 150500, '', '开鲁县', '', 3, 'kailuxian', 'klx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1060. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1061. (10309, 150524, 150500, '', '库伦旗', '', 3, 'kulunqi', 'klq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1062. (10310, 150525, 150500, '', '奈曼旗', '', 3, 'naimanqi', 'nmq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1063. (10311, 150526, 150500, '', '扎鲁特旗', '', 3, 'zhaluteqi', 'zltq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1064. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1065. (10312, 150581, 150500, '', '霍林郭勒市', '', 3, 'huolinguoleshi', 'hlgls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1066. (10313, 150601, 150600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1067. (10314, 150602, 150600, '', '东胜区', '', 3, 'dongshengqu', 'dsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1068. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1069. (10315, 150621, 150600, '', '达拉特旗', '', 3, 'dalateqi', 'dltq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1070. (10316, 150622, 150600, '', '准格尔旗', '', 3, 'zhungeerqi', 'zgeq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1071. (10317, 150623, 150600, '', '鄂托克前旗', '', 3, 'etuokeqianqi', 'etkqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1072. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1073. (10318, 150624, 150600, '', '鄂托克旗', '', 3, 'etuokeqi', 'etkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1074. (10319, 150625, 150600, '', '杭锦旗', '', 3, 'hangjinqi', 'hjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1075. (10320, 150626, 150600, '', '乌审旗', '', 3, 'wushenqi', 'wsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1076. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1077. (10321, 150627, 150600, '', '伊金霍洛旗', '', 3, 'yijinhuoluoqi', 'yjhlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1078. (10322, 150701, 150700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1079. (10323, 150702, 150700, '', '海拉尔区', '', 3, 'hailaerqu', 'hleq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1080. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1081. (10324, 150703, 150700, '', '扎赉诺尔区', '', 3, 'zhalainuoerqu', 'zlneq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1082. (10325, 150721, 150700, '', '阿荣旗', '', 3, 'arongqi', 'arq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1083. (10326, 150722, 150700, '', '莫力达瓦达斡尔族自治', '', 3, 'molidawadawoerzuzizhiqi', 'mldwdwezzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1084. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1085. (10327, 150723, 150700, '', '鄂伦春自治旗', '', 3, 'elunchunzizhiqi', 'elczzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1086. (10328, 150724, 150700, '', '鄂温克族自治旗', '', 3, 'ewenkezuzizhiqi', 'ewkzzzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1087. (10329, 150725, 150700, '', '陈巴尔虎旗', '', 3, 'chenbaerhuqi', 'cbehq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1088. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1089. (10330, 150726, 150700, '', '新巴尔虎左旗', '', 3, 'xinbaerhuzuoqi', 'xbehzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1090. (10331, 150727, 150700, '', '新巴尔虎右旗', '', 3, 'xinbaerhuyouqi', 'xbehyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1091. (10332, 150781, 150700, '', '满洲里市', '', 3, 'manzhoulishi', 'mzls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1092. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1093. (10333, 150782, 150700, '', '牙克石市', '', 3, 'yakeshishi', 'ykss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1094. (10334, 150783, 150700, '', '扎兰屯市', '', 3, 'zhalantunshi', 'zlts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1095. (10335, 150784, 150700, '', '额尔古纳市', '', 3, 'eergunashi', 'eegns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1096. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1097. (10336, 150785, 150700, '', '根河市', '', 3, 'genheshi', 'ghs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1098. (10337, 150801, 150800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1099. (10338, 150802, 150800, '', '临河区', '', 3, 'linhequ', 'lhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1100. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1101. (10339, 150821, 150800, '', '五原县', '', 3, 'wuyuanxian', 'wyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1102. (10340, 150822, 150800, '', '磴口县', '', 3, 'dengkouxian', 'dkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1103. (10341, 150823, 150800, '', '乌拉特前旗', '', 3, 'wulateqianqi', 'wltqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1104. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1105. (10342, 150824, 150800, '', '乌拉特中旗', '', 3, 'wulatezhongqi', 'wltzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1106. (10343, 150825, 150800, '', '乌拉特后旗', '', 3, 'wulatehouqi', 'wlthq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1107. (10344, 150826, 150800, '', '杭锦后旗', '', 3, 'hangjinhouqi', 'hjhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1108. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1109. (10345, 150901, 150900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1110. (10346, 150902, 150900, '', '集宁区', '', 3, 'jiningqu', 'jnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1111. (10347, 150921, 150900, '', '卓资县', '', 3, 'zhuozixian', 'zzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1112. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1113. (10348, 150922, 150900, '', '化德县', '', 3, 'huadexian', 'hdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1114. (10349, 150923, 150900, '', '商都县', '', 3, 'shangdouxian', 'sdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1115. (10350, 150924, 150900, '', '兴和县', '', 3, 'xinghexian', 'xhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1116. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1117. (10351, 150925, 150900, '', '凉城县', '', 3, 'liangchengxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1118. (10352, 150926, 150900, '', '察哈尔右翼前旗', '', 3, 'chahaeryouyiqianqi', 'cheyyqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1119. (10353, 150927, 150900, '', '察哈尔右翼中旗', '', 3, 'chahaeryouyizhongqi', 'cheyyzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1120. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1121. (10354, 150928, 150900, '', '察哈尔右翼后旗', '', 3, 'chahaeryouyihouqi', 'cheyyhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1122. (10355, 150929, 150900, '', '四子王旗', '', 3, 'siziwangqi', 'szwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1123. (10356, 150981, 150900, '', '丰镇市', '', 3, 'fengzhenshi', 'fzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1124. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1125. (10357, 152201, 152200, '', '乌兰浩特市', '', 3, 'wulanhaoteshi', 'wlhts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1126. (10358, 152202, 152200, '', '阿尔山市', '', 3, 'aershanshi', 'aess', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1127. (10359, 152221, 152200, '', '科尔沁右翼前旗', '', 3, 'keerqinyouyiqianqi', 'keqyyqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1128. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1129. (10360, 152222, 152200, '', '科尔沁右翼中旗', '', 3, 'keerqinyouyizhongqi', 'keqyyzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1130. (10361, 152223, 152200, '', '扎赉特旗', '', 3, 'zhalaiteqi', 'zltq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1131. (10362, 152224, 152200, '', '突泉县', '', 3, 'tuquanxian', 'tqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1132. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1133. (10363, 152501, 152500, '', '二连浩特市', '', 3, 'erlianhaoteshi', 'elhts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1134. (10364, 152502, 152500, '', '锡林浩特市', '', 3, 'xilinhaoteshi', 'xlhts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1135. (10365, 152522, 152500, '', '阿巴嘎旗', '', 3, 'abagaqi', 'abgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1136. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1137. (10366, 152523, 152500, '', '苏尼特左旗', '', 3, 'sunitezuoqi', 'sntzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1138. (10367, 152524, 152500, '', '苏尼特右旗', '', 3, 'suniteyouqi', 'sntyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1139. (10368, 152525, 152500, '', '东乌珠穆沁旗', '', 3, 'dongwuzhumuqinqi', 'dwzmqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1140. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1141. (10369, 152526, 152500, '', '西乌珠穆沁旗', '', 3, 'xiwuzhumuqinqi', 'xwzmqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1142. (10370, 152527, 152500, '', '太仆寺旗', '', 3, 'taipusiqi', 'tpsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1143. (10371, 152528, 152500, '', '镶黄旗', '', 3, 'xianghuangqi', 'xhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1144. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1145. (10372, 152529, 152500, '', '正镶白旗', '', 3, 'zhengxiangbaiqi', 'zxbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1146. (10373, 152530, 152500, '', '正蓝旗', '', 3, 'zhenglanqi', 'zlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1147. (10374, 152531, 152500, '', '多伦县', '', 3, 'duolunxian', 'dlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1148. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1149. (10375, 152921, 152900, '', '阿拉善左旗', '', 3, 'alashanzuoqi', 'alszq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1150. (10376, 152922, 152900, '', '阿拉善右旗', '', 3, 'alashanyouqi', 'alsyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1151. (10377, 152923, 152900, '', '额济纳旗', '', 3, 'ejinaqi', 'ejnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1152. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1153. (10378, 210101, 210100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1154. (10379, 210102, 210100, '', '和平区', '', 3, 'hepingqu', 'hpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1155. (10380, 210103, 210100, '', '沈河区', '', 3, 'shenhequ', 'shq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1156. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1157. (10381, 210104, 210100, '', '大东区', '', 3, 'dadongqu', 'ddq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1158. (10382, 210105, 210100, '', '皇姑区', '', 3, 'huangguqu', 'hgq', 0, 0, 0, 1, '皇姑', 0, '2017-01-22 14:45:08', 'system', 'system', '2016-12-07 18:05:48'),
  1159. (10383, 210106, 210100, '', '铁西区', '', 3, 'tiexiqu', 'txq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1160. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1161. (10384, 210111, 210100, '', '苏家屯区', '', 3, 'sujiatunqu', 'sjtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1162. (10385, 210112, 210100, '', '东陵区', '', 3, 'donglingqu', 'dlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1163. (10386, 210113, 210100, '', '沈北新区', '', 3, 'shenbeixinqu', 'sbxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1164. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1165. (10387, 210114, 210100, '', '于洪区', '', 3, 'yuhongqu', 'yhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1166. (10388, 210122, 210100, '', '辽中县', '', 3, 'liaozhongxian', 'lzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1167. (10389, 210123, 210100, '', '康平县', '', 3, 'kangpingxian', 'kpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1168. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1169. (10390, 210124, 210100, '', '法库县', '', 3, 'fakuxian', 'fkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1170. (10391, 210181, 210100, '', '新民市', '', 3, 'xinminshi', 'xms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1171. (10392, 210201, 210200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1172. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1173. (10393, 210202, 210200, '', '中山区', '', 3, 'zhongshanqu', 'zsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1174. (10394, 210203, 210200, '', '西岗区', '', 3, 'xigangqu', 'xgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1175. (10395, 210204, 210200, '', '沙河口区', '', 3, 'shahekouqu', 'shkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1176. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1177. (10396, 210211, 210200, '', '甘井子区', '', 3, 'ganjingziqu', 'gjzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1178. (10397, 210212, 210200, '', '旅顺口区', '', 3, 'lu:shunkouqu', 'lskq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1179. (10398, 210213, 210200, '', '金州区', '', 3, 'jinzhouqu', 'jzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1180. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1181. (10399, 210224, 210200, '', '长海县', '', 3, 'zhanghaixian', 'zhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1182. (10400, 210281, 210200, '', '瓦房店市', '', 3, 'wafangdianshi', 'wfds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1183. (10401, 210282, 210200, '', '普兰店市', '', 3, 'pulandianshi', 'plds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1184. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1185. (10402, 210283, 210200, '', '庄河市', '', 3, 'zhuangheshi', 'zhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1186. (10403, 210301, 210300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1187. (10404, 210302, 210300, '', '铁东区', '', 3, 'tiedongqu', 'tdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1188. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1189. (10405, 210303, 210300, '', '铁西区', '', 3, 'tiexiqu', 'txq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1190. (10406, 210304, 210300, '', '立山区', '', 3, 'lishanqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1191. (10407, 210311, 210300, '', '千山区', '', 3, 'qianshanqu', 'qsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1192. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1193. (10408, 210321, 210300, '', '台安县', '', 3, 'taianxian', 'tax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1194. (10409, 210323, 210300, '', '岫岩满族自治县', '', 3, 'xiuyanmanzuzizhixian', 'xymzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1195. (10410, 210381, 210300, '', '海城市', '', 3, 'haichengshi', 'hcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1196. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1197. (10411, 210401, 210400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1198. (10412, 210402, 210400, '', '新抚区', '', 3, 'xinfuqu', 'xfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1199. (10413, 210403, 210400, '', '东洲区', '', 3, 'dongzhouqu', 'dzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1200. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1201. (10414, 210404, 210400, '', '望花区', '', 3, 'wanghuaqu', 'whq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1202. (10415, 210411, 210400, '', '顺城区', '', 3, 'shunchengqu', 'scq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1203. (10416, 210421, 210400, '', '抚顺县', '', 3, 'fushunxian', 'fsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1204. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1205. (10417, 210422, 210400, '', '新宾满族自治县', '', 3, 'xinbinmanzuzizhixian', 'xbmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1206. (10418, 210423, 210400, '', '清原满族自治县', '', 3, 'qingyuanmanzuzizhixian', 'qymzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1207. (10419, 210501, 210500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1208. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1209. (10420, 210502, 210500, '', '平山区', '', 3, 'pingshanqu', 'psq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1210. (10421, 210503, 210500, '', '溪湖区', '', 3, 'xihuqu', 'xhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1211. (10422, 210504, 210500, '', '明山区', '', 3, 'mingshanqu', 'msq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1212. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1213. (10423, 210505, 210500, '', '南芬区', '', 3, 'nanfenqu', 'nfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1214. (10424, 210521, 210500, '', '本溪满族自治县', '', 3, 'benximanzuzizhixian', 'bxmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1215. (10425, 210522, 210500, '', '桓仁满族自治县', '', 3, 'huanrenmanzuzizhixian', 'hrmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1216. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1217. (10426, 210601, 210600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1218. (10427, 210602, 210600, '', '元宝区', '', 3, 'yuanbaoqu', 'ybq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1219. (10428, 210603, 210600, '', '振兴区', '', 3, 'zhenxingqu', 'zxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1220. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1221. (10429, 210604, 210600, '', '振安区', '', 3, 'zhenanqu', 'zaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1222. (10430, 210624, 210600, '', '宽甸满族自治县', '', 3, 'kuandianmanzuzizhixian', 'kdmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1223. (10431, 210681, 210600, '', '东港市', '', 3, 'donggangshi', 'dgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1224. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1225. (10432, 210682, 210600, '', '凤城市', '', 3, 'fengchengshi', 'fcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1226. (10433, 210701, 210700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1227. (10434, 210702, 210700, '', '古塔区', '', 3, 'gutaqu', 'gtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1228. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1229. (10435, 210703, 210700, '', '凌河区', '', 3, 'linghequ', 'lhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1230. (10436, 210711, 210700, '', '太和区', '', 3, 'taihequ', 'thq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1231. (10437, 210726, 210700, '', '黑山县', '', 3, 'heishanxian', 'hsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1232. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1233. (10438, 210727, 210700, '', '义县', '', 3, 'yixian', 'yx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1234. (10439, 210781, 210700, '', '凌海市', '', 3, 'linghaishi', 'lhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1235. (10440, 210782, 210700, '', '北镇市', '', 3, 'beizhenshi', 'bzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1236. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1237. (10441, 210801, 210800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1238. (10442, 210802, 210800, '', '站前区', '', 3, 'zhanqianqu', 'zqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1239. (10443, 210803, 210800, '', '西市区', '', 3, 'xishiqu', 'xsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1240. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1241. (10444, 210804, 210800, '', '鲅鱼圈区', '', 3, 'bayuquanqu', 'byqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1242. (10445, 210811, 210800, '', '老边区', '', 3, 'laobianqu', 'lbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1243. (10446, 210881, 210800, '', '盖州市', '', 3, 'gaizhoushi', 'gzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1244. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1245. (10447, 210882, 210800, '', '大石桥市', '', 3, 'dashiqiaoshi', 'dsqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1246. (10448, 210901, 210900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1247. (10449, 210902, 210900, '', '海州区', '', 3, 'haizhouqu', 'hzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1248. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1249. (10450, 210903, 210900, '', '新邱区', '', 3, 'xinqiuqu', 'xqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1250. (10451, 210904, 210900, '', '太平区', '', 3, 'taipingqu', 'tpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1251. (10452, 210905, 210900, '', '清河门区', '', 3, 'qinghemenqu', 'qhmq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1252. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1253. (10453, 210911, 210900, '', '细河区', '', 3, 'xihequ', 'xhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1254. (10454, 210921, 210900, '', '阜新蒙古族自治县', '', 3, 'fuxinmengguzuzizhixian', 'fxmgzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1255. (10455, 210922, 210900, '', '彰武县', '', 3, 'zhangwuxian', 'zwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1256. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1257. (10456, 211001, 211000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1258. (10457, 211002, 211000, '', '白塔区', '', 3, 'baitaqu', 'btq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1259. (10458, 211003, 211000, '', '文圣区', '', 3, 'wenshengqu', 'wsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1260. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1261. (10459, 211004, 211000, '', '宏伟区', '', 3, 'hongweiqu', 'hwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1262. (10460, 211005, 211000, '', '弓长岭区', '', 3, 'gongzhanglingqu', 'gzlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1263. (10461, 211011, 211000, '', '太子河区', '', 3, 'taizihequ', 'tzhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1264. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1265. (10462, 211021, 211000, '', '辽阳县', '', 3, 'liaoyangxian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1266. (10463, 211081, 211000, '', '灯塔市', '', 3, 'dengtashi', 'dts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1267. (10464, 211101, 211100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1268. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1269. (10465, 211102, 211100, '', '双台子区', '', 3, 'shuangtaiziqu', 'stzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1270. (10466, 211103, 211100, '', '兴隆台区', '', 3, 'xinglongtaiqu', 'xltq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1271. (10467, 211121, 211100, '', '大洼县', '', 3, 'dawaxian', 'dwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1272. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1273. (10468, 211122, 211100, '', '盘山县', '', 3, 'panshanxian', 'psx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1274. (10469, 211201, 211200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1275. (10470, 211202, 211200, '', '银州区', '', 3, 'yinzhouqu', 'yzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1276. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1277. (10471, 211204, 211200, '', '清河区', '', 3, 'qinghequ', 'qhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1278. (10472, 211221, 211200, '', '铁岭县', '', 3, 'tielingxian', 'tlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1279. (10473, 211223, 211200, '', '西丰县', '', 3, 'xifengxian', 'xfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1280. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1281. (10474, 211224, 211200, '', '昌图县', '', 3, 'changtuxian', 'ctx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1282. (10475, 211281, 211200, '', '调兵山市', '', 3, 'diaobingshanshi', 'dbss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1283. (10476, 211282, 211200, '', '开原市', '', 3, 'kaiyuanshi', 'kys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1284. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1285. (10477, 211301, 211300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1286. (10478, 211302, 211300, '', '双塔区', '', 3, 'shuangtaqu', 'stq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1287. (10479, 211303, 211300, '', '龙城区', '', 3, 'longchengqu', 'lcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1288. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1289. (10480, 211321, 211300, '', '朝阳县', '', 3, 'chaoyangxian', 'cyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1290. (10481, 211322, 211300, '', '建平县', '', 3, 'jianpingxian', 'jpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1291. (10482, 211324, 211300, '', '喀喇沁左翼蒙古族自治', '', 3, 'kalaqinzuoyimengguzuzizhixian', 'klqzymgzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1292. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1293. (10483, 211381, 211300, '', '北票市', '', 3, 'beipiaoshi', 'bps', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1294. (10484, 211382, 211300, '', '凌源市', '', 3, 'lingyuanshi', 'lys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1295. (10485, 211401, 211400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1296. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1297. (10486, 211402, 211400, '', '连山区', '', 3, 'lianshanqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1298. (10487, 211403, 211400, '', '龙港区', '', 3, 'longgangqu', 'lgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1299. (10488, 211404, 211400, '', '南票区', '', 3, 'nanpiaoqu', 'npq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1300. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1301. (10489, 211421, 211400, '', '绥中县', '', 3, 'suizhongxian', 'szx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1302. (10490, 211422, 211400, '', '建昌县', '', 3, 'jianchangxian', 'jcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1303. (10491, 211481, 211400, '', '兴城市', '', 3, 'xingchengshi', 'xcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1304. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1305. (10492, 220101, 220100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1306. (10493, 220102, 220100, '', '南关区', '', 3, 'nanguanqu', 'ngq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1307. (10494, 220103, 220100, '', '宽城区', '', 3, 'kuanchengqu', 'kcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1308. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1309. (10495, 220104, 220100, '', '朝阳区', '', 3, 'chaoyangqu', 'cyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1310. (10496, 220105, 220100, '', '二道区', '', 3, 'erdaoqu', 'edq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1311. (10497, 220106, 220100, '', '绿园区', '', 3, 'lu:yuanqu', 'lyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1312. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1313. (10498, 220112, 220100, '', '双阳区', '', 3, 'shuangyangqu', 'syq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1314. (10499, 220113, 220100, '', '九台区', '', 3, 'jiutaiqu', 'jtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1315. (10500, 220122, 220100, '', '农安县', '', 3, 'nonganxian', 'nax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1316. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1317. (10501, 220182, 220100, '', '榆树市', '', 3, 'yushushi', 'yss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1318. (10502, 220183, 220100, '', '德惠市', '', 3, 'dehuishi', 'dhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1319. (10503, 220201, 220200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1320. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1321. (10504, 220202, 220200, '', '昌邑区', '', 3, 'changyiqu', 'cyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1322. (10505, 220203, 220200, '', '龙潭区', '', 3, 'longtanqu', 'ltq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1323. (10506, 220204, 220200, '', '船营区', '', 3, 'chuanyingqu', 'cyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1324. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1325. (10507, 220211, 220200, '', '丰满区', '', 3, 'fengmanqu', 'fmq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1326. (10508, 220221, 220200, '', '永吉县', '', 3, 'yongjixian', 'yjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1327. (10509, 220281, 220200, '', '蛟河市', '', 3, 'jiaoheshi', 'jhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1328. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1329. (10510, 220282, 220200, '', '桦甸市', '', 3, 'huadianshi', 'hds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1330. (10511, 220283, 220200, '', '舒兰市', '', 3, 'shulanshi', 'sls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1331. (10512, 220284, 220200, '', '磐石市', '', 3, 'panshishi', 'pss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1332. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1333. (10513, 220301, 220300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1334. (10514, 220302, 220300, '', '铁西区', '', 3, 'tiexiqu', 'txq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1335. (10515, 220303, 220300, '', '铁东区', '', 3, 'tiedongqu', 'tdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1336. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1337. (10516, 220322, 220300, '', '梨树县', '', 3, 'lishuxian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1338. (10517, 220323, 220300, '', '伊通满族自治县', '', 3, 'yitongmanzuzizhixian', 'ytmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1339. (10518, 220381, 220300, '', '公主岭市', '', 3, 'gongzhulingshi', 'gzls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1340. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1341. (10519, 220382, 220300, '', '双辽市', '', 3, 'shuangliaoshi', 'sls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1342. (10520, 220401, 220400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1343. (10521, 220402, 220400, '', '龙山区', '', 3, 'longshanqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1344. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1345. (10522, 220403, 220400, '', '西安区', '', 3, 'xianqu', 'xaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1346. (10523, 220421, 220400, '', '东丰县', '', 3, 'dongfengxian', 'dfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1347. (10524, 220422, 220400, '', '东辽县', '', 3, 'dongliaoxian', 'dlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1348. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1349. (10525, 220501, 220500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1350. (10526, 220502, 220500, '', '东昌区', '', 3, 'dongchangqu', 'dcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1351. (10527, 220503, 220500, '', '二道江区', '', 3, 'erdaojiangqu', 'edjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1352. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1353. (10528, 220521, 220500, '', '通化县', '', 3, 'tonghuaxian', 'thx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1354. (10529, 220523, 220500, '', '辉南县', '', 3, 'huinanxian', 'hnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1355. (10530, 220524, 220500, '', '柳河县', '', 3, 'liuhexian', 'lhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1356. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1357. (10531, 220581, 220500, '', '梅河口市', '', 3, 'meihekoushi', 'mhks', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1358. (10532, 220582, 220500, '', '集安市', '', 3, 'jianshi', 'jas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1359. (10533, 220601, 220600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1360. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1361. (10534, 220602, 220600, '', '浑江区', '', 3, 'hunjiangqu', 'hjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1362. (10535, 220605, 220600, '', '江源区', '', 3, 'jiangyuanqu', 'jyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1363. (10536, 220621, 220600, '', '抚松县', '', 3, 'fusongxian', 'fsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1364. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1365. (10537, 220622, 220600, '', '靖宇县', '', 3, 'jingyuxian', 'jyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1366. (10538, 220623, 220600, '', '长白朝鲜族自治县', '', 3, 'zhangbaichaoxianzuzizhixian', 'zbcxzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1367. (10539, 220681, 220600, '', '临江市', '', 3, 'linjiangshi', 'ljs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1368. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1369. (10540, 220701, 220700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1370. (10541, 220702, 220700, '', '宁江区', '', 3, 'ningjiangqu', 'njq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1371. (10542, 220721, 220700, '', '前郭尔罗斯蒙古族自治', '', 3, 'qianguoerluosimengguzuzizhixian', 'qgelsmgzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1372. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1373. (10543, 220722, 220700, '', '长岭县', '', 3, 'zhanglingxian', 'zlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1374. (10544, 220723, 220700, '', '乾安县', '', 3, 'qiananxian', 'qax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1375. (10545, 220781, 220700, '', '扶余市', '', 3, 'fuyushi', 'fys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1376. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1377. (10546, 220801, 220800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1378. (10547, 220802, 220800, '', '洮北区', '', 3, 'taobeiqu', 'tbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1379. (10548, 220821, 220800, '', '镇赉县', '', 3, 'zhenlaixian', 'zlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1380. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1381. (10549, 220822, 220800, '', '通榆县', '', 3, 'tongyuxian', 'tyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1382. (10550, 220881, 220800, '', '洮南市', '', 3, 'taonanshi', 'tns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1383. (10551, 220882, 220800, '', '大安市', '', 3, 'daanshi', 'das', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1384. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1385. (10552, 222401, 222400, '', '延吉市', '', 3, 'yanjishi', 'yjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1386. (10553, 222402, 222400, '', '图们市', '', 3, 'tumenshi', 'tms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1387. (10554, 222403, 222400, '', '敦化市', '', 3, 'dunhuashi', 'dhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1388. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1389. (10555, 222404, 222400, '', '珲春市', '', 3, 'hunchunshi', 'hcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1390. (10556, 222405, 222400, '', '龙井市', '', 3, 'longjingshi', 'ljs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1391. (10557, 222406, 222400, '', '和龙市', '', 3, 'helongshi', 'hls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1392. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1393. (10558, 222424, 222400, '', '汪清县', '', 3, 'wangqingxian', 'wqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1394. (10559, 222426, 222400, '', '安图县', '', 3, 'antuxian', 'atx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1395. (10560, 230101, 230100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1396. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1397. (10561, 230102, 230100, '', '道里区', '', 3, 'daoliqu', 'dlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1398. (10562, 230103, 230100, '', '南岗区', '', 3, 'nangangqu', 'ngq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1399. (10563, 230104, 230100, '', '道外区', '', 3, 'daowaiqu', 'dwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1400. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1401. (10564, 230108, 230100, '', '平房区', '', 3, 'pingfangqu', 'pfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1402. (10565, 230109, 230100, '', '松北区', '', 3, 'songbeiqu', 'sbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1403. (10566, 230110, 230100, '', '香坊区', '', 3, 'xiangfangqu', 'xfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1404. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1405. (10567, 230111, 230100, '', '呼兰区', '', 3, 'hulanqu', 'hlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1406. (10568, 230112, 230100, '', '阿城区', '', 3, 'achengqu', 'acq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1407. (10569, 230113, 230100, '', '双城区', '', 3, 'shuangchengqu', 'scq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1408. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1409. (10570, 230123, 230100, '', '依兰县', '', 3, 'yilanxian', 'ylx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1410. (10571, 230124, 230100, '', '方正县', '', 3, 'fangzhengxian', 'fzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1411. (10572, 230125, 230100, '', '宾县', '', 3, 'binxian', 'bx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1412. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1413. (10573, 230126, 230100, '', '巴彦县', '', 3, 'bayanxian', 'byx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1414. (10574, 230127, 230100, '', '木兰县', '', 3, 'mulanxian', 'mlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1415. (10575, 230128, 230100, '', '通河县', '', 3, 'tonghexian', 'thx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1416. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1417. (10576, 230129, 230100, '', '延寿县', '', 3, 'yanshouxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1418. (10577, 230183, 230100, '', '尚志市', '', 3, 'shangzhishi', 'szs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1419. (10578, 230184, 230100, '', '五常市', '', 3, 'wuchangshi', 'wcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1420. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1421. (10579, 230201, 230200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1422. (10580, 230202, 230200, '', '龙沙区', '', 3, 'longshaqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1423. (10581, 230203, 230200, '', '建华区', '', 3, 'jianhuaqu', 'jhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1424. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1425. (10582, 230204, 230200, '', '铁锋区', '', 3, 'tiefengqu', 'tfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1426. (10583, 230205, 230200, '', '昂昂溪区', '', 3, 'angangxiqu', 'aaxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1427. (10584, 230206, 230200, '', '富拉尔基区', '', 3, 'fulaerjiqu', 'flejq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1428. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1429. (10585, 230207, 230200, '', '碾子山区', '', 3, 'nianzishanqu', 'nzsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1430. (10586, 230208, 230200, '', '梅里斯达斡尔族区', '', 3, 'meilisidawoerzuqu', 'mlsdwezq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1431. (10587, 230221, 230200, '', '龙江县', '', 3, 'longjiangxian', 'ljx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1432. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1433. (10588, 230223, 230200, '', '依安县', '', 3, 'yianxian', 'yax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1434. (10589, 230224, 230200, '', '泰来县', '', 3, 'tailaixian', 'tlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1435. (10590, 230225, 230200, '', '甘南县', '', 3, 'gannanxian', 'gnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1436. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1437. (10591, 230227, 230200, '', '富裕县', '', 3, 'fuyuxian', 'fyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1438. (10592, 230229, 230200, '', '克山县', '', 3, 'keshanxian', 'ksx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1439. (10593, 230230, 230200, '', '克东县', '', 3, 'kedongxian', 'kdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1440. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1441. (10594, 230231, 230200, '', '拜泉县', '', 3, 'baiquanxian', 'bqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1442. (10595, 230281, 230200, '', '讷河市', '', 3, 'neheshi', 'nhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1443. (10596, 230301, 230300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1444. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1445. (10597, 230302, 230300, '', '鸡冠区', '', 3, 'jiguanqu', 'jgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1446. (10598, 230303, 230300, '', '恒山区', '', 3, 'hengshanqu', 'hsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1447. (10599, 230304, 230300, '', '滴道区', '', 3, 'didaoqu', 'ddq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1448. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1449. (10600, 230305, 230300, '', '梨树区', '', 3, 'lishuqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1450. (10601, 230306, 230300, '', '城子河区', '', 3, 'chengzihequ', 'czhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1451. (10602, 230307, 230300, '', '麻山区', '', 3, 'mashanqu', 'msq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1452. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1453. (10603, 230321, 230300, '', '鸡东县', '', 3, 'jidongxian', 'jdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1454. (10604, 230381, 230300, '', '虎林市', '', 3, 'hulinshi', 'hls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1455. (10605, 230382, 230300, '', '密山市', '', 3, 'mishanshi', 'mss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1456. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1457. (10606, 230401, 230400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1458. (10607, 230402, 230400, '', '向阳区', '', 3, 'xiangyangqu', 'xyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1459. (10608, 230403, 230400, '', '工农区', '', 3, 'gongnongqu', 'gnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1460. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1461. (10609, 230404, 230400, '', '南山区', '', 3, 'nanshanqu', 'nsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1462. (10610, 230405, 230400, '', '兴安区', '', 3, 'xinganqu', 'xaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1463. (10611, 230406, 230400, '', '东山区', '', 3, 'dongshanqu', 'dsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1464. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1465. (10612, 230407, 230400, '', '兴山区', '', 3, 'xingshanqu', 'xsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1466. (10613, 230421, 230400, '', '萝北县', '', 3, 'luobeixian', 'lbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1467. (10614, 230422, 230400, '', '绥滨县', '', 3, 'suibinxian', 'sbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1468. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1469. (10615, 230501, 230500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1470. (10616, 230502, 230500, '', '尖山区', '', 3, 'jianshanqu', 'jsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1471. (10617, 230503, 230500, '', '岭东区', '', 3, 'lingdongqu', 'ldq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1472. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1473. (10618, 230505, 230500, '', '四方台区', '', 3, 'sifangtaiqu', 'sftq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1474. (10619, 230506, 230500, '', '宝山区', '', 3, 'baoshanqu', 'bsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1475. (10620, 230521, 230500, '', '集贤县', '', 3, 'jixianxian', 'jxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1476. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1477. (10621, 230522, 230500, '', '友谊县', '', 3, 'youyixian', 'yyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1478. (10622, 230523, 230500, '', '宝清县', '', 3, 'baoqingxian', 'bqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1479. (10623, 230524, 230500, '', '饶河县', '', 3, 'raohexian', 'rhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1480. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1481. (10624, 230601, 230600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1482. (10625, 230602, 230600, '', '萨尔图区', '', 3, 'saertuqu', 'setq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1483. (10626, 230603, 230600, '', '龙凤区', '', 3, 'longfengqu', 'lfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1484. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1485. (10627, 230604, 230600, '', '让胡路区', '', 3, 'ranghuluqu', 'rhlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1486. (10628, 230605, 230600, '', '红岗区', '', 3, 'honggangqu', 'hgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1487. (10629, 230606, 230600, '', '大同区', '', 3, 'datongqu', 'dtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1488. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1489. (10630, 230621, 230600, '', '肇州县', '', 3, 'zhaozhouxian', 'zzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1490. (10631, 230622, 230600, '', '肇源县', '', 3, 'zhaoyuanxian', 'zyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1491. (10632, 230623, 230600, '', '林甸县', '', 3, 'lindianxian', 'ldx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1492. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1493. (10633, 230624, 230600, '', '杜尔伯特蒙古族自治县', '', 3, 'duerbotemengguzuzizhixian', 'debtmgzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1494. (10634, 230701, 230700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1495. (10635, 230702, 230700, '', '伊春区', '', 3, 'yichunqu', 'ycq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1496. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1497. (10636, 230703, 230700, '', '南岔区', '', 3, 'nanchaqu', 'ncq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1498. (10637, 230704, 230700, '', '友好区', '', 3, 'youhaoqu', 'yhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1499. (10638, 230705, 230700, '', '西林区', '', 3, 'xilinqu', 'xlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1500. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1501. (10639, 230706, 230700, '', '翠峦区', '', 3, 'cuiluanqu', 'clq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1502. (10640, 230707, 230700, '', '新青区', '', 3, 'xinqingqu', 'xqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1503. (10641, 230708, 230700, '', '美溪区', '', 3, 'meixiqu', 'mxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1504. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1505. (10642, 230709, 230700, '', '金山屯区', '', 3, 'jinshantunqu', 'jstq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1506. (10643, 230710, 230700, '', '五营区', '', 3, 'wuyingqu', 'wyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1507. (10644, 230711, 230700, '', '乌马河区', '', 3, 'wumahequ', 'wmhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1508. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1509. (10645, 230712, 230700, '', '汤旺河区', '', 3, 'tangwanghequ', 'twhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1510. (10646, 230713, 230700, '', '带岭区', '', 3, 'dailingqu', 'dlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1511. (10647, 230714, 230700, '', '乌伊岭区', '', 3, 'wuyilingqu', 'wylq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1512. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1513. (10648, 230715, 230700, '', '红星区', '', 3, 'hongxingqu', 'hxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1514. (10649, 230716, 230700, '', '上甘岭区', '', 3, 'shangganlingqu', 'sglq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1515. (10650, 230722, 230700, '', '嘉荫县', '', 3, 'jiayinxian', 'jyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1516. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1517. (10651, 230781, 230700, '', '铁力市', '', 3, 'tielishi', 'tls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1518. (10652, 230801, 230800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1519. (10653, 230803, 230800, '', '向阳区', '', 3, 'xiangyangqu', 'xyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1520. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1521. (10654, 230804, 230800, '', '前进区', '', 3, 'qianjinqu', 'qjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1522. (10655, 230805, 230800, '', '东风区', '', 3, 'dongfengqu', 'dfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1523. (10656, 230811, 230800, '', '郊区', '', 3, 'jiaoqu', 'jq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1524. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1525. (10657, 230822, 230800, '', '桦南县', '', 3, 'huananxian', 'hnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1526. (10658, 230826, 230800, '', '桦川县', '', 3, 'huachuanxian', 'hcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1527. (10659, 230828, 230800, '', '汤原县', '', 3, 'tangyuanxian', 'tyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1528. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1529. (10660, 230833, 230800, '', '抚远县', '', 3, 'fuyuanxian', 'fyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1530. (10661, 230881, 230800, '', '同江市', '', 3, 'tongjiangshi', 'tjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1531. (10662, 230882, 230800, '', '富锦市', '', 3, 'fujinshi', 'fjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1532. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1533. (10663, 230901, 230900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1534. (10664, 230902, 230900, '', '新兴区', '', 3, 'xinxingqu', 'xxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1535. (10665, 230903, 230900, '', '桃山区', '', 3, 'taoshanqu', 'tsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1536. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1537. (10666, 230904, 230900, '', '茄子河区', '', 3, 'qiezihequ', 'qzhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1538. (10667, 230921, 230900, '', '勃利县', '', 3, 'bolixian', 'blx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1539. (10668, 231001, 231000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1540. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1541. (10669, 231002, 231000, '', '东安区', '', 3, 'donganqu', 'daq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1542. (10670, 231003, 231000, '', '阳明区', '', 3, 'yangmingqu', 'ymq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1543. (10671, 231004, 231000, '', '爱民区', '', 3, 'aiminqu', 'amq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1544. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1545. (10672, 231005, 231000, '', '西安区', '', 3, 'xianqu', 'xaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1546. (10673, 231024, 231000, '', '东宁县', '', 3, 'dongningxian', 'dnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1547. (10674, 231025, 231000, '', '林口县', '', 3, 'linkouxian', 'lkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1548. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1549. (10675, 231081, 231000, '', '绥芬河市', '', 3, 'suifenheshi', 'sfhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1550. (10676, 231083, 231000, '', '海林市', '', 3, 'hailinshi', 'hls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1551. (10677, 231084, 231000, '', '宁安市', '', 3, 'ninganshi', 'nas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1552. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1553. (10678, 231085, 231000, '', '穆棱市', '', 3, 'mulengshi', 'mls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1554. (10679, 231101, 231100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1555. (10680, 231102, 231100, '', '爱辉区', '', 3, 'aihuiqu', 'ahq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1556. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1557. (10681, 231121, 231100, '', '嫩江县', '', 3, 'nenjiangxian', 'njx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1558. (10682, 231123, 231100, '', '逊克县', '', 3, 'xunkexian', 'xkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1559. (10683, 231124, 231100, '', '孙吴县', '', 3, 'sunwuxian', 'swx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1560. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1561. (10684, 231181, 231100, '', '北安市', '', 3, 'beianshi', 'bas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1562. (10685, 231182, 231100, '', '五大连池市', '', 3, 'wudalianchishi', 'wdlcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1563. (10686, 231201, 231200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1564. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1565. (10687, 231202, 231200, '', '北林区', '', 3, 'beilinqu', 'blq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1566. (10688, 231221, 231200, '', '望奎县', '', 3, 'wangkuixian', 'wkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1567. (10689, 231222, 231200, '', '兰西县', '', 3, 'lanxixian', 'lxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1568. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1569. (10690, 231223, 231200, '', '青冈县', '', 3, 'qinggangxian', 'qgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1570. (10691, 231224, 231200, '', '庆安县', '', 3, 'qinganxian', 'qax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1571. (10692, 231225, 231200, '', '明水县', '', 3, 'mingshuixian', 'msx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1572. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1573. (10693, 231226, 231200, '', '绥棱县', '', 3, 'suilengxian', 'slx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1574. (10694, 231281, 231200, '', '安达市', '', 3, 'andashi', 'ads', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1575. (10695, 231282, 231200, '', '肇东市', '', 3, 'zhaodongshi', 'zds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1576. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1577. (10696, 231283, 231200, '', '海伦市', '', 3, 'hailunshi', 'hls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1578. (10697, 232721, 232700, '', '呼玛县', '', 3, 'humaxian', 'hmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1579. (10698, 232722, 232700, '', '塔河县', '', 3, 'tahexian', 'thx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1580. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1581. (10699, 232723, 232700, '', '漠河县', '', 3, 'mohexian', 'mhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1582. (10700, 310101, 310100, '', '黄浦区', '', 3, 'huangpuqu', 'hpq', 0, 0, 0, 1, '123123', 0, '2017-05-11 14:34:24', 'system', 'system', '2016-12-07 18:05:48'),
  1583. (10701, 310104, 310100, '', '徐汇区', '', 3, 'xuhuiqu', 'xhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1584. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1585. (10702, 310105, 310100, '', '长宁区', '', 3, 'zhangningqu', 'znq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1586. (10703, 310106, 310100, '', '静安区', '', 3, 'jinganqu', 'jaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1587. (10704, 310107, 310100, '', '普陀区', '', 3, 'putuoqu', 'ptq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1588. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1589. (10705, 310108, 310100, '', '闸北区', '', 3, 'zhabeiqu', 'zbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1590. (10706, 310109, 310100, '', '虹口区', '', 3, 'hongkouqu', 'hkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1591. (10707, 310110, 310100, '', '杨浦区', '', 3, 'yangpuqu', 'ypq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1592. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1593. (10708, 310112, 310100, '', '闵行区', '', 3, 'minxingqu', 'mxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1594. (10709, 310113, 310100, '', '宝山区', '', 3, 'baoshanqu', 'bsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1595. (10710, 310114, 310100, '', '嘉定区', '', 3, 'jiadingqu', 'jdq', 0, 0, 0, 1, '上海', 0, '2017-02-16 16:30:46', 'system', 'system', '2017-02-17 16:15:41');
  1596. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1597. (10711, 310115, 310100, '', '浦东新区', '', 3, 'pudongxinqu', 'pdxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1598. (10712, 310116, 310100, '', '金山区', '', 3, 'jinshanqu', 'jsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1599. (10713, 310117, 310100, '', '松江区', '', 3, 'songjiangqu', 'sjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1600. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1601. (10714, 310118, 310100, '', '青浦区', '', 3, 'qingpuqu', 'qpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1602. (10715, 310120, 310100, '', '奉贤区', '', 3, 'fengxianqu', 'fxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1603. (10716, 310230, 310200, '', '崇明县', '', 3, 'chongmingxian', 'cmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1604. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1605. (10717, 320101, 320100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1606. (10718, 320102, 320100, '', '玄武区', '', 3, 'xuanwuqu', 'xwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1607. (10719, 320104, 320100, '', '秦淮区', '', 3, 'qinhuaiqu', 'qhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1608. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1609. (10720, 320105, 320100, '', '建邺区', '', 3, 'jianyequ', 'jyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1610. (10721, 320106, 320100, '', '鼓楼区', '', 3, 'gulouqu', 'glq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1611. (10722, 320111, 320100, '', '浦口区', '', 3, 'pukouqu', 'pkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1612. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1613. (10723, 320113, 320100, '', '栖霞区', '', 3, 'qixiaqu', 'qxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1614. (10724, 320114, 320100, '', '雨花台区', '', 3, 'yuhuataiqu', 'yhtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1615. (10725, 320115, 320100, '', '江宁区', '', 3, 'jiangningqu', 'jnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1616. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1617. (10726, 320116, 320100, '', '六合区', '', 3, 'liuhequ', 'lhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1618. (10727, 320117, 320100, '', '溧水区', '', 3, 'lishuiqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1619. (10728, 320118, 320100, '', '高淳区', '', 3, 'gaochunqu', 'gcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1620. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1621. (10729, 320201, 320200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1622. (10730, 320202, 320200, '', '崇安区', '', 3, 'chonganqu', 'caq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1623. (10731, 320203, 320200, '', '南长区', '', 3, 'nanzhangqu', 'nzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1624. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1625. (10732, 320204, 320200, '', '北塘区', '', 3, 'beitangqu', 'btq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1626. (10733, 320205, 320200, '', '锡山区', '', 3, 'xishanqu', 'xsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1627. (10734, 320206, 320200, '', '惠山区', '', 3, 'huishanqu', 'hsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1628. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1629. (10735, 320211, 320200, '', '滨湖区', '', 3, 'binhuqu', 'bhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1630. (10736, 320281, 320200, '', '江阴市', '', 3, 'jiangyinshi', 'jys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1631. (10737, 320282, 320200, '', '宜兴市', '', 3, 'yixingshi', 'yxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1632. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1633. (10738, 320301, 320300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1634. (10739, 320302, 320300, '', '鼓楼区', '', 3, 'gulouqu', 'glq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1635. (10740, 320303, 320300, '', '云龙区', '', 3, 'yunlongqu', 'ylq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1636. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1637. (10741, 320305, 320300, '', '贾汪区', '', 3, 'jiawangqu', 'jwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1638. (10742, 320311, 320300, '', '泉山区', '', 3, 'quanshanqu', 'qsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1639. (10743, 320312, 320300, '', '铜山区', '', 3, 'tongshanqu', 'tsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1640. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1641. (10744, 320321, 320300, '', '丰县', '', 3, 'fengxian', 'fx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1642. (10745, 320322, 320300, '', '沛县', '', 3, 'peixian', 'px', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1643. (10746, 320324, 320300, '', '睢宁县', '', 3, 'suiningxian', 'snx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1644. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1645. (10747, 320381, 320300, '', '新沂市', '', 3, 'xinyishi', 'xys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1646. (10748, 320382, 320300, '', '邳州市', '', 3, 'pizhoushi', 'pzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1647. (10749, 320401, 320400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1648. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1649. (10750, 320402, 320400, '', '天宁区', '', 3, 'tianningqu', 'tnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1650. (10751, 320404, 320400, '', '钟楼区', '', 3, 'zhonglouqu', 'zlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1651. (10752, 320411, 320400, '', '新北区', '', 3, 'xinbeiqu', 'xbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1652. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1653. (10753, 320412, 320400, '', '武进区', '', 3, 'wujinqu', 'wjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1654. (10754, 320413, 320400, '', '金坛区', '', 3, 'jintanqu', 'jtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1655. (10755, 320481, 320400, '', '溧阳市', '', 3, 'liyangshi', 'lys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1656. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1657. (10756, 320501, 320500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1658. (10757, 320505, 320500, '', '虎丘区', '', 3, 'huqiuqu', 'hqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1659. (10758, 320506, 320500, '', '吴中区', '', 3, 'wuzhongqu', 'wzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1660. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1661. (10759, 320507, 320500, '', '相城区', '', 3, 'xiangchengqu', 'xcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1662. (10760, 320508, 320500, '', '姑苏区', '', 3, 'gusuqu', 'gsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1663. (10761, 320509, 320500, '', '吴江区', '', 3, 'wujiangqu', 'wjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1664. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1665. (10762, 320581, 320500, '', '常熟市', '', 3, 'changshushi', 'css', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1666. (10763, 320582, 320500, '', '张家港市', '', 3, 'zhangjiagangshi', 'zjgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1667. (10764, 320583, 320500, '', '昆山市', '', 3, 'kunshanshi', 'kss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1668. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1669. (10765, 320585, 320500, '', '太仓市', '', 3, 'taicangshi', 'tcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1670. (10766, 320601, 320600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1671. (10767, 320602, 320600, '', '崇川区', '', 3, 'chongchuanqu', 'ccq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1672. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1673. (10768, 320611, 320600, '', '港闸区', '', 3, 'gangzhaqu', 'gzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1674. (10769, 320612, 320600, '', '通州区', '', 3, 'tongzhouqu', 'tzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1675. (10770, 320621, 320600, '', '海安县', '', 3, 'haianxian', 'hax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1676. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1677. (10771, 320623, 320600, '', '如东县', '', 3, 'rudongxian', 'rdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1678. (10772, 320681, 320600, '', '启东市', '', 3, 'qidongshi', 'qds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1679. (10773, 320682, 320600, '', '如皋市', '', 3, 'rugaoshi', 'rgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1680. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1681. (10774, 320684, 320600, '', '海门市', '', 3, 'haimenshi', 'hms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1682. (10775, 320701, 320700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1683. (10776, 320703, 320700, '', '连云区', '', 3, 'lianyunqu', 'lyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1684. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1685. (10777, 320706, 320700, '', '海州区', '', 3, 'haizhouqu', 'hzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1686. (10778, 320707, 320700, '', '赣榆区', '', 3, 'ganyuqu', 'gyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1687. (10779, 320722, 320700, '', '东海县', '', 3, 'donghaixian', 'dhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1688. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1689. (10780, 320723, 320700, '', '灌云县', '', 3, 'guanyunxian', 'gyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1690. (10781, 320724, 320700, '', '灌南县', '', 3, 'guannanxian', 'gnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1691. (10782, 320801, 320800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1692. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1693. (10783, 320802, 320800, '', '清河区', '', 3, 'qinghequ', 'qhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1694. (10784, 320803, 320800, '', '淮安区', '', 3, 'huaianqu', 'haq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1695. (10785, 320804, 320800, '', '淮阴区', '', 3, 'huaiyinqu', 'hyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1696. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1697. (10786, 320811, 320800, '', '清浦区', '', 3, 'qingpuqu', 'qpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1698. (10787, 320826, 320800, '', '涟水县', '', 3, 'lianshuixian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1699. (10788, 320829, 320800, '', '洪泽县', '', 3, 'hongzexian', 'hzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1700. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1701. (10789, 320830, 320800, '', '盱眙县', '', 3, 'xuyixian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1702. (10790, 320831, 320800, '', '金湖县', '', 3, 'jinhuxian', 'jhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1703. (10791, 320901, 320900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1704. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1705. (10792, 320902, 320900, '', '亭湖区', '', 3, 'tinghuqu', 'thq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1706. (10793, 320903, 320900, '', '盐都区', '', 3, 'yandouqu', 'ydq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1707. (10794, 320904, 320900, '', '大丰区', '', 3, 'dafengqu', 'dfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1708. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1709. (10795, 320921, 320900, '', '响水县', '', 3, 'xiangshuixian', 'xsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1710. (10796, 320922, 320900, '', '滨海县', '', 3, 'binhaixian', 'bhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1711. (10797, 320923, 320900, '', '阜宁县', '', 3, 'funingxian', 'fnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1712. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1713. (10798, 320924, 320900, '', '射阳县', '', 3, 'sheyangxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1714. (10799, 320925, 320900, '', '建湖县', '', 3, 'jianhuxian', 'jhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1715. (10800, 320981, 320900, '', '东台市', '', 3, 'dongtaishi', 'dts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1716. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1717. (10801, 321001, 321000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1718. (10802, 321002, 321000, '', '广陵区', '', 3, 'guanglingqu', 'glq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1719. (10803, 321003, 321000, '', '邗江区', '', 3, 'hanjiangqu', 'hjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1720. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1721. (10804, 321012, 321000, '', '江都区', '', 3, 'jiangdouqu', 'jdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1722. (10805, 321023, 321000, '', '宝应县', '', 3, 'baoyingxian', 'byx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1723. (10806, 321081, 321000, '', '仪征市', '', 3, 'yizhengshi', 'yzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1724. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1725. (10807, 321084, 321000, '', '高邮市', '', 3, 'gaoyoushi', 'gys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1726. (10808, 321101, 321100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1727. (10809, 321102, 321100, '', '京口区', '', 3, 'jingkouqu', 'jkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1728. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1729. (10810, 321111, 321100, '', '润州区', '', 3, 'runzhouqu', 'rzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1730. (10811, 321112, 321100, '', '丹徒区', '', 3, 'dantuqu', 'dtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1731. (10812, 321181, 321100, '', '丹阳市', '', 3, 'danyangshi', 'dys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1732. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1733. (10813, 321182, 321100, '', '扬中市', '', 3, 'yangzhongshi', 'yzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1734. (10814, 321183, 321100, '', '句容市', '', 3, 'jurongshi', 'jrs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1735. (10815, 321201, 321200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1736. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1737. (10816, 321202, 321200, '', '海陵区', '', 3, 'hailingqu', 'hlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1738. (10817, 321203, 321200, '', '高港区', '', 3, 'gaogangqu', 'ggq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1739. (10818, 321204, 321200, '', '姜堰区', '', 3, 'jiangyanqu', 'jyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1740. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1741. (10819, 321281, 321200, '', '兴化市', '', 3, 'xinghuashi', 'xhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1742. (10820, 321282, 321200, '', '靖江市', '', 3, 'jingjiangshi', 'jjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1743. (10821, 321283, 321200, '', '泰兴市', '', 3, 'taixingshi', 'txs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1744. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1745. (10822, 321301, 321300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1746. (10823, 321302, 321300, '', '宿城区', '', 3, 'suchengqu', 'scq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1747. (10824, 321311, 321300, '', '宿豫区', '', 3, 'suyuqu', 'syq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1748. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1749. (10825, 321322, 321300, '', '沭阳县', '', 3, 'shuyangxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1750. (10826, 321323, 321300, '', '泗阳县', '', 3, 'siyangxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1751. (10827, 321324, 321300, '', '泗洪县', '', 3, 'sihongxian', 'shx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1752. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1753. (10828, 330101, 330100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1754. (10829, 330102, 330100, '', '上城区', '', 3, 'shangchengqu', 'scq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1755. (10830, 330103, 330100, '', '下城区', '', 3, 'xiachengqu', 'xcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1756. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1757. (10831, 330104, 330100, '', '江干区', '', 3, 'jiangganqu', 'jgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1758. (10832, 330105, 330100, '', '拱墅区', '', 3, 'gongshuqu', 'gsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1759. (10833, 330106, 330100, '', '西湖区', '', 3, 'xihuqu', 'xhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1760. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1761. (10834, 330108, 330100, '', '滨江区', '', 3, 'binjiangqu', 'bjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1762. (10835, 330109, 330100, '', '萧山区', '', 3, 'xiaoshanqu', 'xsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1763. (10836, 330110, 330100, '', '余杭区', '', 3, 'yuhangqu', 'yhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1764. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1765. (10837, 330111, 330100, '', '富阳区', '', 3, 'fuyangqu', 'fyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1766. (10838, 330122, 330100, '', '桐庐县', '', 3, 'tongluxian', 'tlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1767. (10839, 330127, 330100, '', '淳安县', '', 3, 'chunanxian', 'cax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1768. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1769. (10840, 330182, 330100, '', '建德市', '', 3, 'jiandeshi', 'jds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1770. (10841, 330185, 330100, '', '临安市', '', 3, 'linanshi', 'las', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1771. (10842, 330201, 330200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1772. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1773. (10843, 330203, 330200, '', '海曙区', '', 3, 'haishuqu', 'hsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1774. (10844, 330204, 330200, '', '江东区', '', 3, 'jiangdongqu', 'jdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1775. (10845, 330205, 330200, '', '江北区', '', 3, 'jiangbeiqu', 'jbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1776. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1777. (10846, 330206, 330200, '', '北仑区', '', 3, 'beilunqu', 'blq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1778. (10847, 330211, 330200, '', '镇海区', '', 3, 'zhenhaiqu', 'zhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1779. (10848, 330212, 330200, '', '鄞州区', '', 3, 'yinzhouqu', 'yzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1780. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1781. (10849, 330225, 330200, '', '象山县', '', 3, 'xiangshanxian', 'xsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1782. (10850, 330226, 330200, '', '宁海县', '', 3, 'ninghaixian', 'nhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1783. (10851, 330281, 330200, '', '余姚市', '', 3, 'yuyaoshi', 'yys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1784. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1785. (10852, 330282, 330200, '', '慈溪市', '', 3, 'cixishi', 'cxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1786. (10853, 330283, 330200, '', '奉化市', '', 3, 'fenghuashi', 'fhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1787. (10854, 330301, 330300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1788. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1789. (10855, 330302, 330300, '', '鹿城区', '', 3, 'luchengqu', 'lcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1790. (10856, 330303, 330300, '', '龙湾区', '', 3, 'longwanqu', 'lwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1791. (10857, 330304, 330300, '', '瓯海区', '', 3, 'ouhaiqu', 'ohq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1792. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1793. (10858, 330305, 330300, '', '洞头区', '', 3, 'dongtouqu', 'dtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1794. (10859, 330324, 330300, '', '永嘉县', '', 3, 'yongjiaxian', 'yjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1795. (10860, 330326, 330300, '', '平阳县', '', 3, 'pingyangxian', 'pyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1796. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1797. (10861, 330327, 330300, '', '苍南县', '', 3, 'cangnanxian', 'cnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1798. (10862, 330328, 330300, '', '文成县', '', 3, 'wenchengxian', 'wcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1799. (10863, 330329, 330300, '', '泰顺县', '', 3, 'taishunxian', 'tsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1800. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1801. (10864, 330381, 330300, '', '瑞安市', '', 3, 'ruianshi', 'ras', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1802. (10865, 330382, 330300, '', '乐清市', '', 3, 'leqingshi', 'lqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1803. (10866, 330401, 330400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1804. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1805. (10867, 330402, 330400, '', '南湖区', '', 3, 'nanhuqu', 'nhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1806. (10868, 330411, 330400, '', '秀洲区', '', 3, 'xiuzhouqu', 'xzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1807. (10869, 330421, 330400, '', '嘉善县', '', 3, 'jiashanxian', 'jsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1808. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1809. (10870, 330424, 330400, '', '海盐县', '', 3, 'haiyanxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1810. (10871, 330481, 330400, '', '海宁市', '', 3, 'hainingshi', 'hns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1811. (10872, 330482, 330400, '', '平湖市', '', 3, 'pinghushi', 'phs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1812. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1813. (10873, 330483, 330400, '', '桐乡市', '', 3, 'tongxiangshi', 'txs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1814. (10874, 330501, 330500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1815. (10875, 330502, 330500, '', '吴兴区', '', 3, 'wuxingqu', 'wxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1816. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1817. (10876, 330503, 330500, '', '南浔区', '', 3, 'nanxunqu', 'nxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1818. (10877, 330521, 330500, '', '德清县', '', 3, 'deqingxian', 'dqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1819. (10878, 330522, 330500, '', '长兴县', '', 3, 'zhangxingxian', 'zxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1820. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1821. (10879, 330523, 330500, '', '安吉县', '', 3, 'anjixian', 'ajx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1822. (10880, 330601, 330600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1823. (10881, 330602, 330600, '', '越城区', '', 3, 'yuechengqu', 'ycq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1824. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1825. (10882, 330603, 330600, '', '柯桥区', '', 3, 'keqiaoqu', 'kqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1826. (10883, 330604, 330600, '', '上虞区', '', 3, 'shangyuqu', 'syq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1827. (10884, 330624, 330600, '', '新昌县', '', 3, 'xinchangxian', 'xcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1828. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1829. (10885, 330681, 330600, '', '诸暨市', '', 3, 'zhujishi', 'zjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1830. (10886, 330683, 330600, '', '嵊州市', '', 3, 'shengzhoushi', 'szs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1831. (10887, 330701, 330700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1832. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1833. (10888, 330702, 330700, '', '婺城区', '', 3, 'wuchengqu', 'wcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1834. (10889, 330703, 330700, '', '金东区', '', 3, 'jindongqu', 'jdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1835. (10890, 330723, 330700, '', '武义县', '', 3, 'wuyixian', 'wyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1836. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1837. (10891, 330726, 330700, '', '浦江县', '', 3, 'pujiangxian', 'pjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1838. (10892, 330727, 330700, '', '磐安县', '', 3, 'pananxian', 'pax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1839. (10893, 330781, 330700, '', '兰溪市', '', 3, 'lanxishi', 'lxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1840. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1841. (10894, 330782, 330700, '', '义乌市', '', 3, 'yiwushi', 'yws', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1842. (10895, 330783, 330700, '', '东阳市', '', 3, 'dongyangshi', 'dys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1843. (10896, 330784, 330700, '', '永康市', '', 3, 'yongkangshi', 'yks', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1844. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1845. (10897, 330801, 330800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1846. (10898, 330802, 330800, '', '柯城区', '', 3, 'kechengqu', 'kcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1847. (10899, 330803, 330800, '', '衢江区', '', 3, 'qujiangqu', 'qjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1848. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1849. (10900, 330822, 330800, '', '常山县', '', 3, 'changshanxian', 'csx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1850. (10901, 330824, 330800, '', '开化县', '', 3, 'kaihuaxian', 'khx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1851. (10902, 330825, 330800, '', '龙游县', '', 3, 'longyouxian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1852. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1853. (10903, 330881, 330800, '', '江山市', '', 3, 'jiangshanshi', 'jss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1854. (10904, 330901, 330900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1855. (10905, 330902, 330900, '', '定海区', '', 3, 'dinghaiqu', 'dhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1856. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1857. (10906, 330903, 330900, '', '普陀区', '', 3, 'putuoqu', 'ptq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1858. (10907, 330921, 330900, '', '岱山县', '', 3, 'daishanxian', 'dsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1859. (10908, 330922, 330900, '', '嵊泗县', '', 3, 'shengsixian', 'ssx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1860. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1861. (10909, 331001, 331000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1862. (10910, 331002, 331000, '', '椒江区', '', 3, 'jiaojiangqu', 'jjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1863. (10911, 331003, 331000, '', '黄岩区', '', 3, 'huangyanqu', 'hyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1864. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1865. (10912, 331004, 331000, '', '路桥区', '', 3, 'luqiaoqu', 'lqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1866. (10913, 331021, 331000, '', '玉环县', '', 3, 'yuhuanxian', 'yhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1867. (10914, 331022, 331000, '', '三门县', '', 3, 'sanmenxian', 'smx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1868. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1869. (10915, 331023, 331000, '', '天台县', '', 3, 'tiantaixian', 'ttx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1870. (10916, 331024, 331000, '', '仙居县', '', 3, 'xianjuxian', 'xjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1871. (10917, 331081, 331000, '', '温岭市', '', 3, 'wenlingshi', 'wls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1872. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1873. (10918, 331082, 331000, '', '临海市', '', 3, 'linhaishi', 'lhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1874. (10919, 331101, 331100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1875. (10920, 331102, 331100, '', '莲都区', '', 3, 'liandouqu', 'ldq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1876. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1877. (10921, 331121, 331100, '', '青田县', '', 3, 'qingtianxian', 'qtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1878. (10922, 331122, 331100, '', '缙云县', '', 3, 'jinyunxian', 'jyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1879. (10923, 331123, 331100, '', '遂昌县', '', 3, 'suichangxian', 'scx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1880. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1881. (10924, 331124, 331100, '', '松阳县', '', 3, 'songyangxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1882. (10925, 331125, 331100, '', '云和县', '', 3, 'yunhexian', 'yhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1883. (10926, 331126, 331100, '', '庆元县', '', 3, 'qingyuanxian', 'qyx', 0, 0, 0, 1, '丽水', 0, '2017-02-16 15:35:55', 'system', 'system', '2017-02-18 17:11:18');
  1884. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1885. (10927, 331127, 331100, '', '景宁畲族自治县', '', 3, 'jingningshezuzizhixian', 'jnszzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1886. (10928, 331181, 331100, '', '龙泉市', '', 3, 'longquanshi', 'lqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1887. (10929, 340101, 340100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1888. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1889. (10930, 340102, 340100, '', '瑶海区', '', 3, 'yaohaiqu', 'yhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1890. (10931, 340103, 340100, '', '庐阳区', '', 3, 'luyangqu', 'lyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1891. (10932, 340104, 340100, '', '蜀山区', '', 3, 'shushanqu', 'ssq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1892. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1893. (10933, 340111, 340100, '', '包河区', '', 3, 'baohequ', 'bhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1894. (10934, 340121, 340100, '', '长丰县', '', 3, 'zhangfengxian', 'zfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1895. (10935, 340122, 340100, '', '肥东县', '', 3, 'feidongxian', 'fdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1896. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1897. (10936, 340123, 340100, '', '肥西县', '', 3, 'feixixian', 'fxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1898. (10937, 340124, 340100, '', '庐江县', '', 3, 'lujiangxian', 'ljx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1899. (10938, 340181, 340100, '', '巢湖市', '', 3, 'chaohushi', 'chs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1900. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1901. (10939, 340201, 340200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1902. (10940, 340202, 340200, '', '镜湖区', '', 3, 'jinghuqu', 'jhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1903. (10941, 340203, 340200, '', '弋江区', '', 3, 'yijiangqu', 'yjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1904. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1905. (10942, 340207, 340200, '', '鸠江区', '', 3, 'jiujiangqu', 'jjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1906. (10943, 340208, 340200, '', '三山区', '', 3, 'sanshanqu', 'ssq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1907. (10944, 340221, 340200, '', '芜湖县', '', 3, 'wuhuxian', 'whx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1908. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1909. (10945, 340222, 340200, '', '繁昌县', '', 3, 'fanchangxian', 'fcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1910. (10946, 340223, 340200, '', '南陵县', '', 3, 'nanlingxian', 'nlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1911. (10947, 340225, 340200, '', '无为县', '', 3, 'wuweixian', 'wwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1912. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1913. (10948, 340301, 340300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1914. (10949, 340302, 340300, '', '龙子湖区', '', 3, 'longzihuqu', 'lzhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1915. (10950, 340303, 340300, '', '蚌山区', '', 3, 'bangshanqu', 'bsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1916. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1917. (10951, 340304, 340300, '', '禹会区', '', 3, 'yuhuiqu', 'yhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1918. (10952, 340311, 340300, '', '淮上区', '', 3, 'huaishangqu', 'hsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1919. (10953, 340321, 340300, '', '怀远县', '', 3, 'huaiyuanxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1920. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1921. (10954, 340322, 340300, '', '五河县', '', 3, 'wuhexian', 'whx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1922. (10955, 340323, 340300, '', '固镇县', '', 3, 'guzhenxian', 'gzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1923. (10956, 340401, 340400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1924. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1925. (10957, 340402, 340400, '', '大通区', '', 3, 'datongqu', 'dtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1926. (10958, 340403, 340400, '', '田家庵区', '', 3, 'tianjiaanqu', 'tjaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1927. (10959, 340404, 340400, '', '谢家集区', '', 3, 'xiejiajiqu', 'xjjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1928. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1929. (10960, 340405, 340400, '', '八公山区', '', 3, 'bagongshanqu', 'bgsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1930. (10961, 340406, 340400, '', '潘集区', '', 3, 'panjiqu', 'pjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1931. (10962, 340421, 340400, '', '凤台县', '', 3, 'fengtaixian', 'ftx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1932. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1933. (10963, 340501, 340500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1934. (10964, 340503, 340500, '', '花山区', '', 3, 'huashanqu', 'hsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1935. (10965, 340504, 340500, '', '雨山区', '', 3, 'yushanqu', 'ysq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1936. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1937. (10966, 340506, 340500, '', '博望区', '', 3, 'bowangqu', 'bwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1938. (10967, 340521, 340500, '', '当涂县', '', 3, 'dangtuxian', 'dtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1939. (10968, 340522, 340500, '', '含山县', '', 3, 'hanshanxian', 'hsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1940. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1941. (10969, 340523, 340500, '', '和县', '', 3, 'hexian', 'hx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1942. (10970, 340601, 340600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1943. (10971, 340602, 340600, '', '杜集区', '', 3, 'dujiqu', 'djq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1944. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1945. (10972, 340603, 340600, '', '相山区', '', 3, 'xiangshanqu', 'xsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1946. (10973, 340604, 340600, '', '烈山区', '', 3, 'lieshanqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1947. (10974, 340621, 340600, '', '濉溪县', '', 3, 'suixixian', 'sxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1948. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1949. (10975, 340701, 340700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1950. (10976, 340702, 340700, '', '铜官山区', '', 3, 'tongguanshanqu', 'tgsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1951. (10977, 340703, 340700, '', '狮子山区', '', 3, 'shizishanqu', 'szsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1952. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1953. (10978, 340711, 340700, '', '郊区', '', 3, 'jiaoqu', 'jq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1954. (10979, 340721, 340700, '', '铜陵县', '', 3, 'tonglingxian', 'tlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1955. (10980, 340801, 340800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1956. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1957. (10981, 340802, 340800, '', '迎江区', '', 3, 'yingjiangqu', 'yjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1958. (10982, 340803, 340800, '', '大观区', '', 3, 'daguanqu', 'dgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1959. (10983, 340811, 340800, '', '宜秀区', '', 3, 'yixiuqu', 'yxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1960. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1961. (10984, 340822, 340800, '', '怀宁县', '', 3, 'huainingxian', 'hnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1962. (10985, 340823, 340800, '', '枞阳县', '', 3, 'zongyangxian', 'zyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1963. (10986, 340824, 340800, '', '潜山县', '', 3, 'qianshanxian', 'qsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1964. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1965. (10987, 340825, 340800, '', '太湖县', '', 3, 'taihuxian', 'thx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1966. (10988, 340826, 340800, '', '宿松县', '', 3, 'susongxian', 'ssx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1967. (10989, 340827, 340800, '', '望江县', '', 3, 'wangjiangxian', 'wjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1968. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1969. (10990, 340828, 340800, '', '岳西县', '', 3, 'yuexixian', 'yxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1970. (10991, 340881, 340800, '', '桐城市', '', 3, 'tongchengshi', 'tcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1971. (10992, 341001, 341000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1972. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1973. (10993, 341002, 341000, '', '屯溪区', '', 3, 'tunxiqu', 'txq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1974. (10994, 341003, 341000, '', '黄山区', '', 3, 'huangshanqu', 'hsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1975. (10995, 341004, 341000, '', '徽州区', '', 3, 'huizhouqu', 'hzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1976. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1977. (10996, 341021, 341000, '', '歙县', '', 3, 'shexian', 'sx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1978. (10997, 341022, 341000, '', '休宁县', '', 3, 'xiuningxian', 'xnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1979. (10998, 341023, 341000, '', '黟县', '', 3, 'yixian', 'yx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1980. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1981. (10999, 341024, 341000, '', '祁门县', '', 3, 'qimenxian', 'qmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1982. (11000, 341101, 341100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1983. (11001, 341102, 341100, '', '琅琊区', '', 3, 'langyaqu', 'lyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1984. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1985. (11002, 341103, 341100, '', '南谯区', '', 3, 'nanqiaoqu', 'nqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1986. (11003, 341122, 341100, '', '来安县', '', 3, 'laianxian', 'lax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1987. (11004, 341124, 341100, '', '全椒县', '', 3, 'quanjiaoxian', 'qjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1988. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1989. (11005, 341125, 341100, '', '定远县', '', 3, 'dingyuanxian', 'dyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1990. (11006, 341126, 341100, '', '凤阳县', '', 3, 'fengyangxian', 'fyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1991. (11007, 341181, 341100, '', '天长市', '', 3, 'tianzhangshi', 'tzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1992. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1993. (11008, 341182, 341100, '', '明光市', '', 3, 'mingguangshi', 'mgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1994. (11009, 341201, 341200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1995. (11010, 341202, 341200, '', '颍州区', '', 3, 'yingzhouqu', 'yzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  1996. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  1997. (11011, 341203, 341200, '', '颍东区', '', 3, 'yingdongqu', 'ydq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1998. (11012, 341204, 341200, '', '颍泉区', '', 3, 'yingquanqu', 'yqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  1999. (11013, 341221, 341200, '', '临泉县', '', 3, 'linquanxian', 'lqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2000. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2001. (11014, 341222, 341200, '', '太和县', '', 3, 'taihexian', 'thx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2002. (11015, 341225, 341200, '', '阜南县', '', 3, 'funanxian', 'fnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2003. (11016, 341226, 341200, '', '颍上县', '', 3, 'yingshangxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2004. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2005. (11017, 341282, 341200, '', '界首市', '', 3, 'jieshoushi', 'jss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2006. (11018, 341301, 341300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2007. (11019, 341302, 341300, '', '_桥区', '', 3, 'yongqiaoqu', 'yqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2008. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2009. (11020, 341321, 341300, '', '砀山县', '', 3, 'dangshanxian', 'dsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2010. (11021, 341322, 341300, '', '萧县', '', 3, 'xiaoxian', 'xx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2011. (11022, 341323, 341300, '', '灵璧县', '', 3, 'lingbixian', 'lbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2012. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2013. (11023, 341324, 341300, '', '泗县', '', 3, 'sixian', 'sx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2014. (11024, 341501, 341500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2015. (11025, 341502, 341500, '', '金安区', '', 3, 'jinanqu', 'jaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2016. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2017. (11026, 341503, 341500, '', '裕安区', '', 3, 'yuanqu', 'yaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2018. (11027, 341521, 341500, '', '寿县', '', 3, 'shouxian', 'sx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2019. (11028, 341522, 341500, '', '霍邱县', '', 3, 'huoqiuxian', 'hqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2020. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2021. (11029, 341523, 341500, '', '舒城县', '', 3, 'shuchengxian', 'scx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2022. (11030, 341524, 341500, '', '金寨县', '', 3, 'jinzhaixian', 'jzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2023. (11031, 341525, 341500, '', '霍山县', '', 3, 'huoshanxian', 'hsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2024. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2025. (11032, 341601, 341600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2026. (11033, 341602, 341600, '', '谯城区', '', 3, 'qiaochengqu', 'qcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2027. (11034, 341621, 341600, '', '涡阳县', '', 3, 'woyangxian', 'wyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2028. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2029. (11035, 341622, 341600, '', '蒙城县', '', 3, 'mengchengxian', 'mcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2030. (11036, 341623, 341600, '', '利辛县', '', 3, 'lixinxian', 'lxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2031. (11037, 341701, 341700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2032. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2033. (11038, 341702, 341700, '', '贵池区', '', 3, 'guichiqu', 'gcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2034. (11039, 341721, 341700, '', '东至县', '', 3, 'dongzhixian', 'dzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2035. (11040, 341722, 341700, '', '石台县', '', 3, 'shitaixian', 'stx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2036. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2037. (11041, 341723, 341700, '', '青阳县', '', 3, 'qingyangxian', 'qyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2038. (11042, 341801, 341800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2039. (11043, 341802, 341800, '', '宣州区', '', 3, 'xuanzhouqu', 'xzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2040. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2041. (11044, 341821, 341800, '', '郎溪县', '', 3, 'langxixian', 'lxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2042. (11045, 341822, 341800, '', '广德县', '', 3, 'guangdexian', 'gdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2043. (11046, 341823, 341800, '', '泾县', '', 3, 'jingxian', 'jx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2044. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2045. (11047, 341824, 341800, '', '绩溪县', '', 3, 'jixixian', 'jxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2046. (11048, 341825, 341800, '', '旌德县', '', 3, 'jingdexian', 'jdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2047. (11049, 341881, 341800, '', '宁国市', '', 3, 'ningguoshi', 'ngs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2048. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2049. (11050, 350101, 350100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2050. (11051, 350102, 350100, '', '鼓楼区', '', 3, 'gulouqu', 'glq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2051. (11052, 350103, 350100, '', '台江区', '', 3, 'taijiangqu', 'tjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2052. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2053. (11053, 350104, 350100, '', '仓山区', '', 3, 'cangshanqu', 'csq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2054. (11054, 350105, 350100, '', '马尾区', '', 3, 'maweiqu', 'mwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2055. (11055, 350111, 350100, '', '晋安区', '', 3, 'jinanqu', 'jaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2056. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2057. (11056, 350121, 350100, '', '闽侯县', '', 3, 'minhouxian', 'mhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2058. (11057, 350122, 350100, '', '连江县', '', 3, 'lianjiangxian', 'ljx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2059. (11058, 350123, 350100, '', '罗源县', '', 3, 'luoyuanxian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2060. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2061. (11059, 350124, 350100, '', '闽清县', '', 3, 'minqingxian', 'mqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2062. (11060, 350125, 350100, '', '永泰县', '', 3, 'yongtaixian', 'ytx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2063. (11061, 350128, 350100, '', '平潭县', '', 3, 'pingtanxian', 'ptx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2064. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2065. (11062, 350181, 350100, '', '福清市', '', 3, 'fuqingshi', 'fqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2066. (11063, 350182, 350100, '', '长乐市', '', 3, 'zhangleshi', 'zls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2067. (11064, 350201, 350200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2068. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2069. (11065, 350203, 350200, '', '思明区', '', 3, 'simingqu', 'smq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2070. (11066, 350205, 350200, '', '海沧区', '', 3, 'haicangqu', 'hcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2071. (11067, 350206, 350200, '', '湖里区', '', 3, 'huliqu', 'hlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2072. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2073. (11068, 350211, 350200, '', '集美区', '', 3, 'jimeiqu', 'jmq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2074. (11069, 350212, 350200, '', '同安区', '', 3, 'tonganqu', 'taq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2075. (11070, 350213, 350200, '', '翔安区', '', 3, 'xianganqu', 'xaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2076. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2077. (11071, 350301, 350300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2078. (11072, 350302, 350300, '', '城厢区', '', 3, 'chengxiangqu', 'cxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2079. (11073, 350303, 350300, '', '涵江区', '', 3, 'hanjiangqu', 'hjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2080. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2081. (11074, 350304, 350300, '', '荔城区', '', 3, 'lichengqu', 'lcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2082. (11075, 350305, 350300, '', '秀屿区', '', 3, 'xiuyuqu', 'xyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2083. (11076, 350322, 350300, '', '仙游县', '', 3, 'xianyouxian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2084. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2085. (11077, 350401, 350400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2086. (11078, 350402, 350400, '', '梅列区', '', 3, 'meiliequ', 'mlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2087. (11079, 350403, 350400, '', '三元区', '', 3, 'sanyuanqu', 'syq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2088. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2089. (11080, 350421, 350400, '', '明溪县', '', 3, 'mingxixian', 'mxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2090. (11081, 350423, 350400, '', '清流县', '', 3, 'qingliuxian', 'qlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2091. (11082, 350424, 350400, '', '宁化县', '', 3, 'ninghuaxian', 'nhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2092. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2093. (11083, 350425, 350400, '', '大田县', '', 3, 'datianxian', 'dtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2094. (11084, 350426, 350400, '', '尤溪县', '', 3, 'youxixian', 'yxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2095. (11085, 350427, 350400, '', '沙县', '', 3, 'shaxian', 'sx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2096. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2097. (11086, 350428, 350400, '', '将乐县', '', 3, 'jianglexian', 'jlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2098. (11087, 350429, 350400, '', '泰宁县', '', 3, 'tainingxian', 'tnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2099. (11088, 350430, 350400, '', '建宁县', '', 3, 'jianningxian', 'jnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2100. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2101. (11089, 350481, 350400, '', '永安市', '', 3, 'yonganshi', 'yas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2102. (11090, 350501, 350500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2103. (11091, 350502, 350500, '', '鲤城区', '', 3, 'lichengqu', 'lcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2104. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2105. (11092, 350503, 350500, '', '丰泽区', '', 3, 'fengzequ', 'fzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2106. (11093, 350504, 350500, '', '洛江区', '', 3, 'luojiangqu', 'ljq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2107. (11094, 350505, 350500, '', '泉港区', '', 3, 'quangangqu', 'qgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2108. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2109. (11095, 350521, 350500, '', '惠安县', '', 3, 'huianxian', 'hax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2110. (11096, 350524, 350500, '', '安溪县', '', 3, 'anxixian', 'axx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2111. (11097, 350525, 350500, '', '永春县', '', 3, 'yongchunxian', 'ycx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2112. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2113. (11098, 350526, 350500, '', '德化县', '', 3, 'dehuaxian', 'dhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2114. (11099, 350527, 350500, '', '金门县', '', 3, 'jinmenxian', 'jmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2115. (11100, 350581, 350500, '', '石狮市', '', 3, 'shishishi', 'sss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2116. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2117. (11101, 350582, 350500, '', '晋江市', '', 3, 'jinjiangshi', 'jjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2118. (11102, 350583, 350500, '', '南安市', '', 3, 'nananshi', 'nas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2119. (11103, 350601, 350600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2120. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2121. (11104, 350602, 350600, '', '芗城区', '', 3, 'xiangchengqu', 'xcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2122. (11105, 350603, 350600, '', '龙文区', '', 3, 'longwenqu', 'lwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2123. (11106, 350622, 350600, '', '云霄县', '', 3, 'yunxiaoxian', 'yxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2124. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2125. (11107, 350623, 350600, '', '漳浦县', '', 3, 'zhangpuxian', 'zpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2126. (11108, 350624, 350600, '', '诏安县', '', 3, 'zhaoanxian', 'zax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2127. (11109, 350625, 350600, '', '长泰县', '', 3, 'zhangtaixian', 'ztx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2128. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2129. (11110, 350626, 350600, '', '东山县', '', 3, 'dongshanxian', 'dsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2130. (11111, 350627, 350600, '', '南靖县', '', 3, 'nanjingxian', 'njx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2131. (11112, 350628, 350600, '', '平和县', '', 3, 'pinghexian', 'phx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2132. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2133. (11113, 350629, 350600, '', '华安县', '', 3, 'huaanxian', 'hax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2134. (11114, 350681, 350600, '', '龙海市', '', 3, 'longhaishi', 'lhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2135. (11115, 350701, 350700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2136. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2137. (11116, 350702, 350700, '', '延平区', '', 3, 'yanpingqu', 'ypq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2138. (11117, 350703, 350700, '', '建阳区', '', 3, 'jianyangqu', 'jyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2139. (11118, 350721, 350700, '', '顺昌县', '', 3, 'shunchangxian', 'scx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2140. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2141. (11119, 350722, 350700, '', '浦城县', '', 3, 'puchengxian', 'pcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2142. (11120, 350723, 350700, '', '光泽县', '', 3, 'guangzexian', 'gzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2143. (11121, 350724, 350700, '', '松溪县', '', 3, 'songxixian', 'sxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2144. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2145. (11122, 350725, 350700, '', '政和县', '', 3, 'zhenghexian', 'zhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2146. (11123, 350781, 350700, '', '邵武市', '', 3, 'shaowushi', 'sws', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2147. (11124, 350782, 350700, '', '武夷山市', '', 3, 'wuyishanshi', 'wyss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2148. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2149. (11125, 350783, 350700, '', '建瓯市', '', 3, 'jianoushi', 'jos', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2150. (11126, 350801, 350800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2151. (11127, 350802, 350800, '', '新罗区', '', 3, 'xinluoqu', 'xlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2152. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2153. (11128, 350803, 350800, '', '永定区', '', 3, 'yongdingqu', 'ydq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2154. (11129, 350821, 350800, '', '长汀县', '', 3, 'zhangtingxian', 'ztx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2155. (11130, 350823, 350800, '', '上杭县', '', 3, 'shanghangxian', 'shx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2156. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2157. (11131, 350824, 350800, '', '武平县', '', 3, 'wupingxian', 'wpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2158. (11132, 350825, 350800, '', '连城县', '', 3, 'lianchengxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2159. (11133, 350881, 350800, '', '漳平市', '', 3, 'zhangpingshi', 'zps', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2160. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2161. (11134, 350901, 350900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2162. (11135, 350902, 350900, '', '蕉城区', '', 3, 'jiaochengqu', 'jcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2163. (11136, 350921, 350900, '', '霞浦县', '', 3, 'xiapuxian', 'xpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2164. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2165. (11137, 350922, 350900, '', '古田县', '', 3, 'gutianxian', 'gtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2166. (11138, 350923, 350900, '', '屏南县', '', 3, 'pingnanxian', 'pnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2167. (11139, 350924, 350900, '', '寿宁县', '', 3, 'shouningxian', 'snx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2168. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2169. (11140, 350925, 350900, '', '周宁县', '', 3, 'zhouningxian', 'znx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2170. (11141, 350926, 350900, '', '柘荣县', '', 3, 'zherongxian', 'zrx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2171. (11142, 350981, 350900, '', '福安市', '', 3, 'fuanshi', 'fas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2172. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2173. (11143, 350982, 350900, '', '福鼎市', '', 3, 'fudingshi', 'fds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2174. (11144, 360101, 360100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2175. (11145, 360102, 360100, '', '东湖区', '', 3, 'donghuqu', 'dhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2176. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2177. (11146, 360103, 360100, '', '西湖区', '', 3, 'xihuqu', 'xhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2178. (11147, 360104, 360100, '', '青云谱区', '', 3, 'qingyunpuqu', 'qypq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2179. (11148, 360105, 360100, '', '湾里区', '', 3, 'wanliqu', 'wlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2180. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2181. (11149, 360111, 360100, '', '青山湖区', '', 3, 'qingshanhuqu', 'qshq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2182. (11150, 360112, 360100, '', '新建区', '', 3, 'xinjianqu', 'xjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2183. (11151, 360121, 360100, '', '南昌县', '', 3, 'nanchangxian', 'ncx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2184. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2185. (11152, 360123, 360100, '', '安义县', '', 3, 'anyixian', 'ayx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2186. (11153, 360124, 360100, '', '进贤县', '', 3, 'jinxianxian', 'jxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2187. (11154, 360201, 360200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2188. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2189. (11155, 360202, 360200, '', '昌江区', '', 3, 'changjiangqu', 'cjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2190. (11156, 360203, 360200, '', '珠山区', '', 3, 'zhushanqu', 'zsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2191. (11157, 360222, 360200, '', '浮梁县', '', 3, 'fuliangxian', 'flx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2192. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2193. (11158, 360281, 360200, '', '乐平市', '', 3, 'lepingshi', 'lps', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2194. (11159, 360301, 360300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2195. (11160, 360302, 360300, '', '安源区', '', 3, 'anyuanqu', 'ayq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2196. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2197. (11161, 360313, 360300, '', '湘东区', '', 3, 'xiangdongqu', 'xdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2198. (11162, 360321, 360300, '', '莲花县', '', 3, 'lianhuaxian', 'lhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2199. (11163, 360322, 360300, '', '上栗县', '', 3, 'shanglixian', 'slx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2200. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2201. (11164, 360323, 360300, '', '芦溪县', '', 3, 'luxixian', 'lxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2202. (11165, 360401, 360400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2203. (11166, 360402, 360400, '', '庐山区', '', 3, 'lushanqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2204. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2205. (11167, 360403, 360400, '', '浔阳区', '', 3, 'xunyangqu', 'xyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2206. (11168, 360421, 360400, '', '九江县', '', 3, 'jiujiangxian', 'jjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2207. (11169, 360423, 360400, '', '武宁县', '', 3, 'wuningxian', 'wnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2208. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2209. (11170, 360424, 360400, '', '修水县', '', 3, 'xiushuixian', 'xsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2210. (11171, 360425, 360400, '', '永修县', '', 3, 'yongxiuxian', 'yxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2211. (11172, 360426, 360400, '', '德安县', '', 3, 'deanxian', 'dax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2212. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2213. (11173, 360427, 360400, '', '星子县', '', 3, 'xingzixian', 'xzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2214. (11174, 360428, 360400, '', '都昌县', '', 3, 'douchangxian', 'dcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2215. (11175, 360429, 360400, '', '湖口县', '', 3, 'hukouxian', 'hkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2216. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2217. (11176, 360430, 360400, '', '彭泽县', '', 3, 'pengzexian', 'pzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2218. (11177, 360481, 360400, '', '瑞昌市', '', 3, 'ruichangshi', 'rcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2219. (11178, 360482, 360400, '', '共青城市', '', 3, 'gongqingchengshi', 'gqcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2220. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2221. (11179, 360501, 360500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2222. (11180, 360502, 360500, '', '渝水区', '', 3, 'yushuiqu', 'ysq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2223. (11181, 360521, 360500, '', '分宜县', '', 3, 'fenyixian', 'fyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2224. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2225. (11182, 360601, 360600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2226. (11183, 360602, 360600, '', '月湖区', '', 3, 'yuehuqu', 'yhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2227. (11184, 360622, 360600, '', '余江县', '', 3, 'yujiangxian', 'yjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2228. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2229. (11185, 360681, 360600, '', '贵溪市', '', 3, 'guixishi', 'gxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2230. (11186, 360701, 360700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2231. (11187, 360702, 360700, '', '章贡区', '', 3, 'zhanggongqu', 'zgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2232. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2233. (11188, 360703, 360700, '', '南康区', '', 3, 'nankangqu', 'nkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2234. (11189, 360721, 360700, '', '赣县', '', 3, 'ganxian', 'gx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2235. (11190, 360722, 360700, '', '信丰县', '', 3, 'xinfengxian', 'xfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2236. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2237. (11191, 360723, 360700, '', '大余县', '', 3, 'dayuxian', 'dyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2238. (11192, 360724, 360700, '', '上犹县', '', 3, 'shangyouxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2239. (11193, 360725, 360700, '', '崇义县', '', 3, 'chongyixian', 'cyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2240. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2241. (11194, 360726, 360700, '', '安远县', '', 3, 'anyuanxian', 'ayx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2242. (11195, 360727, 360700, '', '龙南县', '', 3, 'longnanxian', 'lnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2243. (11196, 360728, 360700, '', '定南县', '', 3, 'dingnanxian', 'dnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2244. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2245. (11197, 360729, 360700, '', '全南县', '', 3, 'quannanxian', 'qnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2246. (11198, 360730, 360700, '', '宁都县', '', 3, 'ningdouxian', 'ndx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2247. (11199, 360731, 360700, '', '于都县', '', 3, 'yudouxian', 'ydx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2248. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2249. (11200, 360732, 360700, '', '兴国县', '', 3, 'xingguoxian', 'xgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2250. (11201, 360733, 360700, '', '会昌县', '', 3, 'huichangxian', 'hcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2251. (11202, 360734, 360700, '', '寻乌县', '', 3, 'xunwuxian', 'xwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2252. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2253. (11203, 360735, 360700, '', '石城县', '', 3, 'shichengxian', 'scx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2254. (11204, 360781, 360700, '', '瑞金市', '', 3, 'ruijinshi', 'rjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2255. (11205, 360801, 360800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2256. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2257. (11206, 360802, 360800, '', '吉州区', '', 3, 'jizhouqu', 'jzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2258. (11207, 360803, 360800, '', '青原区', '', 3, 'qingyuanqu', 'qyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2259. (11208, 360821, 360800, '', '吉安县', '', 3, 'jianxian', 'jax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2260. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2261. (11209, 360822, 360800, '', '吉水县', '', 3, 'jishuixian', 'jsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2262. (11210, 360823, 360800, '', '峡江县', '', 3, 'xiajiangxian', 'xjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2263. (11211, 360824, 360800, '', '新干县', '', 3, 'xinganxian', 'xgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2264. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2265. (11212, 360825, 360800, '', '永丰县', '', 3, 'yongfengxian', 'yfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2266. (11213, 360826, 360800, '', '泰和县', '', 3, 'taihexian', 'thx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2267. (11214, 360827, 360800, '', '遂川县', '', 3, 'suichuanxian', 'scx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2268. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2269. (11215, 360828, 360800, '', '万安县', '', 3, 'wananxian', 'wax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2270. (11216, 360829, 360800, '', '安福县', '', 3, 'anfuxian', 'afx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2271. (11217, 360830, 360800, '', '永新县', '', 3, 'yongxinxian', 'yxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2272. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2273. (11218, 360881, 360800, '', '井冈山市', '', 3, 'jinggangshanshi', 'jgss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2274. (11219, 360901, 360900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2275. (11220, 360902, 360900, '', '袁州区', '', 3, 'yuanzhouqu', 'yzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2276. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2277. (11221, 360921, 360900, '', '奉新县', '', 3, 'fengxinxian', 'fxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2278. (11222, 360922, 360900, '', '万载县', '', 3, 'wanzaixian', 'wzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2279. (11223, 360923, 360900, '', '上高县', '', 3, 'shanggaoxian', 'sgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2280. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2281. (11224, 360924, 360900, '', '宜丰县', '', 3, 'yifengxian', 'yfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2282. (11225, 360925, 360900, '', '靖安县', '', 3, 'jinganxian', 'jax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2283. (11226, 360926, 360900, '', '铜鼓县', '', 3, 'tongguxian', 'tgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2284. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2285. (11227, 360981, 360900, '', '丰城市', '', 3, 'fengchengshi', 'fcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2286. (11228, 360982, 360900, '', '樟树市', '', 3, 'zhangshushi', 'zss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2287. (11229, 360983, 360900, '', '高安市', '', 3, 'gaoanshi', 'gas', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2288. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2289. (11230, 361001, 361000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2290. (11231, 361002, 361000, '', '临川区', '', 3, 'linchuanqu', 'lcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2291. (11232, 361021, 361000, '', '南城县', '', 3, 'nanchengxian', 'ncx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2292. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2293. (11233, 361022, 361000, '', '黎川县', '', 3, 'lichuanxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2294. (11234, 361023, 361000, '', '南丰县', '', 3, 'nanfengxian', 'nfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2295. (11235, 361024, 361000, '', '崇仁县', '', 3, 'chongrenxian', 'crx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2296. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2297. (11236, 361025, 361000, '', '乐安县', '', 3, 'leanxian', 'lax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2298. (11237, 361026, 361000, '', '宜黄县', '', 3, 'yihuangxian', 'yhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2299. (11238, 361027, 361000, '', '金溪县', '', 3, 'jinxixian', 'jxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2300. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2301. (11239, 361028, 361000, '', '资溪县', '', 3, 'zixixian', 'zxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2302. (11240, 361029, 361000, '', '东乡县', '', 3, 'dongxiangxian', 'dxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2303. (11241, 361030, 361000, '', '广昌县', '', 3, 'guangchangxian', 'gcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2304. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2305. (11242, 361101, 361100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2306. (11243, 361102, 361100, '', '信州区', '', 3, 'xinzhouqu', 'xzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2307. (11244, 361103, 361100, '', '广丰区', '', 3, 'guangfengqu', 'gfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2308. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2309. (11245, 361121, 361100, '', '上饶县', '', 3, 'shangraoxian', 'srx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2310. (11246, 361123, 361100, '', '玉山县', '', 3, 'yushanxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2311. (11247, 361124, 361100, '', '铅山县', '', 3, 'qianshanxian', 'qsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2312. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2313. (11248, 361125, 361100, '', '横峰县', '', 3, 'hengfengxian', 'hfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2314. (11249, 361126, 361100, '', '弋阳县', '', 3, 'yiyangxian', 'yyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2315. (11250, 361127, 361100, '', '余干县', '', 3, 'yuganxian', 'ygx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2316. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2317. (11251, 361128, 361100, '', '鄱阳县', '', 3, 'poyangxian', 'pyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2318. (11252, 361129, 361100, '', '万年县', '', 3, 'wannianxian', 'wnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2319. (11253, 361130, 361100, '', '婺源县', '', 3, 'wuyuanxian', 'wyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2320. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2321. (11254, 361181, 361100, '', '德兴市', '', 3, 'dexingshi', 'dxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2322. (11255, 370101, 370100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2323. (11256, 370102, 370100, '', '历下区', '', 3, 'lixiaqu', 'lxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2324. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2325. (11257, 370103, 370100, '', '市中区', '', 3, 'shizhongqu', 'szq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2326. (11258, 370104, 370100, '', '槐荫区', '', 3, 'huaiyinqu', 'hyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2327. (11259, 370105, 370100, '', '天桥区', '', 3, 'tianqiaoqu', 'tqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2328. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2329. (11260, 370112, 370100, '', '历城区', '', 3, 'lichengqu', 'lcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2330. (11261, 370113, 370100, '', '长清区', '', 3, 'zhangqingqu', 'zqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2331. (11262, 370124, 370100, '', '平阴县', '', 3, 'pingyinxian', 'pyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2332. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2333. (11263, 370125, 370100, '', '济阳县', '', 3, 'jiyangxian', 'jyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2334. (11264, 370126, 370100, '', '商河县', '', 3, 'shanghexian', 'shx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2335. (11265, 370181, 370100, '', '章丘市', '', 3, 'zhangqiushi', 'zqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2336. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2337. (11266, 370201, 370200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2338. (11267, 370202, 370200, '', '市南区', '', 3, 'shinanqu', 'snq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2339. (11268, 370203, 370200, '', '市北区', '', 3, 'shibeiqu', 'sbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2340. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2341. (11269, 370211, 370200, '', '黄岛区', '', 3, 'huangdaoqu', 'hdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2342. (11270, 370212, 370200, '', '崂山区', '', 3, 'laoshanqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2343. (11271, 370213, 370200, '', '李沧区', '', 3, 'licangqu', 'lcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2344. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2345. (11272, 370214, 370200, '', '城阳区', '', 3, 'chengyangqu', 'cyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2346. (11273, 370281, 370200, '', '胶州市', '', 3, 'jiaozhoushi', 'jzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2347. (11274, 370282, 370200, '', '即墨市', '', 3, 'jimoshi', 'jms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2348. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2349. (11275, 370283, 370200, '', '平度市', '', 3, 'pingdushi', 'pds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2350. (11276, 370285, 370200, '', '莱西市', '', 3, 'laixishi', 'lxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2351. (11277, 370301, 370300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2352. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2353. (11278, 370302, 370300, '', '淄川区', '', 3, 'zichuanqu', 'zcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2354. (11279, 370303, 370300, '', '张店区', '', 3, 'zhangdianqu', 'zdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2355. (11280, 370304, 370300, '', '博山区', '', 3, 'boshanqu', 'bsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2356. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2357. (11281, 370305, 370300, '', '临淄区', '', 3, 'linziqu', 'lzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2358. (11282, 370306, 370300, '', '周村区', '', 3, 'zhoucunqu', 'zcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2359. (11283, 370321, 370300, '', '桓台县', '', 3, 'huantaixian', 'htx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2360. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2361. (11284, 370322, 370300, '', '高青县', '', 3, 'gaoqingxian', 'gqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2362. (11285, 370323, 370300, '', '沂源县', '', 3, 'yiyuanxian', 'yyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2363. (11286, 370401, 370400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2364. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2365. (11287, 370402, 370400, '', '市中区', '', 3, 'shizhongqu', 'szq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2366. (11288, 370403, 370400, '', '薛城区', '', 3, 'xuechengqu', 'xcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2367. (11289, 370404, 370400, '', '峄城区', '', 3, 'yichengqu', 'ycq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2368. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2369. (11290, 370405, 370400, '', '台儿庄区', '', 3, 'taierzhuangqu', 'tezq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2370. (11291, 370406, 370400, '', '山亭区', '', 3, 'shantingqu', 'stq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2371. (11292, 370481, 370400, '', '滕州市', '', 3, 'tengzhoushi', 'tzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2372. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2373. (11293, 370501, 370500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2374. (11294, 370502, 370500, '', '东营区', '', 3, 'dongyingqu', 'dyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2375. (11295, 370503, 370500, '', '河口区', '', 3, 'hekouqu', 'hkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2376. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2377. (11296, 370521, 370500, '', '垦利县', '', 3, 'kenlixian', 'klx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2378. (11297, 370522, 370500, '', '利津县', '', 3, 'lijinxian', 'ljx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2379. (11298, 370523, 370500, '', '广饶县', '', 3, 'guangraoxian', 'grx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2380. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2381. (11299, 370601, 370600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2382. (11300, 370602, 370600, '', '芝罘区', '', 3, 'zhifuqu', 'zfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2383. (11301, 370611, 370600, '', '福山区', '', 3, 'fushanqu', 'fsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2384. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2385. (11302, 370612, 370600, '', '牟平区', '', 3, 'moupingqu', 'mpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2386. (11303, 370613, 370600, '', '莱山区', '', 3, 'laishanqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2387. (11304, 370634, 370600, '', '长岛县', '', 3, 'zhangdaoxian', 'zdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2388. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2389. (11305, 370681, 370600, '', '龙口市', '', 3, 'longkoushi', 'lks', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2390. (11306, 370682, 370600, '', '莱阳市', '', 3, 'laiyangshi', 'lys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2391. (11307, 370683, 370600, '', '莱州市', '', 3, 'laizhoushi', 'lzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2392. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2393. (11308, 370684, 370600, '', '蓬莱市', '', 3, 'penglaishi', 'pls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2394. (11309, 370685, 370600, '', '招远市', '', 3, 'zhaoyuanshi', 'zys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2395. (11310, 370686, 370600, '', '栖霞市', '', 3, 'qixiashi', 'qxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2396. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2397. (11311, 370687, 370600, '', '海阳市', '', 3, 'haiyangshi', 'hys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2398. (11312, 370701, 370700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2399. (11313, 370702, 370700, '', '潍城区', '', 3, 'weichengqu', 'wcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2400. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2401. (11314, 370703, 370700, '', '寒亭区', '', 3, 'hantingqu', 'htq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2402. (11315, 370704, 370700, '', '坊子区', '', 3, 'fangziqu', 'fzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2403. (11316, 370705, 370700, '', '奎文区', '', 3, 'kuiwenqu', 'kwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2404. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2405. (11317, 370724, 370700, '', '临朐县', '', 3, 'linquxian', 'lqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2406. (11318, 370725, 370700, '', '昌乐县', '', 3, 'changlexian', 'clx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2407. (11319, 370781, 370700, '', '青州市', '', 3, 'qingzhoushi', 'qzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2408. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2409. (11320, 370782, 370700, '', '诸城市', '', 3, 'zhuchengshi', 'zcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2410. (11321, 370783, 370700, '', '寿光市', '', 3, 'shouguangshi', 'sgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2411. (11322, 370784, 370700, '', '安丘市', '', 3, 'anqiushi', 'aqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2412. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2413. (11323, 370785, 370700, '', '高密市', '', 3, 'gaomishi', 'gms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2414. (11324, 370786, 370700, '', '昌邑市', '', 3, 'changyishi', 'cys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2415. (11325, 370801, 370800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2416. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2417. (11326, 370811, 370800, '', '任城区', '', 3, 'renchengqu', 'rcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2418. (11327, 370812, 370800, '', '兖州区', '', 3, 'yanzhouqu', 'yzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2419. (11328, 370826, 370800, '', '微山县', '', 3, 'weishanxian', 'wsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2420. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2421. (11329, 370827, 370800, '', '鱼台县', '', 3, 'yutaixian', 'ytx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2422. (11330, 370828, 370800, '', '金乡县', '', 3, 'jinxiangxian', 'jxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2423. (11331, 370829, 370800, '', '嘉祥县', '', 3, 'jiaxiangxian', 'jxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2424. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2425. (11332, 370830, 370800, '', '汶上县', '', 3, 'wenshangxian', 'wsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2426. (11333, 370831, 370800, '', '泗水县', '', 3, 'sishuixian', 'ssx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2427. (11334, 370832, 370800, '', '梁山县', '', 3, 'liangshanxian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2428. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2429. (11335, 370881, 370800, '', '曲阜市', '', 3, 'qufushi', 'qfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2430. (11336, 370883, 370800, '', '邹城市', '', 3, 'zouchengshi', 'zcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2431. (11337, 370901, 370900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2432. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2433. (11338, 370902, 370900, '', '泰山区', '', 3, 'taishanqu', 'tsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2434. (11339, 370911, 370900, '', '岱岳区', '', 3, 'daiyuequ', 'dyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2435. (11340, 370921, 370900, '', '宁阳县', '', 3, 'ningyangxian', 'nyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2436. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2437. (11341, 370923, 370900, '', '东平县', '', 3, 'dongpingxian', 'dpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2438. (11342, 370982, 370900, '', '新泰市', '', 3, 'xintaishi', 'xts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2439. (11343, 370983, 370900, '', '肥城市', '', 3, 'feichengshi', 'fcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2440. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2441. (11344, 371001, 371000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2442. (11345, 371002, 371000, '', '环翠区', '', 3, 'huancuiqu', 'hcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2443. (11346, 371003, 371000, '', '文登区', '', 3, 'wendengqu', 'wdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2444. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2445. (11347, 371082, 371000, '', '荣成市', '', 3, 'rongchengshi', 'rcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2446. (11348, 371083, 371000, '', '乳山市', '', 3, 'rushanshi', 'rss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2447. (11349, 371101, 371100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2448. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2449. (11350, 371102, 371100, '', '东港区', '', 3, 'donggangqu', 'dgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2450. (11351, 371103, 371100, '', '岚山区', '', 3, 'lanshanqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2451. (11352, 371121, 371100, '', '五莲县', '', 3, 'wulianxian', 'wlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2452. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2453. (11353, 371122, 371100, '', '莒县', '', 3, 'juxian', 'jx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2454. (11354, 371201, 371200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2455. (11355, 371202, 371200, '', '莱城区', '', 3, 'laichengqu', 'lcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2456. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2457. (11356, 371203, 371200, '', '钢城区', '', 3, 'gangchengqu', 'gcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2458. (11357, 371301, 371300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2459. (11358, 371302, 371300, '', '兰山区', '', 3, 'lanshanqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2460. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2461. (11359, 371311, 371300, '', '罗庄区', '', 3, 'luozhuangqu', 'lzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2462. (11360, 371312, 371300, '', '河东区', '', 3, 'hedongqu', 'hdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2463. (11361, 371321, 371300, '', '沂南县', '', 3, 'yinanxian', 'ynx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2464. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2465. (11362, 371322, 371300, '', '郯城县', '', 3, 'tanchengxian', 'tcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2466. (11363, 371323, 371300, '', '沂水县', '', 3, 'yishuixian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2467. (11364, 371324, 371300, '', '苍山县', '', 3, 'cangshanxian', 'csx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2468. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2469. (11365, 371325, 371300, '', '费县', '', 3, 'feixian', 'fx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2470. (11366, 371326, 371300, '', '平邑县', '', 3, 'pingyixian', 'pyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2471. (11367, 371327, 371300, '', '莒南县', '', 3, 'junanxian', 'jnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2472. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2473. (11368, 371328, 371300, '', '蒙阴县', '', 3, 'mengyinxian', 'myx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2474. (11369, 371329, 371300, '', '临沭县', '', 3, 'linshuxian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2475. (11370, 371401, 371400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2476. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2477. (11371, 371402, 371400, '', '德城区', '', 3, 'dechengqu', 'dcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2478. (11372, 371403, 371400, '', '陵城区', '', 3, 'lingchengqu', 'lcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2479. (11373, 371422, 371400, '', '宁津县', '', 3, 'ningjinxian', 'njx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2480. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2481. (11374, 371423, 371400, '', '庆云县', '', 3, 'qingyunxian', 'qyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2482. (11375, 371424, 371400, '', '临邑县', '', 3, 'linyixian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2483. (11376, 371425, 371400, '', '齐河县', '', 3, 'qihexian', 'qhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2484. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2485. (11377, 371426, 371400, '', '平原县', '', 3, 'pingyuanxian', 'pyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2486. (11378, 371427, 371400, '', '夏津县', '', 3, 'xiajinxian', 'xjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2487. (11379, 371428, 371400, '', '武城县', '', 3, 'wuchengxian', 'wcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2488. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2489. (11380, 371481, 371400, '', '乐陵市', '', 3, 'lelingshi', 'lls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2490. (11381, 371482, 371400, '', '禹城市', '', 3, 'yuchengshi', 'ycs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2491. (11382, 371501, 371500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2492. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2493. (11383, 371502, 371500, '', '东昌府区', '', 3, 'dongchangfuqu', 'dcfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2494. (11384, 371521, 371500, '', '阳谷县', '', 3, 'yangguxian', 'ygx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2495. (11385, 371522, 371500, '', '莘县', '', 3, 'xinxian', 'xx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2496. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2497. (11386, 371523, 371500, '', '茌平县', '', 3, 'chipingxian', 'cpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2498. (11387, 371524, 371500, '', '东阿县', '', 3, 'dongaxian', 'dax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2499. (11388, 371525, 371500, '', '冠县', '', 3, 'guanxian', 'gx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2500. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2501. (11389, 371526, 371500, '', '高唐县', '', 3, 'gaotangxian', 'gtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2502. (11390, 371581, 371500, '', '临清市', '', 3, 'linqingshi', 'lqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2503. (11391, 371601, 371600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2504. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2505. (11392, 371602, 371600, '', '滨城区', '', 3, 'binchengqu', 'bcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2506. (11393, 371603, 371600, '', '沾化区', '', 3, 'zhanhuaqu', 'zhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2507. (11394, 371621, 371600, '', '惠民县', '', 3, 'huiminxian', 'hmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2508. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2509. (11395, 371622, 371600, '', '阳信县', '', 3, 'yangxinxian', 'yxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2510. (11396, 371623, 371600, '', '无棣县', '', 3, 'wudixian', 'wdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2511. (11397, 371625, 371600, '', '博兴县', '', 3, 'boxingxian', 'bxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2512. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2513. (11398, 371626, 371600, '', '邹平县', '', 3, 'zoupingxian', 'zpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2514. (11399, 371701, 371700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2515. (11400, 371702, 371700, '', '牡丹区', '', 3, 'mudanqu', 'mdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2516. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2517. (11401, 371721, 371700, '', '曹县', '', 3, 'caoxian', 'cx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2518. (11402, 371722, 371700, '', '单县', '', 3, 'danxian', 'dx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2519. (11403, 371723, 371700, '', '成武县', '', 3, 'chengwuxian', 'cwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2520. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2521. (11404, 371724, 371700, '', '巨野县', '', 3, 'juyexian', 'jyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2522. (11405, 371725, 371700, '', '郓城县', '', 3, 'yunchengxian', 'ycx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2523. (11406, 371726, 371700, '', '鄄城县', '', 3, 'juanchengxian', 'jcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2524. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2525. (11407, 371727, 371700, '', '定陶县', '', 3, 'dingtaoxian', 'dtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2526. (11408, 371728, 371700, '', '东明县', '', 3, 'dongmingxian', 'dmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2527. (11409, 410101, 410100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2528. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2529. (11410, 410102, 410100, '', '中原区', '', 3, 'zhongyuanqu', 'zyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2530. (11411, 410103, 410100, '', '二七区', '', 3, 'erqiqu', 'eqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2531. (11412, 410104, 410100, '', '管城回族区', '', 3, 'guanchenghuizuqu', 'gchzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2532. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2533. (11413, 410105, 410100, '', '金水区', '', 3, 'jinshuiqu', 'jsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2534. (11414, 410106, 410100, '', '上街区', '', 3, 'shangjiequ', 'sjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2535. (11415, 410108, 410100, '', '惠济区', '', 3, 'huijiqu', 'hjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2536. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2537. (11416, 410122, 410100, '', '中牟县', '', 3, 'zhongmouxian', 'zmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2538. (11417, 410181, 410100, '', '巩义市', '', 3, 'gongyishi', 'gys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2539. (11418, 410182, 410100, '', '荥阳市', '', 3, 'yingyangshi', 'yys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2540. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2541. (11419, 410183, 410100, '', '新密市', '', 3, 'xinmishi', 'xms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2542. (11420, 410184, 410100, '', '新郑市', '', 3, 'xinzhengshi', 'xzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2543. (11421, 410185, 410100, '', '登封市', '', 3, 'dengfengshi', 'dfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2544. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2545. (11422, 410201, 410200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2546. (11423, 410202, 410200, '', '龙亭区', '', 3, 'longtingqu', 'ltq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2547. (11424, 410203, 410200, '', '顺河回族区', '', 3, 'shunhehuizuqu', 'shhzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2548. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2549. (11425, 410204, 410200, '', '鼓楼区', '', 3, 'gulouqu', 'glq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2550. (11426, 410205, 410200, '', '禹王台区', '', 3, 'yuwangtaiqu', 'ywtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2551. (11427, 410211, 410200, '', '金明区', '', 3, 'jinmingqu', 'jmq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2552. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2553. (11428, 410212, 410200, '', '祥符区', '', 3, 'xiangfuqu', 'xfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2554. (11429, 410221, 410200, '', '杞县', '', 3, 'qixian', 'qx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2555. (11430, 410222, 410200, '', '通许县', '', 3, 'tongxuxian', 'txx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2556. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2557. (11431, 410223, 410200, '', '尉氏县', '', 3, 'weishixian', 'wsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2558. (11432, 410225, 410200, '', '兰考县', '', 3, 'lankaoxian', 'lkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2559. (11433, 410301, 410300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2560. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2561. (11434, 410302, 410300, '', '老城区', '', 3, 'laochengqu', 'lcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2562. (11435, 410303, 410300, '', '西工区', '', 3, 'xigongqu', 'xgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2563. (11436, 410304, 410300, '', '_河回族区', '', 3, 'chanhehuizuqu', 'chhzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2564. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2565. (11437, 410305, 410300, '', '涧西区', '', 3, 'jianxiqu', 'jxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2566. (11438, 410306, 410300, '', '吉利区', '', 3, 'jiliqu', 'jlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2567. (11439, 410311, 410300, '', '洛龙区', '', 3, 'luolongqu', 'llq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2568. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2569. (11440, 410322, 410300, '', '孟津县', '', 3, 'mengjinxian', 'mjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2570. (11441, 410323, 410300, '', '新安县', '', 3, 'xinanxian', 'xax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2571. (11442, 410324, 410300, '', '栾川县', '', 3, 'luanchuanxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2572. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2573. (11443, 410325, 410300, '', '嵩县', '', 3, 'songxian', 'sx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2574. (11444, 410326, 410300, '', '汝阳县', '', 3, 'ruyangxian', 'ryx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2575. (11445, 410327, 410300, '', '宜阳县', '', 3, 'yiyangxian', 'yyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2576. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2577. (11446, 410328, 410300, '', '洛宁县', '', 3, 'luoningxian', 'lnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2578. (11447, 410329, 410300, '', '伊川县', '', 3, 'yichuanxian', 'ycx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2579. (11448, 410381, 410300, '', '偃师市', '', 3, 'yanshishi', 'yss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2580. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2581. (11449, 410401, 410400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2582. (11450, 410402, 410400, '', '新华区', '', 3, 'xinhuaqu', 'xhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2583. (11451, 410403, 410400, '', '卫东区', '', 3, 'weidongqu', 'wdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2584. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2585. (11452, 410404, 410400, '', '石龙区', '', 3, 'shilongqu', 'slq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2586. (11453, 410411, 410400, '', '湛河区', '', 3, 'zhanhequ', 'zhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2587. (11454, 410421, 410400, '', '宝丰县', '', 3, 'baofengxian', 'bfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2588. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2589. (11455, 410422, 410400, '', '叶县', '', 3, 'yexian', 'yx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2590. (11456, 410423, 410400, '', '鲁山县', '', 3, 'lushanxian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2591. (11457, 410425, 410400, '', '郏县', '', 3, 'jiaxian', 'jx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2592. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2593. (11458, 410481, 410400, '', '舞钢市', '', 3, 'wugangshi', 'wgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2594. (11459, 410482, 410400, '', '汝州市', '', 3, 'ruzhoushi', 'rzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2595. (11460, 410501, 410500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2596. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2597. (11461, 410502, 410500, '', '文峰区', '', 3, 'wenfengqu', 'wfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2598. (11462, 410503, 410500, '', '北关区', '', 3, 'beiguanqu', 'bgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2599. (11463, 410505, 410500, '', '殷都区', '', 3, 'yindouqu', 'ydq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2600. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2601. (11464, 410506, 410500, '', '龙安区', '', 3, 'longanqu', 'laq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2602. (11465, 410522, 410500, '', '安阳县', '', 3, 'anyangxian', 'ayx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2603. (11466, 410523, 410500, '', '汤阴县', '', 3, 'tangyinxian', 'tyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2604. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2605. (11467, 410526, 410500, '', '滑县', '', 3, 'huaxian', 'hx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2606. (11468, 410527, 410500, '', '内黄县', '', 3, 'neihuangxian', 'nhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2607. (11469, 410581, 410500, '', '林州市', '', 3, 'linzhoushi', 'lzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2608. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2609. (11470, 410601, 410600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2610. (11471, 410602, 410600, '', '鹤山区', '', 3, 'heshanqu', 'hsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2611. (11472, 410603, 410600, '', '山城区', '', 3, 'shanchengqu', 'scq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2612. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2613. (11473, 410611, 410600, '', '淇滨区', '', 3, 'qibinqu', 'qbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2614. (11474, 410621, 410600, '', '浚县', '', 3, 'junxian', 'jx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2615. (11475, 410622, 410600, '', '淇县', '', 3, 'qixian', 'qx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2616. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2617. (11476, 410701, 410700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2618. (11477, 410702, 410700, '', '红旗区', '', 3, 'hongqiqu', 'hqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2619. (11478, 410703, 410700, '', '卫滨区', '', 3, 'weibinqu', 'wbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2620. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2621. (11479, 410704, 410700, '', '凤泉区', '', 3, 'fengquanqu', 'fqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2622. (11480, 410711, 410700, '', '牧野区', '', 3, 'muyequ', 'myq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2623. (11481, 410721, 410700, '', '新乡县', '', 3, 'xinxiangxian', 'xxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2624. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2625. (11482, 410724, 410700, '', '获嘉县', '', 3, 'huojiaxian', 'hjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2626. (11483, 410725, 410700, '', '原阳县', '', 3, 'yuanyangxian', 'yyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2627. (11484, 410726, 410700, '', '延津县', '', 3, 'yanjinxian', 'yjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2628. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2629. (11485, 410727, 410700, '', '封丘县', '', 3, 'fengqiuxian', 'fqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2630. (11486, 410728, 410700, '', '长垣县', '', 3, 'zhangyuanxian', 'zyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2631. (11487, 410781, 410700, '', '卫辉市', '', 3, 'weihuishi', 'whs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2632. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2633. (11488, 410782, 410700, '', '辉县市', '', 3, 'huixianshi', 'hxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2634. (11489, 410801, 410800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2635. (11490, 410802, 410800, '', '解放区', '', 3, 'jiefangqu', 'jfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2636. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2637. (11491, 410803, 410800, '', '中站区', '', 3, 'zhongzhanqu', 'zzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2638. (11492, 410804, 410800, '', '马村区', '', 3, 'macunqu', 'mcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2639. (11493, 410811, 410800, '', '山阳区', '', 3, 'shanyangqu', 'syq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2640. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2641. (11494, 410821, 410800, '', '修武县', '', 3, 'xiuwuxian', 'xwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2642. (11495, 410822, 410800, '', '博爱县', '', 3, 'boaixian', 'bax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2643. (11496, 410823, 410800, '', '武陟县', '', 3, 'wuzhixian', 'wzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2644. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2645. (11497, 410825, 410800, '', '温县', '', 3, 'wenxian', 'wx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2646. (11498, 410882, 410800, '', '沁阳市', '', 3, 'qinyangshi', 'qys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2647. (11499, 410883, 410800, '', '孟州市', '', 3, 'mengzhoushi', 'mzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2648. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2649. (11500, 410901, 410900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2650. (11501, 410902, 410900, '', '华龙区', '', 3, 'hualongqu', 'hlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2651. (11502, 410922, 410900, '', '清丰县', '', 3, 'qingfengxian', 'qfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2652. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2653. (11503, 410923, 410900, '', '南乐县', '', 3, 'nanlexian', 'nlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2654. (11504, 410926, 410900, '', '范县', '', 3, 'fanxian', 'fx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2655. (11505, 410927, 410900, '', '台前县', '', 3, 'taiqianxian', 'tqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2656. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2657. (11506, 410928, 410900, '', '濮阳县', '', 3, 'puyangxian', 'pyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2658. (11507, 411001, 411000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2659. (11508, 411002, 411000, '', '魏都区', '', 3, 'weidouqu', 'wdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2660. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2661. (11509, 411023, 411000, '', '许昌县', '', 3, 'xuchangxian', 'xcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2662. (11510, 411024, 411000, '', '鄢陵县', '', 3, 'yanlingxian', 'ylx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2663. (11511, 411025, 411000, '', '襄城县', '', 3, 'xiangchengxian', 'xcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2664. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2665. (11512, 411081, 411000, '', '禹州市', '', 3, 'yuzhoushi', 'yzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2666. (11513, 411082, 411000, '', '长葛市', '', 3, 'zhanggeshi', 'zgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2667. (11514, 411101, 411100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2668. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2669. (11515, 411102, 411100, '', '源汇区', '', 3, 'yuanhuiqu', 'yhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2670. (11516, 411103, 411100, '', '郾城区', '', 3, 'yanchengqu', 'ycq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2671. (11517, 411104, 411100, '', '召陵区', '', 3, 'zhaolingqu', 'zlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2672. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2673. (11518, 411121, 411100, '', '舞阳县', '', 3, 'wuyangxian', 'wyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2674. (11519, 411122, 411100, '', '临颍县', '', 3, 'linyingxian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2675. (11520, 411201, 411200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2676. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2677. (11521, 411202, 411200, '', '湖滨区', '', 3, 'hubinqu', 'hbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2678. (11522, 411221, 411200, '', '渑池县', '', 3, 'mianchixian', 'mcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2679. (11523, 411222, 411200, '', '陕县', '', 3, 'shanxian', 'sx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2680. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2681. (11524, 411224, 411200, '', '卢氏县', '', 3, 'lushixian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2682. (11525, 411281, 411200, '', '义马市', '', 3, 'yimashi', 'yms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2683. (11526, 411282, 411200, '', '灵宝市', '', 3, 'lingbaoshi', 'lbs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2684. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2685. (11527, 411301, 411300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2686. (11528, 411302, 411300, '', '宛城区', '', 3, 'wanchengqu', 'wcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2687. (11529, 411303, 411300, '', '卧龙区', '', 3, 'wolongqu', 'wlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2688. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2689. (11530, 411321, 411300, '', '南召县', '', 3, 'nanzhaoxian', 'nzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2690. (11531, 411322, 411300, '', '方城县', '', 3, 'fangchengxian', 'fcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2691. (11532, 411323, 411300, '', '西峡县', '', 3, 'xixiaxian', 'xxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2692. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2693. (11533, 411324, 411300, '', '镇平县', '', 3, 'zhenpingxian', 'zpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2694. (11534, 411325, 411300, '', '内乡县', '', 3, 'neixiangxian', 'nxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2695. (11535, 411326, 411300, '', '淅川县', '', 3, 'xichuanxian', 'xcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2696. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2697. (11536, 411327, 411300, '', '社旗县', '', 3, 'sheqixian', 'sqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2698. (11537, 411328, 411300, '', '唐河县', '', 3, 'tanghexian', 'thx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2699. (11538, 411329, 411300, '', '新野县', '', 3, 'xinyexian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2700. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2701. (11539, 411330, 411300, '', '桐柏县', '', 3, 'tongboxian', 'tbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2702. (11540, 411381, 411300, '', '邓州市', '', 3, 'dengzhoushi', 'dzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2703. (11541, 411401, 411400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2704. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2705. (11542, 411402, 411400, '', '梁园区', '', 3, 'liangyuanqu', 'lyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2706. (11543, 411403, 411400, '', '睢阳区', '', 3, 'suiyangqu', 'syq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2707. (11544, 411421, 411400, '', '民权县', '', 3, 'minquanxian', 'mqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2708. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2709. (11545, 411422, 411400, '', '睢县', '', 3, 'suixian', 'sx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2710. (11546, 411423, 411400, '', '宁陵县', '', 3, 'ninglingxian', 'nlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2711. (11547, 411424, 411400, '', '柘城县', '', 3, 'zhechengxian', 'zcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2712. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2713. (11548, 411425, 411400, '', '虞城县', '', 3, 'yuchengxian', 'ycx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2714. (11549, 411426, 411400, '', '夏邑县', '', 3, 'xiayixian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2715. (11550, 411481, 411400, '', '永城市', '', 3, 'yongchengshi', 'ycs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2716. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2717. (11551, 411501, 411500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2718. (11552, 411502, 411500, '', '_河区', '', 3, 'shihequ', 'shq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2719. (11553, 411503, 411500, '', '平桥区', '', 3, 'pingqiaoqu', 'pqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2720. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2721. (11554, 411521, 411500, '', '罗山县', '', 3, 'luoshanxian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2722. (11555, 411522, 411500, '', '光山县', '', 3, 'guangshanxian', 'gsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2723. (11556, 411523, 411500, '', '新县', '', 3, 'xinxian', 'xx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2724. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2725. (11557, 411524, 411500, '', '商城县', '', 3, 'shangchengxian', 'scx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2726. (11558, 411525, 411500, '', '固始县', '', 3, 'gushixian', 'gsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2727. (11559, 411526, 411500, '', '潢川县', '', 3, 'huangchuanxian', 'hcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2728. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2729. (11560, 411527, 411500, '', '淮滨县', '', 3, 'huaibinxian', 'hbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2730. (11561, 411528, 411500, '', '息县', '', 3, 'xixian', 'xx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2731. (11562, 411601, 411600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2732. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2733. (11563, 411602, 411600, '', '川汇区', '', 3, 'chuanhuiqu', 'chq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2734. (11564, 411621, 411600, '', '扶沟县', '', 3, 'fugouxian', 'fgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2735. (11565, 411622, 411600, '', '西华县', '', 3, 'xihuaxian', 'xhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2736. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2737. (11566, 411623, 411600, '', '商水县', '', 3, 'shangshuixian', 'ssx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2738. (11567, 411624, 411600, '', '沈丘县', '', 3, 'shenqiuxian', 'sqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2739. (11568, 411625, 411600, '', '郸城县', '', 3, 'danchengxian', 'dcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2740. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2741. (11569, 411626, 411600, '', '淮阳县', '', 3, 'huaiyangxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2742. (11570, 411627, 411600, '', '太康县', '', 3, 'taikangxian', 'tkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2743. (11571, 411628, 411600, '', '鹿邑县', '', 3, 'luyixian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2744. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2745. (11572, 411681, 411600, '', '项城市', '', 3, 'xiangchengshi', 'xcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2746. (11573, 411701, 411700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2747. (11574, 411702, 411700, '', '驿城区', '', 3, 'yichengqu', 'ycq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2748. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2749. (11575, 411721, 411700, '', '西平县', '', 3, 'xipingxian', 'xpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2750. (11576, 411722, 411700, '', '上蔡县', '', 3, 'shangcaixian', 'scx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2751. (11577, 411723, 411700, '', '平舆县', '', 3, 'pingyuxian', 'pyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2752. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2753. (11578, 411724, 411700, '', '正阳县', '', 3, 'zhengyangxian', 'zyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2754. (11579, 411725, 411700, '', '确山县', '', 3, 'queshanxian', 'qsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2755. (11580, 411726, 411700, '', '泌阳县', '', 3, 'miyangxian', 'myx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2756. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2757. (11581, 411727, 411700, '', '汝南县', '', 3, 'runanxian', 'rnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2758. (11582, 411728, 411700, '', '遂平县', '', 3, 'suipingxian', 'spx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2759. (11583, 411729, 411700, '', '新蔡县', '', 3, 'xincaixian', 'xcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2760. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2761. (11584, 419001, 419000, '', '济源市', '', 3, 'jiyuanshi', 'jys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2762. (11585, 420101, 420100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2763. (11586, 420102, 420100, '', '江岸区', '', 3, 'jianganqu', 'jaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2764. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2765. (11587, 420103, 420100, '', '江汉区', '', 3, 'jianghanqu', 'jhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2766. (11588, 420104, 420100, '', '_口区', '', 3, 'qiaokouqu', 'qkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2767. (11589, 420105, 420100, '', '汉阳区', '', 3, 'hanyangqu', 'hyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2768. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2769. (11590, 420106, 420100, '', '武昌区', '', 3, 'wuchangqu', 'wcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2770. (11591, 420107, 420100, '', '青山区', '', 3, 'qingshanqu', 'qsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2771. (11592, 420111, 420100, '', '洪山区', '', 3, 'hongshanqu', 'hsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2772. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2773. (11593, 420112, 420100, '', '东西湖区', '', 3, 'dongxihuqu', 'dxhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2774. (11594, 420113, 420100, '', '汉南区', '', 3, 'hannanqu', 'hnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2775. (11595, 420114, 420100, '', '蔡甸区', '', 3, 'caidianqu', 'cdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2776. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2777. (11596, 420115, 420100, '', '江夏区', '', 3, 'jiangxiaqu', 'jxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2778. (11597, 420116, 420100, '', '黄陂区', '', 3, 'huangpoqu', 'hpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2779. (11598, 420117, 420100, '', '新洲区', '', 3, 'xinzhouqu', 'xzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2780. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2781. (11599, 420201, 420200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2782. (11600, 420202, 420200, '', '黄石港区', '', 3, 'huangshigangqu', 'hsgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2783. (11601, 420203, 420200, '', '西塞山区', '', 3, 'xisaishanqu', 'xssq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2784. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2785. (11602, 420204, 420200, '', '下陆区', '', 3, 'xialuqu', 'xlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2786. (11603, 420205, 420200, '', '铁山区', '', 3, 'tieshanqu', 'tsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2787. (11604, 420222, 420200, '', '阳新县', '', 3, 'yangxinxian', 'yxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2788. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2789. (11605, 420281, 420200, '', '大冶市', '', 3, 'dayeshi', 'dys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2790. (11606, 420301, 420300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2791. (11607, 420302, 420300, '', '茅箭区', '', 3, 'maojianqu', 'mjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2792. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2793. (11608, 420303, 420300, '', '张湾区', '', 3, 'zhangwanqu', 'zwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2794. (11609, 420304, 420300, '', '郧阳区', '', 3, 'yunyangqu', 'yyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2795. (11610, 420322, 420300, '', '郧西县', '', 3, 'yunxixian', 'yxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2796. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2797. (11611, 420323, 420300, '', '竹山县', '', 3, 'zhushanxian', 'zsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2798. (11612, 420324, 420300, '', '竹溪县', '', 3, 'zhuxixian', 'zxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2799. (11613, 420325, 420300, '', '房县', '', 3, 'fangxian', 'fx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2800. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2801. (11614, 420381, 420300, '', '丹江口市', '', 3, 'danjiangkoushi', 'djks', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2802. (11615, 420501, 420500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2803. (11616, 420502, 420500, '', '西陵区', '', 3, 'xilingqu', 'xlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2804. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2805. (11617, 420503, 420500, '', '伍家岗区', '', 3, 'wujiagangqu', 'wjgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2806. (11618, 420504, 420500, '', '点军区', '', 3, 'dianjunqu', 'djq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2807. (11619, 420505, 420500, '', '_亭区', '', 3, 'yaotingqu', 'ytq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2808. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2809. (11620, 420506, 420500, '', '夷陵区', '', 3, 'yilingqu', 'ylq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2810. (11621, 420525, 420500, '', '远安县', '', 3, 'yuananxian', 'yax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2811. (11622, 420526, 420500, '', '兴山县', '', 3, 'xingshanxian', 'xsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2812. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2813. (11623, 420527, 420500, '', '秭归县', '', 3, 'ziguixian', 'zgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2814. (11624, 420528, 420500, '', '长阳土家族自治县', '', 3, 'zhangyangtujiazuzizhixian', 'zytjzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2815. (11625, 420529, 420500, '', '五峰土家族自治县', '', 3, 'wufengtujiazuzizhixian', 'wftjzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2816. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2817. (11626, 420581, 420500, '', '宜都市', '', 3, 'yidoushi', 'yds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2818. (11627, 420582, 420500, '', '当阳市', '', 3, 'dangyangshi', 'dys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2819. (11628, 420583, 420500, '', '枝江市', '', 3, 'zhijiangshi', 'zjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2820. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2821. (11629, 420601, 420600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2822. (11630, 420602, 420600, '', '襄城区', '', 3, 'xiangchengqu', 'xcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2823. (11631, 420606, 420600, '', '樊城区', '', 3, 'fanchengqu', 'fcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2824. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2825. (11632, 420607, 420600, '', '襄州区', '', 3, 'xiangzhouqu', 'xzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2826. (11633, 420624, 420600, '', '南漳县', '', 3, 'nanzhangxian', 'nzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2827. (11634, 420625, 420600, '', '谷城县', '', 3, 'guchengxian', 'gcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2828. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2829. (11635, 420626, 420600, '', '保康县', '', 3, 'baokangxian', 'bkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2830. (11636, 420682, 420600, '', '老河口市', '', 3, 'laohekoushi', 'lhks', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2831. (11637, 420683, 420600, '', '枣阳市', '', 3, 'zaoyangshi', 'zys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2832. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2833. (11638, 420684, 420600, '', '宜城市', '', 3, 'yichengshi', 'ycs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2834. (11639, 420701, 420700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2835. (11640, 420702, 420700, '', '梁子湖区', '', 3, 'liangzihuqu', 'lzhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2836. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2837. (11641, 420703, 420700, '', '华容区', '', 3, 'huarongqu', 'hrq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2838. (11642, 420704, 420700, '', '鄂城区', '', 3, 'echengqu', 'ecq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2839. (11643, 420801, 420800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2840. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2841. (11644, 420802, 420800, '', '东宝区', '', 3, 'dongbaoqu', 'dbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2842. (11645, 420804, 420800, '', '掇刀区', '', 3, 'duodaoqu', 'ddq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2843. (11646, 420821, 420800, '', '京山县', '', 3, 'jingshanxian', 'jsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2844. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2845. (11647, 420822, 420800, '', '沙洋县', '', 3, 'shayangxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2846. (11648, 420881, 420800, '', '钟祥市', '', 3, 'zhongxiangshi', 'zxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2847. (11649, 420901, 420900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2848. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2849. (11650, 420902, 420900, '', '孝南区', '', 3, 'xiaonanqu', 'xnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2850. (11651, 420921, 420900, '', '孝昌县', '', 3, 'xiaochangxian', 'xcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2851. (11652, 420922, 420900, '', '大悟县', '', 3, 'dawuxian', 'dwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2852. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2853. (11653, 420923, 420900, '', '云梦县', '', 3, 'yunmengxian', 'ymx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2854. (11654, 420981, 420900, '', '应城市', '', 3, 'yingchengshi', 'ycs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2855. (11655, 420982, 420900, '', '安陆市', '', 3, 'anlushi', 'als', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2856. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2857. (11656, 420984, 420900, '', '汉川市', '', 3, 'hanchuanshi', 'hcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2858. (11657, 421001, 421000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2859. (11658, 421002, 421000, '', '沙市区', '', 3, 'shashiqu', 'ssq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2860. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2861. (11659, 421003, 421000, '', '荆州区', '', 3, 'jingzhouqu', 'jzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2862. (11660, 421022, 421000, '', '公安县', '', 3, 'gonganxian', 'gax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2863. (11661, 421023, 421000, '', '监利县', '', 3, 'jianlixian', 'jlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2864. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2865. (11662, 421024, 421000, '', '江陵县', '', 3, 'jianglingxian', 'jlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2866. (11663, 421081, 421000, '', '石首市', '', 3, 'shishoushi', 'sss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2867. (11664, 421083, 421000, '', '洪湖市', '', 3, 'honghushi', 'hhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2868. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2869. (11665, 421087, 421000, '', '松滋市', '', 3, 'songzishi', 'szs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2870. (11666, 421101, 421100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2871. (11667, 421102, 421100, '', '黄州区', '', 3, 'huangzhouqu', 'hzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2872. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2873. (11668, 421121, 421100, '', '团风县', '', 3, 'tuanfengxian', 'tfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2874. (11669, 421122, 421100, '', '红安县', '', 3, 'honganxian', 'hax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2875. (11670, 421123, 421100, '', '罗田县', '', 3, 'luotianxian', 'ltx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2876. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2877. (11671, 421124, 421100, '', '英山县', '', 3, 'yingshanxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2878. (11672, 421125, 421100, '', '浠水县', '', 3, 'xishuixian', 'xsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2879. (11673, 421126, 421100, '', '蕲春县', '', 3, 'qichunxian', 'qcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2880. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2881. (11674, 421127, 421100, '', '黄梅县', '', 3, 'huangmeixian', 'hmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2882. (11675, 421181, 421100, '', '麻城市', '', 3, 'machengshi', 'mcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2883. (11676, 421182, 421100, '', '武穴市', '', 3, 'wuxueshi', 'wxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2884. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2885. (11677, 421201, 421200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2886. (11678, 421202, 421200, '', '咸安区', '', 3, 'xiananqu', 'xaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2887. (11679, 421221, 421200, '', '嘉鱼县', '', 3, 'jiayuxian', 'jyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2888. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2889. (11680, 421222, 421200, '', '通城县', '', 3, 'tongchengxian', 'tcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2890. (11681, 421223, 421200, '', '崇阳县', '', 3, 'chongyangxian', 'cyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2891. (11682, 421224, 421200, '', '通山县', '', 3, 'tongshanxian', 'tsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2892. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2893. (11683, 421281, 421200, '', '赤壁市', '', 3, 'chibishi', 'cbs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2894. (11684, 421301, 421300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2895. (11685, 421303, 421300, '', '曾都区', '', 3, 'cengdouqu', 'cdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2896. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2897. (11686, 421321, 421300, '', '随县', '', 3, 'suixian', 'sx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2898. (11687, 421381, 421300, '', '广水市', '', 3, 'guangshuishi', 'gss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2899. (11688, 422801, 422800, '', '恩施市', '', 3, 'enshishi', 'ess', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2900. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2901. (11689, 422802, 422800, '', '利川市', '', 3, 'lichuanshi', 'lcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2902. (11690, 422822, 422800, '', '建始县', '', 3, 'jianshixian', 'jsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2903. (11691, 422823, 422800, '', '巴东县', '', 3, 'badongxian', 'bdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2904. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2905. (11692, 422825, 422800, '', '宣恩县', '', 3, 'xuanenxian', 'xex', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2906. (11693, 422826, 422800, '', '咸丰县', '', 3, 'xianfengxian', 'xfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2907. (11694, 422827, 422800, '', '来凤县', '', 3, 'laifengxian', 'lfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2908. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2909. (11695, 422828, 422800, '', '鹤峰县', '', 3, 'hefengxian', 'hfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2910. (11696, 429004, 429000, '', '仙桃市', '', 3, 'xiantaoshi', 'xts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2911. (11697, 429005, 429000, '', '潜江市', '', 3, 'qianjiangshi', 'qjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2912. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2913. (11698, 429006, 429000, '', '天门市', '', 3, 'tianmenshi', 'tms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2914. (11699, 429021, 429000, '', '神农架林区', '', 3, 'shennongjialinqu', 'snjlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2915. (11700, 430101, 430100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2916. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2917. (11701, 430102, 430100, '', '芙蓉区', '', 3, 'furongqu', 'frq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2918. (11702, 430103, 430100, '', '天心区', '', 3, 'tianxinqu', 'txq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2919. (11703, 430104, 430100, '', '岳麓区', '', 3, 'yueluqu', 'ylq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2920. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2921. (11704, 430105, 430100, '', '开福区', '', 3, 'kaifuqu', 'kfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2922. (11705, 430111, 430100, '', '雨花区', '', 3, 'yuhuaqu', 'yhq', 0, 0, 0, 1, '长沙', 0, '2017-01-23 11:16:27', 'system', 'system', '2016-12-07 18:05:48'),
  2923. (11706, 430112, 430100, '', '望城区', '', 3, 'wangchengqu', 'wcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2924. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2925. (11707, 430121, 430100, '', '长沙县', '', 3, 'zhangshaxian', 'zsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2926. (11708, 430124, 430100, '', '宁乡县', '', 3, 'ningxiangxian', 'nxx', 0, 0, 0, 1, '长沙', 0, '2017-01-23 11:17:48', 'system', 'system', '2016-12-07 18:05:48'),
  2927. (11709, 430181, 430100, '', '浏阳市', '', 3, 'liuyangshi', 'lys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2928. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2929. (11710, 430201, 430200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2930. (11711, 430202, 430200, '', '荷塘区', '', 3, 'hetangqu', 'htq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2931. (11712, 430203, 430200, '', '芦淞区', '', 3, 'lusongqu', 'lsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2932. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2933. (11713, 430204, 430200, '', '石峰区', '', 3, 'shifengqu', 'sfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2934. (11714, 430211, 430200, '', '天元区', '', 3, 'tianyuanqu', 'tyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2935. (11715, 430221, 430200, '', '株洲县', '', 3, 'zhuzhouxian', 'zzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2936. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2937. (11716, 430223, 430200, '', '攸县', '', 3, 'youxian', 'yx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2938. (11717, 430224, 430200, '', '茶陵县', '', 3, 'chalingxian', 'clx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2939. (11718, 430225, 430200, '', '炎陵县', '', 3, 'yanlingxian', 'ylx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2940. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2941. (11719, 430281, 430200, '', '醴陵市', '', 3, 'lilingshi', 'lls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2942. (11720, 430301, 430300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2943. (11721, 430302, 430300, '', '雨湖区', '', 3, 'yuhuqu', 'yhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2944. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2945. (11722, 430304, 430300, '', '岳塘区', '', 3, 'yuetangqu', 'ytq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2946. (11723, 430321, 430300, '', '湘潭县', '', 3, 'xiangtanxian', 'xtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2947. (11724, 430381, 430300, '', '湘乡市', '', 3, 'xiangxiangshi', 'xxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2948. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2949. (11725, 430382, 430300, '', '韶山市', '', 3, 'shaoshanshi', 'sss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2950. (11726, 430401, 430400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2951. (11727, 430405, 430400, '', '珠晖区', '', 3, 'zhuhuiqu', 'zhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2952. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2953. (11728, 430406, 430400, '', '雁峰区', '', 3, 'yanfengqu', 'yfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2954. (11729, 430407, 430400, '', '石鼓区', '', 3, 'shiguqu', 'sgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2955. (11730, 430408, 430400, '', '蒸湘区', '', 3, 'zhengxiangqu', 'zxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2956. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2957. (11731, 430412, 430400, '', '南岳区', '', 3, 'nanyuequ', 'nyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2958. (11732, 430421, 430400, '', '衡阳县', '', 3, 'hengyangxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2959. (11733, 430422, 430400, '', '衡南县', '', 3, 'hengnanxian', 'hnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2960. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2961. (11734, 430423, 430400, '', '衡山县', '', 3, 'hengshanxian', 'hsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2962. (11735, 430424, 430400, '', '衡东县', '', 3, 'hengdongxian', 'hdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2963. (11736, 430426, 430400, '', '祁东县', '', 3, 'qidongxian', 'qdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2964. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2965. (11737, 430481, 430400, '', '耒阳市', '', 3, 'leiyangshi', 'lys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2966. (11738, 430482, 430400, '', '常宁市', '', 3, 'changningshi', 'cns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2967. (11739, 430501, 430500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2968. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2969. (11740, 430502, 430500, '', '双清区', '', 3, 'shuangqingqu', 'sqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2970. (11741, 430503, 430500, '', '大祥区', '', 3, 'daxiangqu', 'dxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2971. (11742, 430511, 430500, '', '北塔区', '', 3, 'beitaqu', 'btq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2972. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2973. (11743, 430521, 430500, '', '邵东县', '', 3, 'shaodongxian', 'sdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2974. (11744, 430522, 430500, '', '新邵县', '', 3, 'xinshaoxian', 'xsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2975. (11745, 430523, 430500, '', '邵阳县', '', 3, 'shaoyangxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2976. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2977. (11746, 430524, 430500, '', '隆回县', '', 3, 'longhuixian', 'lhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2978. (11747, 430525, 430500, '', '洞口县', '', 3, 'dongkouxian', 'dkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2979. (11748, 430527, 430500, '', '绥宁县', '', 3, 'suiningxian', 'snx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2980. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2981. (11749, 430528, 430500, '', '新宁县', '', 3, 'xinningxian', 'xnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2982. (11750, 430529, 430500, '', '城步苗族自治县', '', 3, 'chengbumiaozuzizhixian', 'cbmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2983. (11751, 430581, 430500, '', '武冈市', '', 3, 'wugangshi', 'wgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2984. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2985. (11752, 430601, 430600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2986. (11753, 430602, 430600, '', '岳阳楼区', '', 3, 'yueyanglouqu', 'yylq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2987. (11754, 430603, 430600, '', '云溪区', '', 3, 'yunxiqu', 'yxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2988. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2989. (11755, 430611, 430600, '', '君山区', '', 3, 'junshanqu', 'jsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2990. (11756, 430621, 430600, '', '岳阳县', '', 3, 'yueyangxian', 'yyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2991. (11757, 430623, 430600, '', '华容县', '', 3, 'huarongxian', 'hrx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2992. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2993. (11758, 430624, 430600, '', '湘阴县', '', 3, 'xiangyinxian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2994. (11759, 430626, 430600, '', '平江县', '', 3, 'pingjiangxian', 'pjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2995. (11760, 430681, 430600, '', '汨罗市', '', 3, 'miluoshi', 'mls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  2996. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  2997. (11761, 430682, 430600, '', '临湘市', '', 3, 'linxiangshi', 'lxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2998. (11762, 430701, 430700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  2999. (11763, 430702, 430700, '', '武陵区', '', 3, 'wulingqu', 'wlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3000. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3001. (11764, 430703, 430700, '', '鼎城区', '', 3, 'dingchengqu', 'dcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3002. (11765, 430721, 430700, '', '安乡县', '', 3, 'anxiangxian', 'axx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3003. (11766, 430722, 430700, '', '汉寿县', '', 3, 'hanshouxian', 'hsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3004. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3005. (11767, 430723, 430700, '', '澧县', '', 3, 'lixian', 'lx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3006. (11768, 430724, 430700, '', '临澧县', '', 3, 'linlixian', 'llx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3007. (11769, 430725, 430700, '', '桃源县', '', 3, 'taoyuanxian', 'tyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3008. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3009. (11770, 430726, 430700, '', '石门县', '', 3, 'shimenxian', 'smx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3010. (11771, 430781, 430700, '', '津市市', '', 3, 'jinshishi', 'jss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3011. (11772, 430801, 430800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3012. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3013. (11773, 430802, 430800, '', '永定区', '', 3, 'yongdingqu', 'ydq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3014. (11774, 430811, 430800, '', '武陵源区', '', 3, 'wulingyuanqu', 'wlyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3015. (11775, 430821, 430800, '', '慈利县', '', 3, 'cilixian', 'clx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3016. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3017. (11776, 430822, 430800, '', '桑植县', '', 3, 'sangzhixian', 'szx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3018. (11777, 430901, 430900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3019. (11778, 430902, 430900, '', '资阳区', '', 3, 'ziyangqu', 'zyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3020. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3021. (11779, 430903, 430900, '', '赫山区', '', 3, 'heshanqu', 'hsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3022. (11780, 430921, 430900, '', '南县', '', 3, 'nanxian', 'nx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3023. (11781, 430922, 430900, '', '桃江县', '', 3, 'taojiangxian', 'tjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3024. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3025. (11782, 430923, 430900, '', '安化县', '', 3, 'anhuaxian', 'ahx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3026. (11783, 430981, 430900, '', '沅江市', '', 3, 'yuanjiangshi', 'yjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3027. (11784, 431001, 431000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3028. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3029. (11785, 431002, 431000, '', '北湖区', '', 3, 'beihuqu', 'bhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3030. (11786, 431003, 431000, '', '苏仙区', '', 3, 'suxianqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3031. (11787, 431021, 431000, '', '桂阳县', '', 3, 'guiyangxian', 'gyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3032. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3033. (11788, 431022, 431000, '', '宜章县', '', 3, 'yizhangxian', 'yzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3034. (11789, 431023, 431000, '', '永兴县', '', 3, 'yongxingxian', 'yxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3035. (11790, 431024, 431000, '', '嘉禾县', '', 3, 'jiahexian', 'jhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3036. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3037. (11791, 431025, 431000, '', '临武县', '', 3, 'linwuxian', 'lwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3038. (11792, 431026, 431000, '', '汝城县', '', 3, 'ruchengxian', 'rcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3039. (11793, 431027, 431000, '', '桂东县', '', 3, 'guidongxian', 'gdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3040. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3041. (11794, 431028, 431000, '', '安仁县', '', 3, 'anrenxian', 'arx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3042. (11795, 431081, 431000, '', '资兴市', '', 3, 'zixingshi', 'zxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3043. (11796, 431101, 431100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3044. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3045. (11797, 431102, 431100, '', '零陵区', '', 3, 'linglingqu', 'llq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3046. (11798, 431103, 431100, '', '冷水滩区', '', 3, 'lengshuitanqu', 'lstq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3047. (11799, 431121, 431100, '', '祁阳县', '', 3, 'qiyangxian', 'qyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3048. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3049. (11800, 431122, 431100, '', '东安县', '', 3, 'donganxian', 'dax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3050. (11801, 431123, 431100, '', '双牌县', '', 3, 'shuangpaixian', 'spx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3051. (11802, 431124, 431100, '', '道县', '', 3, 'daoxian', 'dx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3052. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3053. (11803, 431125, 431100, '', '江永县', '', 3, 'jiangyongxian', 'jyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3054. (11804, 431126, 431100, '', '宁远县', '', 3, 'ningyuanxian', 'nyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3055. (11805, 431127, 431100, '', '蓝山县', '', 3, 'lanshanxian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3056. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3057. (11806, 431128, 431100, '', '新田县', '', 3, 'xintianxian', 'xtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3058. (11807, 431129, 431100, '', '江华瑶族自治县', '', 3, 'jianghuayaozuzizhixian', 'jhyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3059. (11808, 431201, 431200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3060. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3061. (11809, 431202, 431200, '', '鹤城区', '', 3, 'hechengqu', 'hcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3062. (11810, 431221, 431200, '', '中方县', '', 3, 'zhongfangxian', 'zfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3063. (11811, 431222, 431200, '', '沅陵县', '', 3, 'yuanlingxian', 'ylx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3064. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3065. (11812, 431223, 431200, '', '辰溪县', '', 3, 'chenxixian', 'cxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3066. (11813, 431224, 431200, '', '溆浦县', '', 3, 'xupuxian', 'xpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3067. (11814, 431225, 431200, '', '会同县', '', 3, 'huitongxian', 'htx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3068. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3069. (11815, 431226, 431200, '', '麻阳苗族自治县', '', 3, 'mayangmiaozuzizhixian', 'mymzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3070. (11816, 431227, 431200, '', '新晃侗族自治县', '', 3, 'xinhuangdongzuzizhixian', 'xhdzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3071. (11817, 431228, 431200, '', '芷江侗族自治县', '', 3, 'zhijiangdongzuzizhixian', 'zjdzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3072. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3073. (11818, 431229, 431200, '', '靖州苗族侗族自治县', '', 3, 'jingzhoumiaozudongzuzizhixian', 'jzmzdzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3074. (11819, 431230, 431200, '', '通道侗族自治县', '', 3, 'tongdaodongzuzizhixian', 'tddzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3075. (11820, 431281, 431200, '', '洪江市', '', 3, 'hongjiangshi', 'hjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3076. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3077. (11821, 431301, 431300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3078. (11822, 431302, 431300, '', '娄星区', '', 3, 'louxingqu', 'lxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3079. (11823, 431321, 431300, '', '双峰县', '', 3, 'shuangfengxian', 'sfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3080. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3081. (11824, 431322, 431300, '', '新化县', '', 3, 'xinhuaxian', 'xhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3082. (11825, 431381, 431300, '', '冷水江市', '', 3, 'lengshuijiangshi', 'lsjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3083. (11826, 431382, 431300, '', '涟源市', '', 3, 'lianyuanshi', 'lys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3084. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3085. (11827, 433101, 433100, '', '吉首市', '', 3, 'jishoushi', 'jss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3086. (11828, 433122, 433100, '', '泸溪县', '', 3, 'luxixian', 'lxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3087. (11829, 433123, 433100, '', '凤凰县', '', 3, 'fenghuangxian', 'fhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3088. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3089. (11830, 433124, 433100, '', '花垣县', '', 3, 'huayuanxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3090. (11831, 433125, 433100, '', '保靖县', '', 3, 'baojingxian', 'bjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3091. (11832, 433126, 433100, '', '古丈县', '', 3, 'guzhangxian', 'gzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3092. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3093. (11833, 433127, 433100, '', '永顺县', '', 3, 'yongshunxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3094. (11834, 433130, 433100, '', '龙山县', '', 3, 'longshanxian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3095. (11835, 440101, 440100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3096. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3097. (11836, 440103, 440100, '', '荔湾区', '', 3, 'liwanqu', 'lwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3098. (11837, 440104, 440100, '', '越秀区', '', 3, 'yuexiuqu', 'yxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3099. (11838, 440105, 440100, '', '海珠区', '', 3, 'haizhuqu', 'hzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3100. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3101. (11839, 440106, 440100, '', '天河区', '', 3, 'tianhequ', 'thq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3102. (11840, 440111, 440100, '', '白云区', '', 3, 'baiyunqu', 'byq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3103. (11841, 440112, 440100, '', '黄埔区', '', 3, 'huangpuqu', 'hpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3104. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3105. (11842, 440113, 440100, '', '番禺区', '', 3, 'fanyuqu', 'fyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3106. (11843, 440114, 440100, '', '花都区', '', 3, 'huadouqu', 'hdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3107. (11844, 440115, 440100, '', '南沙区', '', 3, 'nanshaqu', 'nsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3108. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3109. (11845, 440117, 440100, '', '从化区', '', 3, 'conghuaqu', 'chq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3110. (11846, 440118, 440100, '', '增城区', '', 3, 'zengchengqu', 'zcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3111. (11847, 440201, 440200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3112. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3113. (11848, 440203, 440200, '', '武江区', '', 3, 'wujiangqu', 'wjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3114. (11849, 440204, 440200, '', '浈江区', '', 3, 'zhenjiangqu', 'zjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3115. (11850, 440205, 440200, '', '曲江区', '', 3, 'qujiangqu', 'qjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3116. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3117. (11851, 440222, 440200, '', '始兴县', '', 3, 'shixingxian', 'sxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3118. (11852, 440224, 440200, '', '仁化县', '', 3, 'renhuaxian', 'rhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3119. (11853, 440229, 440200, '', '翁源县', '', 3, 'wengyuanxian', 'wyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3120. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3121. (11854, 440232, 440200, '', '乳源瑶族自治县', '', 3, 'ruyuanyaozuzizhixian', 'ryyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3122. (11855, 440233, 440200, '', '新丰县', '', 3, 'xinfengxian', 'xfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3123. (11856, 440281, 440200, '', '乐昌市', '', 3, 'lechangshi', 'lcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3124. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3125. (11857, 440282, 440200, '', '南雄市', '', 3, 'nanxiongshi', 'nxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3126. (11858, 440301, 440300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3127. (11859, 440303, 440300, '', '罗湖区', '', 3, 'luohuqu', 'lhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3128. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3129. (11860, 440304, 440300, '', '福田区', '', 3, 'futianqu', 'ftq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3130. (11861, 440305, 440300, '', '南山区', '', 3, 'nanshanqu', 'nsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3131. (11862, 440306, 440300, '', '宝安区', '', 3, 'baoanqu', 'baq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3132. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3133. (11863, 440307, 440300, '', '龙岗区', '', 3, 'longgangqu', 'lgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3134. (11864, 440308, 440300, '', '盐田区', '', 3, 'yantianqu', 'ytq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3135. (11865, 440401, 440400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3136. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3137. (11866, 440402, 440400, '', '香洲区', '', 3, 'xiangzhouqu', 'xzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3138. (11867, 440403, 440400, '', '斗门区', '', 3, 'doumenqu', 'dmq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3139. (11868, 440404, 440400, '', '金湾区', '', 3, 'jinwanqu', 'jwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3140. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3141. (11869, 440501, 440500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3142. (11870, 440507, 440500, '', '龙湖区', '', 3, 'longhuqu', 'lhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3143. (11871, 440511, 440500, '', '金平区', '', 3, 'jinpingqu', 'jpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3144. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3145. (11872, 440512, 440500, '', '濠江区', '', 3, 'haojiangqu', 'hjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3146. (11873, 440513, 440500, '', '潮阳区', '', 3, 'chaoyangqu', 'cyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3147. (11874, 440514, 440500, '', '潮南区', '', 3, 'chaonanqu', 'cnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3148. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3149. (11875, 440515, 440500, '', '澄海区', '', 3, 'chenghaiqu', 'chq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3150. (11876, 440523, 440500, '', '南澳县', '', 3, 'nanaoxian', 'nax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3151. (11877, 440601, 440600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3152. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3153. (11878, 440604, 440600, '', '禅城区', '', 3, 'shanchengqu', 'scq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3154. (11879, 440605, 440600, '', '南海区', '', 3, 'nanhaiqu', 'nhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3155. (11880, 440606, 440600, '', '顺德区', '', 3, 'shundequ', 'sdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3156. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3157. (11881, 440607, 440600, '', '三水区', '', 3, 'sanshuiqu', 'ssq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3158. (11882, 440608, 440600, '', '高明区', '', 3, 'gaomingqu', 'gmq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3159. (11883, 440701, 440700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3160. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3161. (11884, 440703, 440700, '', '蓬江区', '', 3, 'pengjiangqu', 'pjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3162. (11885, 440704, 440700, '', '江海区', '', 3, 'jianghaiqu', 'jhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3163. (11886, 440705, 440700, '', '新会区', '', 3, 'xinhuiqu', 'xhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3164. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3165. (11887, 440781, 440700, '', '台山市', '', 3, 'taishanshi', 'tss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3166. (11888, 440783, 440700, '', '开平市', '', 3, 'kaipingshi', 'kps', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3167. (11889, 440784, 440700, '', '鹤山市', '', 3, 'heshanshi', 'hss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3168. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3169. (11890, 440785, 440700, '', '恩平市', '', 3, 'enpingshi', 'eps', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3170. (11891, 440801, 440800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3171. (11892, 440802, 440800, '', '赤坎区', '', 3, 'chikanqu', 'ckq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3172. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3173. (11893, 440803, 440800, '', '霞山区', '', 3, 'xiashanqu', 'xsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3174. (11894, 440804, 440800, '', '坡头区', '', 3, 'potouqu', 'ptq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3175. (11895, 440811, 440800, '', '麻章区', '', 3, 'mazhangqu', 'mzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3176. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3177. (11896, 440823, 440800, '', '遂溪县', '', 3, 'suixixian', 'sxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3178. (11897, 440825, 440800, '', '徐闻县', '', 3, 'xuwenxian', 'xwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3179. (11898, 440881, 440800, '', '廉江市', '', 3, 'lianjiangshi', 'ljs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3180. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3181. (11899, 440882, 440800, '', '雷州市', '', 3, 'leizhoushi', 'lzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3182. (11900, 440883, 440800, '', '吴川市', '', 3, 'wuchuanshi', 'wcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3183. (11901, 440901, 440900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3184. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3185. (11902, 440902, 440900, '', '茂南区', '', 3, 'maonanqu', 'mnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3186. (11903, 440904, 440900, '', '电白区', '', 3, 'dianbaiqu', 'dbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3187. (11904, 440981, 440900, '', '高州市', '', 3, 'gaozhoushi', 'gzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3188. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3189. (11905, 440982, 440900, '', '化州市', '', 3, 'huazhoushi', 'hzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3190. (11906, 440983, 440900, '', '信宜市', '', 3, 'xinyishi', 'xys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3191. (11907, 441201, 441200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3192. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3193. (11908, 441202, 441200, '', '端州区', '', 3, 'duanzhouqu', 'dzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3194. (11909, 441203, 441200, '', '鼎湖区', '', 3, 'dinghuqu', 'dhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3195. (11910, 441204, 441200, '', '高要区', '', 3, 'gaoyaoqu', 'gyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3196. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3197. (11911, 441223, 441200, '', '广宁县', '', 3, 'guangningxian', 'gnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3198. (11912, 441224, 441200, '', '怀集县', '', 3, 'huaijixian', 'hjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3199. (11913, 441225, 441200, '', '封开县', '', 3, 'fengkaixian', 'fkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3200. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3201. (11914, 441226, 441200, '', '德庆县', '', 3, 'deqingxian', 'dqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3202. (11915, 441284, 441200, '', '四会市', '', 3, 'sihuishi', 'shs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3203. (11916, 441301, 441300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3204. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3205. (11917, 441302, 441300, '', '惠城区', '', 3, 'huichengqu', 'hcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3206. (11918, 441303, 441300, '', '惠阳区', '', 3, 'huiyangqu', 'hyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3207. (11919, 441322, 441300, '', '博罗县', '', 3, 'boluoxian', 'blx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3208. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3209. (11920, 441323, 441300, '', '惠东县', '', 3, 'huidongxian', 'hdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3210. (11921, 441324, 441300, '', '龙门县', '', 3, 'longmenxian', 'lmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3211. (11922, 441401, 441400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3212. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3213. (11923, 441402, 441400, '', '梅江区', '', 3, 'meijiangqu', 'mjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3214. (11924, 441403, 441400, '', '梅县区', '', 3, 'meixianqu', 'mxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3215. (11925, 441422, 441400, '', '大埔县', '', 3, 'dapuxian', 'dpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3216. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3217. (11926, 441423, 441400, '', '丰顺县', '', 3, 'fengshunxian', 'fsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3218. (11927, 441424, 441400, '', '五华县', '', 3, 'wuhuaxian', 'whx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3219. (11928, 441426, 441400, '', '平远县', '', 3, 'pingyuanxian', 'pyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3220. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3221. (11929, 441427, 441400, '', '蕉岭县', '', 3, 'jiaolingxian', 'jlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3222. (11930, 441481, 441400, '', '兴宁市', '', 3, 'xingningshi', 'xns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3223. (11931, 441501, 441500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3224. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3225. (11932, 441502, 441500, '', '城区', '', 3, 'chengqu', 'cq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3226. (11933, 441521, 441500, '', '海丰县', '', 3, 'haifengxian', 'hfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3227. (11934, 441523, 441500, '', '陆河县', '', 3, 'luhexian', 'lhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3228. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3229. (11935, 441581, 441500, '', '陆丰市', '', 3, 'lufengshi', 'lfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3230. (11936, 441601, 441600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3231. (11937, 441602, 441600, '', '源城区', '', 3, 'yuanchengqu', 'ycq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3232. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3233. (11938, 441621, 441600, '', '紫金县', '', 3, 'zijinxian', 'zjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3234. (11939, 441622, 441600, '', '龙川县', '', 3, 'longchuanxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3235. (11940, 441623, 441600, '', '连平县', '', 3, 'lianpingxian', 'lpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3236. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3237. (11941, 441624, 441600, '', '和平县', '', 3, 'hepingxian', 'hpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3238. (11942, 441625, 441600, '', '东源县', '', 3, 'dongyuanxian', 'dyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3239. (11943, 441701, 441700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3240. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3241. (11944, 441702, 441700, '', '江城区', '', 3, 'jiangchengqu', 'jcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3242. (11945, 441704, 441700, '', '阳东区', '', 3, 'yangdongqu', 'ydq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3243. (11946, 441721, 441700, '', '阳西县', '', 3, 'yangxixian', 'yxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3244. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3245. (11947, 441781, 441700, '', '阳春市', '', 3, 'yangchunshi', 'ycs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3246. (11948, 441801, 441800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3247. (11949, 441802, 441800, '', '清城区', '', 3, 'qingchengqu', 'qcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3248. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3249. (11950, 441803, 441800, '', '清新区', '', 3, 'qingxinqu', 'qxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3250. (11951, 441821, 441800, '', '佛冈县', '', 3, 'fogangxian', 'fgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3251. (11952, 441823, 441800, '', '阳山县', '', 3, 'yangshanxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3252. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3253. (11953, 441825, 441800, '', '连山壮族瑶族自治县', '', 3, 'lianshanzhuangzuyaozuzizhixian', 'lszzyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3254. (11954, 441826, 441800, '', '连南瑶族自治县', '', 3, 'liannanyaozuzizhixian', 'lnyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3255. (11955, 441881, 441800, '', '英德市', '', 3, 'yingdeshi', 'yds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3256. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3257. (11956, 441882, 441800, '', '连州市', '', 3, 'lianzhoushi', 'lzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3258. (11957, 441910, 441900, '', '东莞市', '', 3, 'dongguanshi', 'dgs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3259. (11958, 442001, 442000, '', '中山市', '', 3, 'zhongshanshi', 'zss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3260. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3261. (11959, 445101, 445100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3262. (11960, 445102, 445100, '', '湘桥区', '', 3, 'xiangqiaoqu', 'xqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3263. (11961, 445103, 445100, '', '潮安区', '', 3, 'chaoanqu', 'caq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3264. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3265. (11962, 445122, 445100, '', '饶平县', '', 3, 'raopingxian', 'rpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3266. (11963, 445201, 445200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3267. (11964, 445202, 445200, '', '榕城区', '', 3, 'rongchengqu', 'rcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3268. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3269. (11965, 445203, 445200, '', '揭东区', '', 3, 'jiedongqu', 'jdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3270. (11966, 445222, 445200, '', '揭西县', '', 3, 'jiexixian', 'jxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3271. (11967, 445224, 445200, '', '惠来县', '', 3, 'huilaixian', 'hlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3272. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3273. (11968, 445281, 445200, '', '普宁市', '', 3, 'puningshi', 'pns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3274. (11969, 445301, 445300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3275. (11970, 445302, 445300, '', '云城区', '', 3, 'yunchengqu', 'ycq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3276. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3277. (11971, 445303, 445300, '', '云安区', '', 3, 'yunanqu', 'yaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3278. (11972, 445321, 445300, '', '新兴县', '', 3, 'xinxingxian', 'xxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3279. (11973, 445322, 445300, '', '郁南县', '', 3, 'yunanxian', 'ynx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3280. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3281. (11974, 445381, 445300, '', '罗定市', '', 3, 'luodingshi', 'lds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3282. (11975, 450101, 450100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3283. (11976, 450102, 450100, '', '兴宁区', '', 3, 'xingningqu', 'xnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3284. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3285. (11977, 450103, 450100, '', '青秀区', '', 3, 'qingxiuqu', 'qxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3286. (11978, 450105, 450100, '', '江南区', '', 3, 'jiangnanqu', 'jnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3287. (11979, 450107, 450100, '', '西乡塘区', '', 3, 'xixiangtangqu', 'xxtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3288. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3289. (11980, 450108, 450100, '', '良庆区', '', 3, 'liangqingqu', 'lqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3290. (11981, 450109, 450100, '', '邕宁区', '', 3, 'yongningqu', 'ynq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3291. (11982, 450110, 450100, '', '武鸣区', '', 3, 'wumingqu', 'wmq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3292. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3293. (11983, 450123, 450100, '', '隆安县', '', 3, 'longanxian', 'lax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3294. (11984, 450124, 450100, '', '马山县', '', 3, 'mashanxian', 'msx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3295. (11985, 450125, 450100, '', '上林县', '', 3, 'shanglinxian', 'slx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3296. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3297. (11986, 450126, 450100, '', '宾阳县', '', 3, 'binyangxian', 'byx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3298. (11987, 450127, 450100, '', '横县', '', 3, 'hengxian', 'hx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3299. (11988, 450201, 450200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3300. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3301. (11989, 450202, 450200, '', '城中区', '', 3, 'chengzhongqu', 'czq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3302. (11990, 450203, 450200, '', '鱼峰区', '', 3, 'yufengqu', 'yfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3303. (11991, 450204, 450200, '', '柳南区', '', 3, 'liunanqu', 'lnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3304. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3305. (11992, 450205, 450200, '', '柳北区', '', 3, 'liubeiqu', 'lbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3306. (11993, 450221, 450200, '', '柳江县', '', 3, 'liujiangxian', 'ljx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3307. (11994, 450222, 450200, '', '柳城县', '', 3, 'liuchengxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3308. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3309. (11995, 450223, 450200, '', '鹿寨县', '', 3, 'luzhaixian', 'lzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3310. (11996, 450224, 450200, '', '融安县', '', 3, 'ronganxian', 'rax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3311. (11997, 450225, 450200, '', '融水苗族自治县', '', 3, 'rongshuimiaozuzizhixian', 'rsmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3312. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3313. (11998, 450226, 450200, '', '三江侗族自治县', '', 3, 'sanjiangdongzuzizhixian', 'sjdzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3314. (11999, 450301, 450300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3315. (12000, 450302, 450300, '', '秀峰区', '', 3, 'xiufengqu', 'xfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3316. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3317. (12001, 450303, 450300, '', '叠彩区', '', 3, 'diecaiqu', 'dcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3318. (12002, 450304, 450300, '', '象山区', '', 3, 'xiangshanqu', 'xsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3319. (12003, 450305, 450300, '', '七星区', '', 3, 'qixingqu', 'qxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3320. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3321. (12004, 450311, 450300, '', '雁山区', '', 3, 'yanshanqu', 'ysq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3322. (12005, 450312, 450300, '', '临桂区', '', 3, 'linguiqu', 'lgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3323. (12006, 450321, 450300, '', '阳朔县', '', 3, 'yangshuoxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3324. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3325. (12007, 450323, 450300, '', '灵川县', '', 3, 'lingchuanxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3326. (12008, 450324, 450300, '', '全州县', '', 3, 'quanzhouxian', 'qzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3327. (12009, 450325, 450300, '', '兴安县', '', 3, 'xinganxian', 'xax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3328. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3329. (12010, 450326, 450300, '', '永福县', '', 3, 'yongfuxian', 'yfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3330. (12011, 450327, 450300, '', '灌阳县', '', 3, 'guanyangxian', 'gyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3331. (12012, 450328, 450300, '', '龙胜各族自治县', '', 3, 'longshenggezuzizhixian', 'lsgzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3332. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3333. (12013, 450329, 450300, '', '资源县', '', 3, 'ziyuanxian', 'zyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3334. (12014, 450330, 450300, '', '平乐县', '', 3, 'pinglexian', 'plx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3335. (12015, 450331, 450300, '', '荔浦县', '', 3, 'lipuxian', 'lpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3336. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3337. (12016, 450332, 450300, '', '恭城瑶族自治县', '', 3, 'gongchengyaozuzizhixian', 'gcyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3338. (12017, 450401, 450400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3339. (12018, 450403, 450400, '', '万秀区', '', 3, 'wanxiuqu', 'wxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3340. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3341. (12019, 450405, 450400, '', '长洲区', '', 3, 'zhangzhouqu', 'zzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3342. (12020, 450406, 450400, '', '龙圩区', '', 3, 'longxuqu', 'lxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3343. (12021, 450421, 450400, '', '苍梧县', '', 3, 'cangwuxian', 'cwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3344. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3345. (12022, 450422, 450400, '', '藤县', '', 3, 'tengxian', 'tx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3346. (12023, 450423, 450400, '', '蒙山县', '', 3, 'mengshanxian', 'msx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3347. (12024, 450481, 450400, '', '岑溪市', '', 3, 'cenxishi', 'cxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3348. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3349. (12025, 450501, 450500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3350. (12026, 450502, 450500, '', '海城区', '', 3, 'haichengqu', 'hcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3351. (12027, 450503, 450500, '', '银海区', '', 3, 'yinhaiqu', 'yhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3352. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3353. (12028, 450512, 450500, '', '铁山港区', '', 3, 'tieshangangqu', 'tsgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3354. (12029, 450521, 450500, '', '合浦县', '', 3, 'hepuxian', 'hpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3355. (12030, 450601, 450600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3356. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3357. (12031, 450602, 450600, '', '港口区', '', 3, 'gangkouqu', 'gkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3358. (12032, 450603, 450600, '', '防城区', '', 3, 'fangchengqu', 'fcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3359. (12033, 450621, 450600, '', '上思县', '', 3, 'shangsixian', 'ssx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3360. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3361. (12034, 450681, 450600, '', '东兴市', '', 3, 'dongxingshi', 'dxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3362. (12035, 450701, 450700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3363. (12036, 450702, 450700, '', '钦南区', '', 3, 'qinnanqu', 'qnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3364. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3365. (12037, 450703, 450700, '', '钦北区', '', 3, 'qinbeiqu', 'qbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3366. (12038, 450721, 450700, '', '灵山县', '', 3, 'lingshanxian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3367. (12039, 450722, 450700, '', '浦北县', '', 3, 'pubeixian', 'pbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3368. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3369. (12040, 450801, 450800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3370. (12041, 450802, 450800, '', '港北区', '', 3, 'gangbeiqu', 'gbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3371. (12042, 450803, 450800, '', '港南区', '', 3, 'gangnanqu', 'gnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3372. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3373. (12043, 450804, 450800, '', '覃塘区', '', 3, 'tantangqu', 'ttq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3374. (12044, 450821, 450800, '', '平南县', '', 3, 'pingnanxian', 'pnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3375. (12045, 450881, 450800, '', '桂平市', '', 3, 'guipingshi', 'gps', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3376. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3377. (12046, 450901, 450900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3378. (12047, 450902, 450900, '', '玉州区', '', 3, 'yuzhouqu', 'yzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3379. (12048, 450903, 450900, '', '福绵区', '', 3, 'fumianqu', 'fmq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3380. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3381. (12049, 450921, 450900, '', '容县', '', 3, 'rongxian', 'rx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3382. (12050, 450922, 450900, '', '陆川县', '', 3, 'luchuanxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3383. (12051, 450923, 450900, '', '博白县', '', 3, 'bobaixian', 'bbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3384. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3385. (12052, 450924, 450900, '', '兴业县', '', 3, 'xingyexian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3386. (12053, 450981, 450900, '', '北流市', '', 3, 'beiliushi', 'bls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3387. (12054, 451001, 451000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3388. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3389. (12055, 451002, 451000, '', '右江区', '', 3, 'youjiangqu', 'yjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3390. (12056, 451021, 451000, '', '田阳县', '', 3, 'tianyangxian', 'tyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3391. (12057, 451022, 451000, '', '田东县', '', 3, 'tiandongxian', 'tdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3392. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3393. (12058, 451023, 451000, '', '平果县', '', 3, 'pingguoxian', 'pgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3394. (12059, 451024, 451000, '', '德保县', '', 3, 'debaoxian', 'dbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3395. (12060, 451026, 451000, '', '那坡县', '', 3, 'neipoxian', 'npx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3396. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3397. (12061, 451027, 451000, '', '凌云县', '', 3, 'lingyunxian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3398. (12062, 451028, 451000, '', '乐业县', '', 3, 'leyexian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3399. (12063, 451029, 451000, '', '田林县', '', 3, 'tianlinxian', 'tlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3400. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3401. (12064, 451030, 451000, '', '西林县', '', 3, 'xilinxian', 'xlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3402. (12065, 451031, 451000, '', '隆林各族自治县', '', 3, 'longlingezuzizhixian', 'llgzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3403. (12066, 451081, 451000, '', '靖西市', '', 3, 'jingxishi', 'jxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3404. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3405. (12067, 451101, 451100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3406. (12068, 451102, 451100, '', '八步区', '', 3, 'babuqu', 'bbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3407. (12069, 451121, 451100, '', '昭平县', '', 3, 'zhaopingxian', 'zpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3408. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3409. (12070, 451122, 451100, '', '钟山县', '', 3, 'zhongshanxian', 'zsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3410. (12071, 451123, 451100, '', '富川瑶族自治县', '', 3, 'fuchuanyaozuzizhixian', 'fcyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3411. (12072, 451201, 451200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3412. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3413. (12073, 451202, 451200, '', '金城江区', '', 3, 'jinchengjiangqu', 'jcjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3414. (12074, 451221, 451200, '', '南丹县', '', 3, 'nandanxian', 'ndx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3415. (12075, 451222, 451200, '', '天峨县', '', 3, 'tianexian', 'tex', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3416. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3417. (12076, 451223, 451200, '', '凤山县', '', 3, 'fengshanxian', 'fsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3418. (12077, 451224, 451200, '', '东兰县', '', 3, 'donglanxian', 'dlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3419. (12078, 451225, 451200, '', '罗城仫佬族自治县', '', 3, 'luochengmulaozuzizhixian', 'lcmlzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3420. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3421. (12079, 451226, 451200, '', '环江毛南族自治县', '', 3, 'huanjiangmaonanzuzizhixian', 'hjmnzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3422. (12080, 451227, 451200, '', '巴马瑶族自治县', '', 3, 'bamayaozuzizhixian', 'bmyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3423. (12081, 451228, 451200, '', '都安瑶族自治县', '', 3, 'douanyaozuzizhixian', 'dayzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3424. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3425. (12082, 451229, 451200, '', '大化瑶族自治县', '', 3, 'dahuayaozuzizhixian', 'dhyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3426. (12083, 451281, 451200, '', '宜州市', '', 3, 'yizhoushi', 'yzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3427. (12084, 451301, 451300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3428. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3429. (12085, 451302, 451300, '', '兴宾区', '', 3, 'xingbinqu', 'xbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3430. (12086, 451321, 451300, '', '忻城县', '', 3, 'xinchengxian', 'xcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3431. (12087, 451322, 451300, '', '象州县', '', 3, 'xiangzhouxian', 'xzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3432. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3433. (12088, 451323, 451300, '', '武宣县', '', 3, 'wuxuanxian', 'wxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3434. (12089, 451324, 451300, '', '金秀瑶族自治县', '', 3, 'jinxiuyaozuzizhixian', 'jxyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3435. (12090, 451381, 451300, '', '合山市', '', 3, 'heshanshi', 'hss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3436. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3437. (12091, 451401, 451400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3438. (12092, 451402, 451400, '', '江洲区', '', 3, 'jiangzhouqu', 'jzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3439. (12093, 451421, 451400, '', '扶绥县', '', 3, 'fusuixian', 'fsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3440. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3441. (12094, 451422, 451400, '', '宁明县', '', 3, 'ningmingxian', 'nmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3442. (12095, 451423, 451400, '', '龙州县', '', 3, 'longzhouxian', 'lzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3443. (12096, 451424, 451400, '', '大新县', '', 3, 'daxinxian', 'dxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3444. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3445. (12097, 451425, 451400, '', '天等县', '', 3, 'tiandengxian', 'tdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3446. (12098, 451481, 451400, '', '凭祥市', '', 3, 'pingxiangshi', 'pxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3447. (12099, 460101, 460100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3448. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3449. (12100, 460105, 460100, '', '秀英区', '', 3, 'xiuyingqu', 'xyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3450. (12101, 460106, 460100, '', '龙华区', '', 3, 'longhuaqu', 'lhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3451. (12102, 460107, 460100, '', '琼山区', '', 3, 'qiongshanqu', 'qsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3452. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3453. (12103, 460108, 460100, '', '美兰区', '', 3, 'meilanqu', 'mlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3454. (12104, 460201, 460200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3455. (12105, 460202, 460200, '', '海棠区', '', 3, 'haitangqu', 'htq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3456. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3457. (12106, 460203, 460200, '', '吉阳区', '', 3, 'jiyangqu', 'jyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3458. (12107, 460204, 460200, '', '天涯区', '', 3, 'tianyaqu', 'tyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3459. (12108, 460205, 460200, '', '崖州区', '', 3, 'yazhouqu', 'yzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3460. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3461. (12109, 460321, 460300, '', '西沙群岛', '', 3, 'xishaqundao', 'xsqd', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3462. (12110, 460322, 460300, '', '南沙群岛', '', 3, 'nanshaqundao', 'nsqd', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3463. (12111, 460323, 460300, '', '中沙群岛的岛礁及其海', '', 3, 'zhongshaqundaodedaojiaojiqihaiyu', 'zsqdddjjqh', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3464. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3465. (12112, 469001, 469000, '', '五指山市', '', 3, 'wuzhishanshi', 'wzss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3466. (12113, 469002, 469000, '', '琼海市', '', 3, 'qionghaishi', 'qhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3467. (12114, 469003, 469000, '', '儋州市', '', 3, 'danzhoushi', 'dzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3468. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3469. (12115, 469005, 469000, '', '文昌市', '', 3, 'wenchangshi', 'wcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3470. (12116, 469006, 469000, '', '万宁市', '', 3, 'wanningshi', 'wns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3471. (12117, 469007, 469000, '', '东方市', '', 3, 'dongfangshi', 'dfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3472. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3473. (12118, 469021, 469000, '', '定安县', '', 3, 'dinganxian', 'dax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3474. (12119, 469022, 469000, '', '屯昌县', '', 3, 'tunchangxian', 'tcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3475. (12120, 469023, 469000, '', '澄迈县', '', 3, 'chengmaixian', 'cmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3476. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3477. (12121, 469024, 469000, '', '临高县', '', 3, 'lingaoxian', 'lgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3478. (12122, 469025, 469000, '', '白沙黎族自治县', '', 3, 'baishalizuzizhixian', 'bslzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3479. (12123, 469026, 469000, '', '昌江黎族自治县', '', 3, 'changjianglizuzizhixian', 'cjlzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3480. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3481. (12124, 469027, 469000, '', '乐东黎族自治县', '', 3, 'ledonglizuzizhixian', 'ldlzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3482. (12125, 469028, 469000, '', '陵水黎族自治县', '', 3, 'lingshuilizuzizhixian', 'lslzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3483. (12126, 469029, 469000, '', '保亭黎族苗族自治县', '', 3, 'baotinglizumiaozuzizhixian', 'btlzmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3484. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3485. (12127, 469030, 469000, '', '琼中黎族苗族自治县', '', 3, 'qiongzhonglizumiaozuzizhixian', 'qzlzmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3486. (12128, 500101, 500100, '', '万州区', '', 3, 'wanzhouqu', 'wzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3487. (12129, 500102, 500100, '', '涪陵区', '', 3, 'fulingqu', 'flq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3488. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3489. (12130, 500103, 500100, '', '渝中区', '', 3, 'yuzhongqu', 'yzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3490. (12131, 500104, 500100, '', '大渡口区', '', 3, 'dadukouqu', 'ddkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3491. (12132, 500105, 500100, '', '江北区', '', 3, 'jiangbeiqu', 'jbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3492. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3493. (12133, 500106, 500100, '', '沙坪坝区', '', 3, 'shapingbaqu', 'spbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3494. (12134, 500107, 500100, '', '九龙坡区', '', 3, 'jiulongpoqu', 'jlpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3495. (12135, 500108, 500100, '', '南岸区', '', 3, 'nananqu', 'naq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3496. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3497. (12136, 500109, 500100, '', '北碚区', '', 3, 'beibeiqu', 'bbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3498. (12137, 500110, 500100, '', '綦江区', '', 3, 'qijiangqu', 'qjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3499. (12138, 500111, 500100, '', '大足区', '', 3, 'dazuqu', 'dzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3500. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3501. (12139, 500112, 500100, '', '渝北区', '', 3, 'yubeiqu', 'ybq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3502. (12140, 500113, 500100, '', '巴南区', '', 3, 'bananqu', 'bnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3503. (12141, 500114, 500100, '', '黔江区', '', 3, 'qianjiangqu', 'qjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3504. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3505. (12142, 500115, 500100, '', '长寿区', '', 3, 'zhangshouqu', 'zsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3506. (12143, 500116, 500100, '', '江津区', '', 3, 'jiangjinqu', 'jjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3507. (12144, 500117, 500100, '', '合川区', '', 3, 'hechuanqu', 'hcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3508. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3509. (12145, 500118, 500100, '', '永川区', '', 3, 'yongchuanqu', 'ycq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3510. (12146, 500119, 500100, '', '南川区', '', 3, 'nanchuanqu', 'ncq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3511. (12147, 500120, 500100, '', '璧山区', '', 3, 'bishanqu', 'bsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3512. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3513. (12148, 500151, 500100, '', '铜梁区', '', 3, 'tongliangqu', 'tlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3514. (12149, 500152, 500100, '', '潼南区', '', 3, 'tongnanqu', 'tnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3515. (12150, 500153, 500100, '', '荣昌区', '', 3, 'rongchangqu', 'rcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3516. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3517. (12151, 500228, 500200, '', '梁平县', '', 3, 'liangpingxian', 'lpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3518. (12152, 500229, 500200, '', '城口县', '', 3, 'chengkouxian', 'ckx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3519. (12153, 500230, 500200, '', '丰都县', '', 3, 'fengdouxian', 'fdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3520. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3521. (12154, 500231, 500200, '', '垫江县', '', 3, 'dianjiangxian', 'djx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3522. (12155, 500232, 500200, '', '武隆县', '', 3, 'wulongxian', 'wlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3523. (12156, 500233, 500200, '', '忠县', '', 3, 'zhongxian', 'zx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3524. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3525. (12157, 500234, 500200, '', '开县', '', 3, 'kaixian', 'kx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3526. (12158, 500235, 500200, '', '云阳县', '', 3, 'yunyangxian', 'yyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3527. (12159, 500236, 500200, '', '奉节县', '', 3, 'fengjiexian', 'fjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3528. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3529. (12160, 500237, 500200, '', '巫山县', '', 3, 'wushanxian', 'wsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3530. (12161, 500238, 500200, '', '巫溪县', '', 3, 'wuxixian', 'wxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3531. (12162, 500240, 500200, '', '石柱土家族自治县', '', 3, 'shizhutujiazuzizhixian', 'sztjzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3532. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3533. (12163, 500241, 500200, '', '秀山土家族苗族自治县', '', 3, 'xiushantujiazumiaozuzizhixian', 'xstjzmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3534. (12164, 500242, 500200, '', '酉阳土家族苗族自治县', '', 3, 'youyangtujiazumiaozuzizhixian', 'yytjzmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3535. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3536. (12165, 500243, 500200, '', '彭水苗族土家族自治县', '', 3, 'pengshuimiaozutujiazuzizhixian', 'psmztjzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3537. (12166, 510101, 510100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3538. (12167, 510104, 510100, '', '锦江区', '', 3, 'jinjiangqu', 'jjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3539. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3540. (12168, 510105, 510100, '', '青羊区', '', 3, 'qingyangqu', 'qyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3541. (12169, 510106, 510100, '', '金牛区', '', 3, 'jinniuqu', 'jnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3542. (12170, 510107, 510100, '', '武侯区', '', 3, 'wuhouqu', 'whq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3543. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3544. (12171, 510108, 510100, '', '成华区', '', 3, 'chenghuaqu', 'chq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3545. (12172, 510112, 510100, '', '龙泉驿区', '', 3, 'longquanyiqu', 'lqyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3546. (12173, 510113, 510100, '', '青白江区', '', 3, 'qingbaijiangqu', 'qbjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3547. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3548. (12174, 510114, 510100, '', '新都区', '', 3, 'xindouqu', 'xdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3549. (12175, 510115, 510100, '', '温江区', '', 3, 'wenjiangqu', 'wjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3550. (12176, 510121, 510100, '', '金堂县', '', 3, 'jintangxian', 'jtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3551. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3552. (12177, 510122, 510100, '', '双流县', '', 3, 'shuangliuxian', 'slx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3553. (12178, 510124, 510100, '', '郫县', '', 3, 'pixian', 'px', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3554. (12179, 510129, 510100, '', '大邑县', '', 3, 'dayixian', 'dyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3555. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3556. (12180, 510131, 510100, '', '蒲江县', '', 3, 'pujiangxian', 'pjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3557. (12181, 510132, 510100, '', '新津县', '', 3, 'xinjinxian', 'xjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3558. (12182, 510181, 510100, '', '都江堰市', '', 3, 'doujiangyanshi', 'djys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3559. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3560. (12183, 510182, 510100, '', '彭州市', '', 3, 'pengzhoushi', 'pzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3561. (12184, 510183, 510100, '', '邛崃市', '', 3, 'qionglaishi', 'qls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3562. (12185, 510184, 510100, '', '崇州市', '', 3, 'chongzhoushi', 'czs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3563. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3564. (12186, 510301, 510300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3565. (12187, 510302, 510300, '', '自流井区', '', 3, 'ziliujingqu', 'zljq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3566. (12188, 510303, 510300, '', '贡井区', '', 3, 'gongjingqu', 'gjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3567. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3568. (12189, 510304, 510300, '', '大安区', '', 3, 'daanqu', 'daq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3569. (12190, 510311, 510300, '', '沿滩区', '', 3, 'yantanqu', 'ytq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3570. (12191, 510321, 510300, '', '荣县', '', 3, 'rongxian', 'rx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3571. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3572. (12192, 510322, 510300, '', '富顺县', '', 3, 'fushunxian', 'fsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3573. (12193, 510401, 510400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3574. (12194, 510402, 510400, '', '东区', '', 3, 'dongqu', 'dq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3575. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3576. (12195, 510403, 510400, '', '西区', '', 3, 'xiqu', 'xq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3577. (12196, 510411, 510400, '', '仁和区', '', 3, 'renhequ', 'rhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3578. (12197, 510421, 510400, '', '米易县', '', 3, 'miyixian', 'myx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3579. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3580. (12198, 510422, 510400, '', '盐边县', '', 3, 'yanbianxian', 'ybx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3581. (12199, 510501, 510500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3582. (12200, 510502, 510500, '', '江阳区', '', 3, 'jiangyangqu', 'jyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3583. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3584. (12201, 510503, 510500, '', '纳溪区', '', 3, 'naxiqu', 'nxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3585. (12202, 510504, 510500, '', '龙马潭区', '', 3, 'longmatanqu', 'lmtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3586. (12203, 510521, 510500, '', '泸县', '', 3, 'luxian', 'lx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3587. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3588. (12204, 510522, 510500, '', '合江县', '', 3, 'hejiangxian', 'hjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3589. (12205, 510524, 510500, '', '叙永县', '', 3, 'xuyongxian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3590. (12206, 510525, 510500, '', '古蔺县', '', 3, 'gulinxian', 'glx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3591. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3592. (12207, 510601, 510600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3593. (12208, 510603, 510600, '', '旌阳区', '', 3, 'jingyangqu', 'jyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3594. (12209, 510623, 510600, '', '中江县', '', 3, 'zhongjiangxian', 'zjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3595. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3596. (12210, 510626, 510600, '', '罗江县', '', 3, 'luojiangxian', 'ljx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3597. (12211, 510681, 510600, '', '广汉市', '', 3, 'guanghanshi', 'ghs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3598. (12212, 510682, 510600, '', '什邡市', '', 3, 'shenfangshi', 'sfs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3599. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3600. (12213, 510683, 510600, '', '绵竹市', '', 3, 'mianzhushi', 'mzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3601. (12214, 510701, 510700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3602. (12215, 510703, 510700, '', '涪城区', '', 3, 'fuchengqu', 'fcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3603. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3604. (12216, 510704, 510700, '', '游仙区', '', 3, 'youxianqu', 'yxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3605. (12217, 510722, 510700, '', '三台县', '', 3, 'santaixian', 'stx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3606. (12218, 510723, 510700, '', '盐亭县', '', 3, 'yantingxian', 'ytx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3607. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3608. (12219, 510724, 510700, '', '安县', '', 3, 'anxian', 'ax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3609. (12220, 510725, 510700, '', '梓潼县', '', 3, 'zitongxian', 'ztx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3610. (12221, 510726, 510700, '', '北川羌族自治县', '', 3, 'beichuanqiangzuzizhixian', 'bcqzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3611. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3612. (12222, 510727, 510700, '', '平武县', '', 3, 'pingwuxian', 'pwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3613. (12223, 510781, 510700, '', '江油市', '', 3, 'jiangyoushi', 'jys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3614. (12224, 510801, 510800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3615. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3616. (12225, 510802, 510800, '', '利州区', '', 3, 'lizhouqu', 'lzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3617. (12226, 510811, 510800, '', '元坝区', '', 3, 'yuanbaqu', 'ybq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3618. (12227, 510812, 510800, '', '朝天区', '', 3, 'chaotianqu', 'ctq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3619. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3620. (12228, 510821, 510800, '', '旺苍县', '', 3, 'wangcangxian', 'wcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3621. (12229, 510822, 510800, '', '青川县', '', 3, 'qingchuanxian', 'qcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3622. (12230, 510823, 510800, '', '剑阁县', '', 3, 'jiangexian', 'jgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3623. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3624. (12231, 510824, 510800, '', '苍溪县', '', 3, 'cangxixian', 'cxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3625. (12232, 510901, 510900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3626. (12233, 510903, 510900, '', '船山区', '', 3, 'chuanshanqu', 'csq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3627. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3628. (12234, 510904, 510900, '', '安居区', '', 3, 'anjuqu', 'ajq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3629. (12235, 510921, 510900, '', '蓬溪县', '', 3, 'pengxixian', 'pxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3630. (12236, 510922, 510900, '', '射洪县', '', 3, 'shehongxian', 'shx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3631. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3632. (12237, 510923, 510900, '', '大英县', '', 3, 'dayingxian', 'dyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3633. (12238, 511001, 511000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3634. (12239, 511002, 511000, '', '市中区', '', 3, 'shizhongqu', 'szq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3635. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3636. (12240, 511011, 511000, '', '东兴区', '', 3, 'dongxingqu', 'dxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3637. (12241, 511024, 511000, '', '威远县', '', 3, 'weiyuanxian', 'wyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3638. (12242, 511025, 511000, '', '资中县', '', 3, 'zizhongxian', 'zzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3639. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3640. (12243, 511028, 511000, '', '隆昌县', '', 3, 'longchangxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3641. (12244, 511101, 511100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3642. (12245, 511102, 511100, '', '市中区', '', 3, 'shizhongqu', 'szq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3643. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3644. (12246, 511111, 511100, '', '沙湾区', '', 3, 'shawanqu', 'swq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3645. (12247, 511112, 511100, '', '五通桥区', '', 3, 'wutongqiaoqu', 'wtqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3646. (12248, 511113, 511100, '', '金口河区', '', 3, 'jinkouhequ', 'jkhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3647. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3648. (12249, 511123, 511100, '', '犍为县', '', 3, 'jianweixian', 'jwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3649. (12250, 511124, 511100, '', '井研县', '', 3, 'jingyanxian', 'jyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3650. (12251, 511126, 511100, '', '夹江县', '', 3, 'jiajiangxian', 'jjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3651. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3652. (12252, 511129, 511100, '', '沐川县', '', 3, 'muchuanxian', 'mcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3653. (12253, 511132, 511100, '', '峨边彝族自治县', '', 3, 'ebianyizuzizhixian', 'ebyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3654. (12254, 511133, 511100, '', '马边彝族自治县', '', 3, 'mabianyizuzizhixian', 'mbyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3655. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3656. (12255, 511181, 511100, '', '峨眉山市', '', 3, 'emeishanshi', 'emss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3657. (12256, 511301, 511300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3658. (12257, 511302, 511300, '', '顺庆区', '', 3, 'shunqingqu', 'sqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3659. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3660. (12258, 511303, 511300, '', '高坪区', '', 3, 'gaopingqu', 'gpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3661. (12259, 511304, 511300, '', '嘉陵区', '', 3, 'jialingqu', 'jlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3662. (12260, 511321, 511300, '', '南部县', '', 3, 'nanbuxian', 'nbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3663. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3664. (12261, 511322, 511300, '', '营山县', '', 3, 'yingshanxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3665. (12262, 511323, 511300, '', '蓬安县', '', 3, 'penganxian', 'pax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3666. (12263, 511324, 511300, '', '仪陇县', '', 3, 'yilongxian', 'ylx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3667. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3668. (12264, 511325, 511300, '', '西充县', '', 3, 'xichongxian', 'xcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3669. (12265, 511381, 511300, '', '阆中市', '', 3, 'langzhongshi', 'lzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3670. (12266, 511401, 511400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3671. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3672. (12267, 511402, 511400, '', '东坡区', '', 3, 'dongpoqu', 'dpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3673. (12268, 511403, 511400, '', '彭山区', '', 3, 'pengshanqu', 'psq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3674. (12269, 511421, 511400, '', '仁寿县', '', 3, 'renshouxian', 'rsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3675. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3676. (12270, 511423, 511400, '', '洪雅县', '', 3, 'hongyaxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3677. (12271, 511424, 511400, '', '丹棱县', '', 3, 'danlengxian', 'dlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3678. (12272, 511425, 511400, '', '青神县', '', 3, 'qingshenxian', 'qsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3679. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3680. (12273, 511501, 511500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3681. (12274, 511502, 511500, '', '翠屏区', '', 3, 'cuipingqu', 'cpq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3682. (12275, 511503, 511500, '', '南溪区', '', 3, 'nanxiqu', 'nxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3683. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3684. (12276, 511521, 511500, '', '宜宾县', '', 3, 'yibinxian', 'ybx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3685. (12277, 511523, 511500, '', '江安县', '', 3, 'jianganxian', 'jax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3686. (12278, 511524, 511500, '', '长宁县', '', 3, 'zhangningxian', 'znx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3687. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3688. (12279, 511525, 511500, '', '高县', '', 3, 'gaoxian', 'gx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3689. (12280, 511526, 511500, '', '珙县', '', 3, 'gongxian', 'gx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3690. (12281, 511527, 511500, '', '筠连县', '', 3, 'yunlianxian', 'ylx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3691. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3692. (12282, 511528, 511500, '', '兴文县', '', 3, 'xingwenxian', 'xwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3693. (12283, 511529, 511500, '', '屏山县', '', 3, 'pingshanxian', 'psx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3694. (12284, 511601, 511600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3695. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3696. (12285, 511602, 511600, '', '广安区', '', 3, 'guanganqu', 'gaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3697. (12286, 511603, 511600, '', '前锋区', '', 3, 'qianfengqu', 'qfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3698. (12287, 511621, 511600, '', '岳池县', '', 3, 'yuechixian', 'ycx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3699. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3700. (12288, 511622, 511600, '', '武胜县', '', 3, 'wushengxian', 'wsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3701. (12289, 511623, 511600, '', '邻水县', '', 3, 'linshuixian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3702. (12290, 511681, 511600, '', '华蓥市', '', 3, 'huayingshi', 'hys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3703. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3704. (12291, 511701, 511700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3705. (12292, 511702, 511700, '', '通川区', '', 3, 'tongchuanqu', 'tcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3706. (12293, 511703, 511700, '', '达川区', '', 3, 'dachuanqu', 'dcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3707. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3708. (12294, 511722, 511700, '', '宣汉县', '', 3, 'xuanhanxian', 'xhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3709. (12295, 511723, 511700, '', '开江县', '', 3, 'kaijiangxian', 'kjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3710. (12296, 511724, 511700, '', '大竹县', '', 3, 'dazhuxian', 'dzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3711. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3712. (12297, 511725, 511700, '', '渠县', '', 3, 'quxian', 'qx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3713. (12298, 511781, 511700, '', '万源市', '', 3, 'wanyuanshi', 'wys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3714. (12299, 511801, 511800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3715. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3716. (12300, 511802, 511800, '', '雨城区', '', 3, 'yuchengqu', 'ycq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3717. (12301, 511803, 511800, '', '名山区', '', 3, 'mingshanqu', 'msq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3718. (12302, 511822, 511800, '', '荥经县', '', 3, 'yingjingxian', 'yjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3719. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3720. (12303, 511823, 511800, '', '汉源县', '', 3, 'hanyuanxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3721. (12304, 511824, 511800, '', '石棉县', '', 3, 'shimianxian', 'smx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3722. (12305, 511825, 511800, '', '天全县', '', 3, 'tianquanxian', 'tqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3723. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3724. (12306, 511826, 511800, '', '芦山县', '', 3, 'lushanxian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3725. (12307, 511827, 511800, '', '宝兴县', '', 3, 'baoxingxian', 'bxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3726. (12308, 511901, 511900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3727. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3728. (12309, 511902, 511900, '', '巴州区', '', 3, 'bazhouqu', 'bzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3729. (12310, 511903, 511900, '', '恩阳区', '', 3, 'dongyangqu', 'eyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3730. (12311, 511921, 511900, '', '通江县', '', 3, 'tongjiangxian', 'tjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3731. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3732. (12312, 511922, 511900, '', '南江县', '', 3, 'nanjiangxian', 'njx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3733. (12313, 511923, 511900, '', '平昌县', '', 3, 'pingchangxian', 'pcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3734. (12314, 512001, 512000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3735. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3736. (12315, 512002, 512000, '', '雁江区', '', 3, 'yanjiangqu', 'yjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3737. (12316, 512021, 512000, '', '安岳县', '', 3, 'anyuexian', 'ayx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3738. (12317, 512022, 512000, '', '乐至县', '', 3, 'lezhixian', 'lzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3739. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3740. (12318, 512081, 512000, '', '简阳市', '', 3, 'jianyangshi', 'jys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3741. (12319, 513221, 513200, '', '汶川县', '', 3, 'wenchuanxian', 'wcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3742. (12320, 513222, 513200, '', '理县', '', 3, 'lixian', 'lx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3743. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3744. (12321, 513223, 513200, '', '茂县', '', 3, 'maoxian', 'mx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3745. (12322, 513224, 513200, '', '松潘县', '', 3, 'songpanxian', 'spx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3746. (12323, 513225, 513200, '', '九寨沟县', '', 3, 'jiuzhaigouxian', 'jzgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3747. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3748. (12324, 513226, 513200, '', '金川县', '', 3, 'jinchuanxian', 'jcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3749. (12325, 513227, 513200, '', '小金县', '', 3, 'xiaojinxian', 'xjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3750. (12326, 513228, 513200, '', '黑水县', '', 3, 'heishuixian', 'hsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3751. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3752. (12327, 513229, 513200, '', '马尔康县', '', 3, 'maerkangxian', 'mekx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3753. (12328, 513230, 513200, '', '壤塘县', '', 3, 'rangtangxian', 'rtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3754. (12329, 513231, 513200, '', '阿坝县', '', 3, 'abaxian', 'abx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3755. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3756. (12330, 513232, 513200, '', '若尔盖县', '', 3, 'ruoergaixian', 'regx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3757. (12331, 513233, 513200, '', '红原县', '', 3, 'hongyuanxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3758. (12332, 513301, 513300, '', '康定市', '', 3, 'kangdingshi', 'kds', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3759. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3760. (12333, 513322, 513300, '', '泸定县', '', 3, 'ludingxian', 'ldx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3761. (12334, 513323, 513300, '', '丹巴县', '', 3, 'danbaxian', 'dbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3762. (12335, 513324, 513300, '', '九龙县', '', 3, 'jiulongxian', 'jlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3763. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3764. (12336, 513325, 513300, '', '雅江县', '', 3, 'yajiangxian', 'yjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3765. (12337, 513326, 513300, '', '道孚县', '', 3, 'daofuxian', 'dfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3766. (12338, 513327, 513300, '', '炉霍县', '', 3, 'luhuoxian', 'lhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3767. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3768. (12339, 513328, 513300, '', '甘孜县', '', 3, 'ganzixian', 'gzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3769. (12340, 513329, 513300, '', '新龙县', '', 3, 'xinlongxian', 'xlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3770. (12341, 513330, 513300, '', '德格县', '', 3, 'degexian', 'dgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3771. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3772. (12342, 513331, 513300, '', '白玉县', '', 3, 'baiyuxian', 'byx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3773. (12343, 513332, 513300, '', '石渠县', '', 3, 'shiquxian', 'sqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3774. (12344, 513333, 513300, '', '色达县', '', 3, 'sedaxian', 'sdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3775. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3776. (12345, 513334, 513300, '', '理塘县', '', 3, 'litangxian', 'ltx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3777. (12346, 513335, 513300, '', '巴塘县', '', 3, 'batangxian', 'btx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3778. (12347, 513336, 513300, '', '乡城县', '', 3, 'xiangchengxian', 'xcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3779. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3780. (12348, 513337, 513300, '', '稻城县', '', 3, 'daochengxian', 'dcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3781. (12349, 513338, 513300, '', '得荣县', '', 3, 'derongxian', 'drx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3782. (12350, 513401, 513400, '', '西昌市', '', 3, 'xichangshi', 'xcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3783. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3784. (12351, 513422, 513400, '', '木里藏族自治县', '', 3, 'mulizangzuzizhixian', 'mlzzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3785. (12352, 513423, 513400, '', '盐源县', '', 3, 'yanyuanxian', 'yyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3786. (12353, 513424, 513400, '', '德昌县', '', 3, 'dechangxian', 'dcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3787. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3788. (12354, 513425, 513400, '', '会理县', '', 3, 'huilixian', 'hlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3789. (12355, 513426, 513400, '', '会东县', '', 3, 'huidongxian', 'hdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3790. (12356, 513427, 513400, '', '宁南县', '', 3, 'ningnanxian', 'nnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3791. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3792. (12357, 513428, 513400, '', '普格县', '', 3, 'pugexian', 'pgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3793. (12358, 513429, 513400, '', '布拖县', '', 3, 'butuoxian', 'btx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3794. (12359, 513430, 513400, '', '金阳县', '', 3, 'jinyangxian', 'jyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3795. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3796. (12360, 513431, 513400, '', '昭觉县', '', 3, 'zhaojuexian', 'zjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3797. (12361, 513432, 513400, '', '喜德县', '', 3, 'xidexian', 'xdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3798. (12362, 513433, 513400, '', '冕宁县', '', 3, 'mianningxian', 'mnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3799. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3800. (12363, 513434, 513400, '', '越西县', '', 3, 'yuexixian', 'yxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3801. (12364, 513435, 513400, '', '甘洛县', '', 3, 'ganluoxian', 'glx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3802. (12365, 513436, 513400, '', '美姑县', '', 3, 'meiguxian', 'mgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3803. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3804. (12366, 513437, 513400, '', '雷波县', '', 3, 'leiboxian', 'lbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3805. (12367, 520101, 520100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3806. (12368, 520102, 520100, '', '南明区', '', 3, 'nanmingqu', 'nmq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3807. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3808. (12369, 520103, 520100, '', '云岩区', '', 3, 'yunyanqu', 'yyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3809. (12370, 520111, 520100, '', '花溪区', '', 3, 'huaxiqu', 'hxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3810. (12371, 520112, 520100, '', '乌当区', '', 3, 'wudangqu', 'wdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3811. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3812. (12372, 520113, 520100, '', '白云区', '', 3, 'baiyunqu', 'byq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3813. (12373, 520115, 520100, '', '观山湖区', '', 3, 'guanshanhuqu', 'gshq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3814. (12374, 520121, 520100, '', '开阳县', '', 3, 'kaiyangxian', 'kyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3815. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3816. (12375, 520122, 520100, '', '息烽县', '', 3, 'xifengxian', 'xfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3817. (12376, 520123, 520100, '', '修文县', '', 3, 'xiuwenxian', 'xwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3818. (12377, 520181, 520100, '', '清镇市', '', 3, 'qingzhenshi', 'qzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3819. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3820. (12378, 520201, 520200, '', '钟山区', '', 3, 'zhongshanqu', 'zsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3821. (12379, 520203, 520200, '', '六枝特区', '', 3, 'liuzhitequ', 'lztq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3822. (12380, 520221, 520200, '', '水城县', '', 3, 'shuichengxian', 'scx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3823. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3824. (12381, 520222, 520200, '', '盘县', '', 3, 'panxian', 'px', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3825. (12382, 520301, 520300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3826. (12383, 520302, 520300, '', '红花岗区', '', 3, 'honghuagangqu', 'hhgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3827. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3828. (12384, 520303, 520300, '', '汇川区', '', 3, 'huichuanqu', 'hcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3829. (12385, 520321, 520300, '', '遵义县', '', 3, 'zunyixian', 'zyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3830. (12386, 520322, 520300, '', '桐梓县', '', 3, 'tongzixian', 'tzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3831. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3832. (12387, 520323, 520300, '', '绥阳县', '', 3, 'suiyangxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3833. (12388, 520324, 520300, '', '正安县', '', 3, 'zhenganxian', 'zax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3834. (12389, 520325, 520300, '', '道真仡佬族苗族自治县', '', 3, 'daozhengelaozumiaozuzizhixian', 'dzglzmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3835. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3836. (12390, 520326, 520300, '', '务川仡佬族苗族自治县', '', 3, 'wuchuangelaozumiaozuzizhixian', 'wcglzmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3837. (12391, 520327, 520300, '', '凤冈县', '', 3, 'fenggangxian', 'fgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3838. (12392, 520328, 520300, '', '湄潭县', '', 3, 'meitanxian', 'mtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3839. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3840. (12393, 520329, 520300, '', '余庆县', '', 3, 'yuqingxian', 'yqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3841. (12394, 520330, 520300, '', '习水县', '', 3, 'xishuixian', 'xsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3842. (12395, 520381, 520300, '', '赤水市', '', 3, 'chishuishi', 'css', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3843. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3844. (12396, 520382, 520300, '', '仁怀市', '', 3, 'renhuaishi', 'rhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3845. (12397, 520401, 520400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3846. (12398, 520402, 520400, '', '西秀区', '', 3, 'xixiuqu', 'xxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3847. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3848. (12399, 520403, 520400, '', '平坝区', '', 3, 'pingbaqu', 'pbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3849. (12400, 520422, 520400, '', '普定县', '', 3, 'pudingxian', 'pdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3850. (12401, 520423, 520400, '', '镇宁布依族苗族自治县', '', 3, 'zhenningbuyizumiaozuzizhixian', 'znbyzmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3851. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3852. (12402, 520424, 520400, '', '关岭布依族苗族自治县', '', 3, 'guanlingbuyizumiaozuzizhixian', 'glbyzmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3853. (12403, 520425, 520400, '', '紫云苗族布依族自治县', '', 3, 'ziyunmiaozubuyizuzizhixian', 'zymzbyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3854. (12404, 520501, 520500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3855. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3856. (12405, 520502, 520500, '', '七星关区', '', 3, 'qixingguanqu', 'qxgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3857. (12406, 520521, 520500, '', '大方县', '', 3, 'dafangxian', 'dfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3858. (12407, 520522, 520500, '', '黔西县', '', 3, 'qianxixian', 'qxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3859. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3860. (12408, 520523, 520500, '', '金沙县', '', 3, 'jinshaxian', 'jsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3861. (12409, 520524, 520500, '', '织金县', '', 3, 'zhijinxian', 'zjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3862. (12410, 520525, 520500, '', '纳雍县', '', 3, 'nayongxian', 'nyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3863. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3864. (12411, 520526, 520500, '', '威宁彝族回族苗族自治', '', 3, 'weiningyizuhuizumiaozuzizhixian', 'wnyzhzmzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3865. (12412, 520527, 520500, '', '赫章县', '', 3, 'hezhangxian', 'hzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3866. (12413, 520601, 520600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3867. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3868. (12414, 520602, 520600, '', '碧江区', '', 3, 'bijiangqu', 'bjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3869. (12415, 520603, 520600, '', '万山区', '', 3, 'wanshanqu', 'wsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3870. (12416, 520621, 520600, '', '江口县', '', 3, 'jiangkouxian', 'jkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3871. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3872. (12417, 520622, 520600, '', '玉屏侗族自治县', '', 3, 'yupingdongzuzizhixian', 'ypdzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3873. (12418, 520623, 520600, '', '石阡县', '', 3, 'shiqianxian', 'sqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3874. (12419, 520624, 520600, '', '思南县', '', 3, 'sinanxian', 'snx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3875. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3876. (12420, 520625, 520600, '', '印江土家族苗族自治县', '', 3, 'yinjiangtujiazumiaozuzizhixian', 'yjtjzmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3877. (12421, 520626, 520600, '', '德江县', '', 3, 'dejiangxian', 'djx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3878. (12422, 520627, 520600, '', '沿河土家族自治县', '', 3, 'yanhetujiazuzizhixian', 'yhtjzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3879. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3880. (12423, 520628, 520600, '', '松桃苗族自治县', '', 3, 'songtaomiaozuzizhixian', 'stmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3881. (12424, 522301, 522300, '', '兴义市', '', 3, 'xingyishi', 'xys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3882. (12425, 522322, 522300, '', '兴仁县', '', 3, 'xingrenxian', 'xrx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3883. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3884. (12426, 522323, 522300, '', '普安县', '', 3, 'puanxian', 'pax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3885. (12427, 522324, 522300, '', '晴隆县', '', 3, 'qinglongxian', 'qlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3886. (12428, 522325, 522300, '', '贞丰县', '', 3, 'zhenfengxian', 'zfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3887. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3888. (12429, 522326, 522300, '', '望谟县', '', 3, 'wangmoxian', 'wmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3889. (12430, 522327, 522300, '', '册亨县', '', 3, 'cehengxian', 'chx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3890. (12431, 522328, 522300, '', '安龙县', '', 3, 'anlongxian', 'alx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3891. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3892. (12432, 522601, 522600, '', '凯里市', '', 3, 'kailishi', 'kls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3893. (12433, 522622, 522600, '', '黄平县', '', 3, 'huangpingxian', 'hpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3894. (12434, 522623, 522600, '', '施秉县', '', 3, 'shibingxian', 'sbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3895. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3896. (12435, 522624, 522600, '', '三穗县', '', 3, 'sansuixian', 'ssx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3897. (12436, 522625, 522600, '', '镇远县', '', 3, 'zhenyuanxian', 'zyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3898. (12437, 522626, 522600, '', '岑巩县', '', 3, 'cengongxian', 'cgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3899. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3900. (12438, 522627, 522600, '', '天柱县', '', 3, 'tianzhuxian', 'tzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3901. (12439, 522628, 522600, '', '锦屏县', '', 3, 'jinpingxian', 'jpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3902. (12440, 522629, 522600, '', '剑河县', '', 3, 'jianhexian', 'jhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3903. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3904. (12441, 522630, 522600, '', '台江县', '', 3, 'taijiangxian', 'tjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3905. (12442, 522631, 522600, '', '黎平县', '', 3, 'lipingxian', 'lpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3906. (12443, 522632, 522600, '', '榕江县', '', 3, 'rongjiangxian', 'rjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3907. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3908. (12444, 522633, 522600, '', '从江县', '', 3, 'congjiangxian', 'cjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3909. (12445, 522634, 522600, '', '雷山县', '', 3, 'leishanxian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3910. (12446, 522635, 522600, '', '麻江县', '', 3, 'majiangxian', 'mjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3911. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3912. (12447, 522636, 522600, '', '丹寨县', '', 3, 'danzhaixian', 'dzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3913. (12448, 522701, 522700, '', '都匀市', '', 3, 'douyunshi', 'dys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3914. (12449, 522702, 522700, '', '福泉市', '', 3, 'fuquanshi', 'fqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3915. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3916. (12450, 522722, 522700, '', '荔波县', '', 3, 'liboxian', 'lbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3917. (12451, 522723, 522700, '', '贵定县', '', 3, 'guidingxian', 'gdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3918. (12452, 522725, 522700, '', '瓮安县', '', 3, 'wenganxian', 'wax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3919. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3920. (12453, 522726, 522700, '', '独山县', '', 3, 'dushanxian', 'dsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3921. (12454, 522727, 522700, '', '平塘县', '', 3, 'pingtangxian', 'ptx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3922. (12455, 522728, 522700, '', '罗甸县', '', 3, 'luodianxian', 'ldx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3923. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3924. (12456, 522729, 522700, '', '长顺县', '', 3, 'zhangshunxian', 'zsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3925. (12457, 522730, 522700, '', '龙里县', '', 3, 'longlixian', 'llx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3926. (12458, 522731, 522700, '', '惠水县', '', 3, 'huishuixian', 'hsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3927. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3928. (12459, 522732, 522700, '', '三都水族自治县', '', 3, 'sandoushuizuzizhixian', 'sdszzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3929. (12460, 530101, 530100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3930. (12461, 530102, 530100, '', '五华区', '', 3, 'wuhuaqu', 'whq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3931. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3932. (12462, 530103, 530100, '', '盘龙区', '', 3, 'panlongqu', 'plq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3933. (12463, 530111, 530100, '', '官渡区', '', 3, 'guanduqu', 'gdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3934. (12464, 530112, 530100, '', '西山区', '', 3, 'xishanqu', 'xsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3935. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3936. (12465, 530113, 530100, '', '东川区', '', 3, 'dongchuanqu', 'dcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3937. (12466, 530114, 530100, '', '呈贡区', '', 3, 'chenggongqu', 'cgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3938. (12467, 530122, 530100, '', '晋宁县', '', 3, 'jinningxian', 'jnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3939. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3940. (12468, 530124, 530100, '', '富民县', '', 3, 'fuminxian', 'fmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3941. (12469, 530125, 530100, '', '宜良县', '', 3, 'yiliangxian', 'ylx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3942. (12470, 530126, 530100, '', '石林彝族自治县', '', 3, 'shilinyizuzizhixian', 'slyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3943. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3944. (12471, 530127, 530100, '', '嵩明县', '', 3, 'songmingxian', 'smx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3945. (12472, 530128, 530100, '', '禄劝彝族苗族自治县', '', 3, 'luquanyizumiaozuzizhixian', 'lqyzmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3946. (12473, 530129, 530100, '', '寻甸回族彝族自治县', '', 3, 'xundianhuizuyizuzizhixian', 'xdhzyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3947. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3948. (12474, 530181, 530100, '', '安宁市', '', 3, 'anningshi', 'ans', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3949. (12475, 530301, 530300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3950. (12476, 530302, 530300, '', '麒麟区', '', 3, 'qilinqu', 'qlq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3951. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3952. (12477, 530321, 530300, '', '马龙县', '', 3, 'malongxian', 'mlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3953. (12478, 530322, 530300, '', '陆良县', '', 3, 'luliangxian', 'llx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3954. (12479, 530323, 530300, '', '师宗县', '', 3, 'shizongxian', 'szx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3955. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3956. (12480, 530324, 530300, '', '罗平县', '', 3, 'luopingxian', 'lpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3957. (12481, 530325, 530300, '', '富源县', '', 3, 'fuyuanxian', 'fyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3958. (12482, 530326, 530300, '', '会泽县', '', 3, 'huizexian', 'hzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3959. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3960. (12483, 530328, 530300, '', '沾益县', '', 3, 'zhanyixian', 'zyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3961. (12484, 530381, 530300, '', '宣威市', '', 3, 'xuanweishi', 'xws', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3962. (12485, 530401, 530400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3963. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3964. (12486, 530402, 530400, '', '红塔区', '', 3, 'hongtaqu', 'htq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3965. (12487, 530421, 530400, '', '江川县', '', 3, 'jiangchuanxian', 'jcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3966. (12488, 530422, 530400, '', '澄江县', '', 3, 'chengjiangxian', 'cjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3967. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3968. (12489, 530423, 530400, '', '通海县', '', 3, 'tonghaixian', 'thx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3969. (12490, 530424, 530400, '', '华宁县', '', 3, 'huaningxian', 'hnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3970. (12491, 530425, 530400, '', '易门县', '', 3, 'yimenxian', 'ymx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3971. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3972. (12492, 530426, 530400, '', '峨山彝族自治县', '', 3, 'eshanyizuzizhixian', 'esyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3973. (12493, 530427, 530400, '', '新平彝族傣族自治县', '', 3, 'xinpingyizudaizuzizhixian', 'xpyzdzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3974. (12494, 530428, 530400, '', '元江哈尼族彝族傣族自', '', 3, 'yuanjianghanizuyizudaizuzizhixian', 'yjhnzyzdzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3975. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3976. (12495, 530501, 530500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3977. (12496, 530502, 530500, '', '隆阳区', '', 3, 'longyangqu', 'lyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3978. (12497, 530521, 530500, '', '施甸县', '', 3, 'shidianxian', 'sdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3979. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3980. (12498, 530523, 530500, '', '龙陵县', '', 3, 'longlingxian', 'llx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3981. (12499, 530524, 530500, '', '昌宁县', '', 3, 'changningxian', 'cnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3982. (12500, 530581, 530500, '', '腾冲市', '', 3, 'tengchongshi', 'tcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3983. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3984. (12501, 530601, 530600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3985. (12502, 530602, 530600, '', '昭阳区', '', 3, 'zhaoyangqu', 'zyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3986. (12503, 530621, 530600, '', '鲁甸县', '', 3, 'ludianxian', 'ldx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3987. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3988. (12504, 530622, 530600, '', '巧家县', '', 3, 'qiaojiaxian', 'qjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3989. (12505, 530623, 530600, '', '盐津县', '', 3, 'yanjinxian', 'yjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3990. (12506, 530624, 530600, '', '大关县', '', 3, 'daguanxian', 'dgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3991. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3992. (12507, 530625, 530600, '', '永善县', '', 3, 'yongshanxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3993. (12508, 530626, 530600, '', '绥江县', '', 3, 'suijiangxian', 'sjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3994. (12509, 530627, 530600, '', '镇雄县', '', 3, 'zhenxiongxian', 'zxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3995. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  3996. (12510, 530628, 530600, '', '彝良县', '', 3, 'yiliangxian', 'ylx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3997. (12511, 530629, 530600, '', '威信县', '', 3, 'weixinxian', 'wxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  3998. (12512, 530630, 530600, '', '水富县', '', 3, 'shuifuxian', 'sfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  3999. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4000. (12513, 530701, 530700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4001. (12514, 530702, 530700, '', '古城区', '', 3, 'guchengqu', 'gcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4002. (12515, 530721, 530700, '', '玉龙纳西族自治县', '', 3, 'yulongnaxizuzizhixian', 'ylnxzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4003. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4004. (12516, 530722, 530700, '', '永胜县', '', 3, 'yongshengxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4005. (12517, 530723, 530700, '', '华坪县', '', 3, 'huapingxian', 'hpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4006. (12518, 530724, 530700, '', '宁蒗彝族自治县', '', 3, 'ninglangyizuzizhixian', 'nlyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4007. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4008. (12519, 530801, 530800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4009. (12520, 530802, 530800, '', '思茅区', '', 3, 'simaoqu', 'smq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4010. (12521, 530821, 530800, '', '宁洱哈尼族彝族自治县', '', 3, 'ningerhanizuyizuzizhixian', 'nehnzyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4011. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4012. (12522, 530822, 530800, '', '墨江哈尼族自治县', '', 3, 'mojianghanizuzizhixian', 'mjhnzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4013. (12523, 530823, 530800, '', '景东彝族自治县', '', 3, 'jingdongyizuzizhixian', 'jdyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4014. (12524, 530824, 530800, '', '景谷傣族彝族自治县', '', 3, 'jinggudaizuyizuzizhixian', 'jgdzyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4015. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4016. (12525, 530825, 530800, '', '镇沅彝族哈尼族拉祜族', '', 3, 'zhenyuanyizuhanizulahuzuzizhixian', 'zyyzhnzlhz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4017. (12526, 530826, 530800, '', '江城哈尼族彝族自治县', '', 3, 'jiangchenghanizuyizuzizhixian', 'jchnzyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4018. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4019. (12527, 530827, 530800, '', '孟连傣族拉祜族佤族自', '', 3, 'mengliandaizulahuzuwazuzizhixian', 'mldzlhzwzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4020. (12528, 530828, 530800, '', '澜沧拉祜族自治县', '', 3, 'lancanglahuzuzizhixian', 'lclhzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4021. (12529, 530829, 530800, '', '西盟佤族自治县', '', 3, 'ximengwazuzizhixian', 'xmwzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4022. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4023. (12530, 530901, 530900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4024. (12531, 530902, 530900, '', '临翔区', '', 3, 'linxiangqu', 'lxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4025. (12532, 530921, 530900, '', '凤庆县', '', 3, 'fengqingxian', 'fqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4026. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4027. (12533, 530922, 530900, '', '云县', '', 3, 'yunxian', 'yx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4028. (12534, 530923, 530900, '', '永德县', '', 3, 'yongdexian', 'ydx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4029. (12535, 530924, 530900, '', '镇康县', '', 3, 'zhenkangxian', 'zkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4030. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4031. (12536, 530925, 530900, '', '双江拉祜族佤族布朗族', '', 3, 'shuangjianglahuzuwazubulangzudaizuzizhixian', 'sjlhzwzblz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4032. (12537, 530926, 530900, '', '耿马傣族佤族自治县', '', 3, 'gengmadaizuwazuzizhixian', 'gmdzwzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4033. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4034. (12538, 530927, 530900, '', '沧源佤族自治县', '', 3, 'cangyuanwazuzizhixian', 'cywzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4035. (12539, 532301, 532300, '', '楚雄市', '', 3, 'chuxiongshi', 'cxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4036. (12540, 532322, 532300, '', '双柏县', '', 3, 'shuangboxian', 'sbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4037. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4038. (12541, 532323, 532300, '', '牟定县', '', 3, 'moudingxian', 'mdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4039. (12542, 532324, 532300, '', '南华县', '', 3, 'nanhuaxian', 'nhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4040. (12543, 532325, 532300, '', '姚安县', '', 3, 'yaoanxian', 'yax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4041. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4042. (12544, 532326, 532300, '', '大姚县', '', 3, 'dayaoxian', 'dyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4043. (12545, 532327, 532300, '', '永仁县', '', 3, 'yongrenxian', 'yrx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4044. (12546, 532328, 532300, '', '元谋县', '', 3, 'yuanmouxian', 'ymx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4045. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4046. (12547, 532329, 532300, '', '武定县', '', 3, 'wudingxian', 'wdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4047. (12548, 532331, 532300, '', '禄丰县', '', 3, 'lufengxian', 'lfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4048. (12549, 532501, 532500, '', '个旧市', '', 3, 'gejiushi', 'gjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4049. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4050. (12550, 532502, 532500, '', '开远市', '', 3, 'kaiyuanshi', 'kys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4051. (12551, 532503, 532500, '', '蒙自市', '', 3, 'mengzishi', 'mzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4052. (12552, 532504, 532500, '', '弥勒市', '', 3, 'mileshi', 'mls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4053. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4054. (12553, 532523, 532500, '', '屏边苗族自治县', '', 3, 'pingbianmiaozuzizhixian', 'pbmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4055. (12554, 532524, 532500, '', '建水县', '', 3, 'jianshuixian', 'jsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4056. (12555, 532525, 532500, '', '石屏县', '', 3, 'shipingxian', 'spx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4057. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4058. (12556, 532527, 532500, '', '泸西县', '', 3, 'luxixian', 'lxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4059. (12557, 532528, 532500, '', '元阳县', '', 3, 'yuanyangxian', 'yyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4060. (12558, 532529, 532500, '', '红河县', '', 3, 'honghexian', 'hhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4061. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4062. (12559, 532530, 532500, '', '金平苗族瑶族傣族自治', '', 3, 'jinpingmiaozuyaozudaizuzizhixian', 'jpmzyzdzzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4063. (12560, 532531, 532500, '', '绿春县', '', 3, 'lu:chunxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4064. (12561, 532532, 532500, '', '河口瑶族自治县', '', 3, 'hekouyaozuzizhixian', 'hkyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4065. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4066. (12562, 532601, 532600, '', '文山市', '', 3, 'wenshanshi', 'wss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4067. (12563, 532622, 532600, '', '砚山县', '', 3, 'yanshanxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4068. (12564, 532623, 532600, '', '西畴县', '', 3, 'xichouxian', 'xcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4069. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4070. (12565, 532624, 532600, '', '麻栗坡县', '', 3, 'malipoxian', 'mlpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4071. (12566, 532625, 532600, '', '马关县', '', 3, 'maguanxian', 'mgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4072. (12567, 532626, 532600, '', '丘北县', '', 3, 'qiubeixian', 'qbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4073. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4074. (12568, 532627, 532600, '', '广南县', '', 3, 'guangnanxian', 'gnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4075. (12569, 532628, 532600, '', '富宁县', '', 3, 'funingxian', 'fnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4076. (12570, 532801, 532800, '', '景洪市', '', 3, 'jinghongshi', 'jhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4077. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4078. (12571, 532822, 532800, '', '勐海县', '', 3, 'menghaixian', 'mhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4079. (12572, 532823, 532800, '', '勐腊县', '', 3, 'menglaxian', 'mlx', 0, 0, 0, 1, '云南', 0, '2017-02-16 15:38:04', 'system', 'system', '2016-12-07 18:05:48'),
  4080. (12573, 532901, 532900, '', '大理市', '', 3, 'dalishi', 'dls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4081. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4082. (12574, 532922, 532900, '', '漾濞彝族自治县', '', 3, 'yangbiyizuzizhixian', 'ybyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4083. (12575, 532923, 532900, '', '祥云县', '', 3, 'xiangyunxian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4084. (12576, 532924, 532900, '', '宾川县', '', 3, 'binchuanxian', 'bcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4085. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4086. (12577, 532925, 532900, '', '弥渡县', '', 3, 'miduxian', 'mdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4087. (12578, 532926, 532900, '', '南涧彝族自治县', '', 3, 'nanjianyizuzizhixian', 'njyzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4088. (12579, 532927, 532900, '', '巍山彝族回族自治县', '', 3, 'weishanyizuhuizuzizhixian', 'wsyzhzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4089. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4090. (12580, 532928, 532900, '', '永平县', '', 3, 'yongpingxian', 'ypx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4091. (12581, 532929, 532900, '', '云龙县', '', 3, 'yunlongxian', 'ylx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4092. (12582, 532930, 532900, '', '洱源县', '', 3, 'eryuanxian', 'eyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4093. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4094. (12583, 532931, 532900, '', '剑川县', '', 3, 'jianchuanxian', 'jcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4095. (12584, 532932, 532900, '', '鹤庆县', '', 3, 'heqingxian', 'hqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4096. (12585, 533102, 533100, '', '瑞丽市', '', 3, 'ruilishi', 'rls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4097. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4098. (12586, 533103, 533100, '', '芒市', '', 3, 'mangshi', 'ms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4099. (12587, 533122, 533100, '', '梁河县', '', 3, 'lianghexian', 'lhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4100. (12588, 533123, 533100, '', '盈江县', '', 3, 'yingjiangxian', 'yjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4101. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4102. (12589, 533124, 533100, '', '陇川县', '', 3, 'longchuanxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4103. (12590, 533321, 533300, '', '泸水县', '', 3, 'lushuixian', 'lsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4104. (12591, 533323, 533300, '', '福贡县', '', 3, 'fugongxian', 'fgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4105. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4106. (12592, 533324, 533300, '', '贡山独龙族怒族自治县', '', 3, 'gongshandulongzunuzuzizhixian', 'gsdlznzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4107. (12593, 533325, 533300, '', '兰坪白族普米族自治县', '', 3, 'lanpingbaizupumizuzizhixian', 'lpbzpmzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4108. (12594, 533401, 533400, '', '香格里拉市', '', 3, 'xianggelilashi', 'xglls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4109. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4110. (12595, 533422, 533400, '', '德钦县', '', 3, 'deqinxian', 'dqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4111. (12596, 533423, 533400, '', '维西傈僳族自治县', '', 3, 'weixilisuzuzizhixian', 'wxlszzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4112. (12597, 540101, 540100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4113. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4114. (12598, 540102, 540100, '', '城关区', '', 3, 'chengguanqu', 'cgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4115. (12599, 540121, 540100, '', '林周县', '', 3, 'linzhouxian', 'lzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4116. (12600, 540122, 540100, '', '当雄县', '', 3, 'dangxiongxian', 'dxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4117. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4118. (12601, 540123, 540100, '', '尼木县', '', 3, 'nimuxian', 'nmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4119. (12602, 540124, 540100, '', '曲水县', '', 3, 'qushuixian', 'qsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4120. (12603, 540125, 540100, '', '堆龙德庆县', '', 3, 'duilongdeqingxian', 'dldqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4121. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4122. (12604, 540126, 540100, '', '达孜县', '', 3, 'dazixian', 'dzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4123. (12605, 540127, 540100, '', '墨竹工卡县', '', 3, 'mozhugongkaxian', 'mzgkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4124. (12606, 540202, 540200, '', '桑珠孜区', '', 3, 'sangzhuziqu', 'szzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4125. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4126. (12607, 540221, 540200, '', '南木林县', '', 3, 'nanmulinxian', 'nmlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4127. (12608, 540222, 540200, '', '江孜县', '', 3, 'jiangzixian', 'jzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4128. (12609, 540223, 540200, '', '定日县', '', 3, 'dingrixian', 'drx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4129. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4130. (12610, 540224, 540200, '', '萨迦县', '', 3, 'sajiaxian', 'sjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4131. (12611, 540225, 540200, '', '拉孜县', '', 3, 'lazixian', 'lzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4132. (12612, 540226, 540200, '', '昂仁县', '', 3, 'angrenxian', 'arx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4133. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4134. (12613, 540227, 540200, '', '谢通门县', '', 3, 'xietongmenxian', 'xtmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4135. (12614, 540228, 540200, '', '白朗县', '', 3, 'bailangxian', 'blx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4136. (12615, 540229, 540200, '', '仁布县', '', 3, 'renbuxian', 'rbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4137. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4138. (12616, 540230, 540200, '', '康马县', '', 3, 'kangmaxian', 'kmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4139. (12617, 540231, 540200, '', '定结县', '', 3, 'dingjiexian', 'djx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4140. (12618, 540232, 540200, '', '仲巴县', '', 3, 'zhongbaxian', 'zbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4141. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4142. (12619, 540233, 540200, '', '亚东县', '', 3, 'yadongxian', 'ydx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4143. (12620, 540234, 540200, '', '吉隆县', '', 3, 'jilongxian', 'jlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4144. (12621, 540235, 540200, '', '聂拉木县', '', 3, 'nielamuxian', 'nmlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4145. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4146. (12622, 540236, 540200, '', '萨嘎县', '', 3, 'sagaxian', 'sgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4147. (12623, 540237, 540200, '', '岗巴县', '', 3, 'gangbaxian', 'gbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4148. (12624, 540302, 540300, '', '卡若区', '', 3, 'karuoqu', 'krq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4149. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4150. (12625, 540321, 540300, '', '江达县', '', 3, 'jiangdaxian', 'jdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4151. (12626, 540322, 540300, '', '贡觉县', '', 3, 'gongjuexian', 'gjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4152. (12627, 540323, 540300, '', '类乌齐县', '', 3, 'leiwuqixian', 'lwqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4153. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4154. (12628, 540324, 540300, '', '丁青县', '', 3, 'dingqingxian', 'dqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4155. (12629, 540325, 540300, '', '察雅县', '', 3, 'chayaxian', 'cyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4156. (12630, 540326, 540300, '', '八宿县', '', 3, 'basuxian', 'bsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4157. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4158. (12631, 540327, 540300, '', '左贡县', '', 3, 'zuogongxian', 'zgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4159. (12632, 540328, 540300, '', '芒康县', '', 3, 'mangkangxian', 'mkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4160. (12633, 540329, 540300, '', '洛隆县', '', 3, 'luolongxian', 'llx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4161. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4162. (12634, 540330, 540300, '', '边坝县', '', 3, 'bianbaxian', 'bbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4163. (12635, 540402, 540400, '', '巴宜区', '', 3, 'bayiqu', 'byq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4164. (12636, 540421, 540400, '', '工布江达县', '', 3, 'gongbujiangdaxian', 'gbjdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4165. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4166. (12637, 540422, 540400, '', '米林县', '', 3, 'milinxian', 'mlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4167. (12638, 540423, 540400, '', '墨脱县', '', 3, 'motuoxian', 'mtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4168. (12639, 540424, 540400, '', '波密县', '', 3, 'bomixian', 'bmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4169. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4170. (12640, 540425, 540400, '', '察隅县', '', 3, 'chayuxian', 'cyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4171. (12641, 540426, 540400, '', '朗县', '', 3, 'langxian', 'lx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4172. (12642, 542221, 542200, '', '乃东县', '', 3, 'naidongxian', 'ndx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4173. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4174. (12643, 542222, 542200, '', '扎囊县', '', 3, 'zhanangxian', 'znx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4175. (12644, 542223, 542200, '', '贡嘎县', '', 3, 'gonggaxian', 'ggx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4176. (12645, 542224, 542200, '', '桑日县', '', 3, 'sangrixian', 'srx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4177. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4178. (12646, 542225, 542200, '', '琼结县', '', 3, 'qiongjiexian', 'qjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4179. (12647, 542226, 542200, '', '曲松县', '', 3, 'qusongxian', 'qsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4180. (12648, 542227, 542200, '', '措美县', '', 3, 'cuomeixian', 'cmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4181. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4182. (12649, 542228, 542200, '', '洛扎县', '', 3, 'luozhaxian', 'lzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4183. (12650, 542229, 542200, '', '加查县', '', 3, 'jiachaxian', 'jcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4184. (12651, 542231, 542200, '', '隆子县', '', 3, 'longzixian', 'lzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4185. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4186. (12652, 542232, 542200, '', '错那县', '', 3, 'cuoneixian', 'cnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4187. (12653, 542233, 542200, '', '浪卡子县', '', 3, 'langkazixian', 'lkzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4188. (12654, 542421, 542400, '', '那曲县', '', 3, 'neiquxian', 'nqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4189. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4190. (12655, 542422, 542400, '', '嘉黎县', '', 3, 'jialixian', 'jlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4191. (12656, 542423, 542400, '', '比如县', '', 3, 'biruxian', 'brx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4192. (12657, 542424, 542400, '', '聂荣县', '', 3, 'nierongxian', 'nrx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4193. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4194. (12658, 542425, 542400, '', '安多县', '', 3, 'anduoxian', 'adx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4195. (12659, 542426, 542400, '', '申扎县', '', 3, 'shenzhaxian', 'szx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4196. (12660, 542427, 542400, '', '索县', '', 3, 'suoxian', 'sx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4197. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4198. (12661, 542428, 542400, '', '班戈县', '', 3, 'bangexian', 'bgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4199. (12662, 542429, 542400, '', '巴青县', '', 3, 'baqingxian', 'bqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4200. (12663, 542430, 542400, '', '尼玛县', '', 3, 'nimaxian', 'nmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4201. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4202. (12664, 542431, 542400, '', '双湖县', '', 3, 'shuanghuxian', 'shx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4203. (12665, 542521, 542500, '', '普兰县', '', 3, 'pulanxian', 'plx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4204. (12666, 542522, 542500, '', '札达县', '', 3, 'zhadaxian', 'zdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4205. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4206. (12667, 542523, 542500, '', '噶尔县', '', 3, 'gaerxian', 'gex', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4207. (12668, 542524, 542500, '', '日土县', '', 3, 'rituxian', 'rtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4208. (12669, 542525, 542500, '', '革吉县', '', 3, 'gejixian', 'gjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4209. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4210. (12670, 542526, 542500, '', '改则县', '', 3, 'gaizexian', 'gzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4211. (12671, 542527, 542500, '', '措勤县', '', 3, 'cuoqinxian', 'cqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4212. (12672, 610101, 610100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4213. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4214. (12673, 610102, 610100, '', '新城区', '', 3, 'xinchengqu', 'xcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4215. (12674, 610103, 610100, '', '碑林区', '', 3, 'beilinqu', 'blq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4216. (12675, 610104, 610100, '', '莲湖区', '', 3, 'lianhuqu', 'lhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4217. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4218. (12676, 610111, 610100, '', '灞桥区', '', 3, 'baqiaoqu', 'bqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4219. (12677, 610112, 610100, '', '未央区', '', 3, 'weiyangqu', 'wyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4220. (12678, 610113, 610100, '', '雁塔区', '', 3, 'yantaqu', 'ytq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4221. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4222. (12679, 610114, 610100, '', '阎良区', '', 3, 'yanliangqu', 'ylq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4223. (12680, 610115, 610100, '', '临潼区', '', 3, 'lintongqu', 'ltq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4224. (12681, 610116, 610100, '', '长安区', '', 3, 'zhanganqu', 'zaq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4225. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4226. (12682, 610117, 610100, '', '高陵区', '', 3, 'gaolingqu', 'glq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4227. (12683, 610122, 610100, '', '蓝田县', '', 3, 'lantianxian', 'ltx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4228. (12684, 610124, 610100, '', '周至县', '', 3, 'zhouzhixian', 'zzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4229. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4230. (12685, 610125, 610100, '', '户县', '', 3, 'huxian', 'hx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4231. (12686, 610201, 610200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4232. (12687, 610202, 610200, '', '王益区', '', 3, 'wangyiqu', 'wyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4233. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4234. (12688, 610203, 610200, '', '印台区', '', 3, 'yintaiqu', 'ytq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4235. (12689, 610204, 610200, '', '耀州区', '', 3, 'yaozhouqu', 'yzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4236. (12690, 610222, 610200, '', '宜君县', '', 3, 'yijunxian', 'yjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4237. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4238. (12691, 610301, 610300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4239. (12692, 610302, 610300, '', '渭滨区', '', 3, 'weibinqu', 'wbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4240. (12693, 610303, 610300, '', '金台区', '', 3, 'jintaiqu', 'jtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4241. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4242. (12694, 610304, 610300, '', '陈仓区', '', 3, 'chencangqu', 'ccq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4243. (12695, 610322, 610300, '', '凤翔县', '', 3, 'fengxiangxian', 'fxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4244. (12696, 610323, 610300, '', '岐山县', '', 3, 'qishanxian', 'qsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4245. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4246. (12697, 610324, 610300, '', '扶风县', '', 3, 'fufengxian', 'ffx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4247. (12698, 610326, 610300, '', '眉县', '', 3, 'meixian', 'mx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4248. (12699, 610327, 610300, '', '陇县', '', 3, 'longxian', 'lx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4249. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4250. (12700, 610328, 610300, '', '千阳县', '', 3, 'qianyangxian', 'qyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4251. (12701, 610329, 610300, '', '麟游县', '', 3, 'linyouxian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4252. (12702, 610330, 610300, '', '凤县', '', 3, 'fengxian', 'fx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4253. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4254. (12703, 610331, 610300, '', '太白县', '', 3, 'taibaixian', 'tbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4255. (12704, 610401, 610400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4256. (12705, 610402, 610400, '', '秦都区', '', 3, 'qindouqu', 'qdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4257. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4258. (12706, 610403, 610400, '', '杨陵区', '', 3, 'yanglingqu', 'ylq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4259. (12707, 610404, 610400, '', '渭城区', '', 3, 'weichengqu', 'wcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4260. (12708, 610422, 610400, '', '三原县', '', 3, 'sanyuanxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4261. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4262. (12709, 610423, 610400, '', '泾阳县', '', 3, 'jingyangxian', 'jyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4263. (12710, 610424, 610400, '', '乾县', '', 3, 'qianxian', 'qx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4264. (12711, 610425, 610400, '', '礼泉县', '', 3, 'liquanxian', 'lqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4265. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4266. (12712, 610426, 610400, '', '永寿县', '', 3, 'yongshouxian', 'ysx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4267. (12713, 610427, 610400, '', '彬县', '', 3, 'binxian', 'bx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4268. (12714, 610428, 610400, '', '长武县', '', 3, 'zhangwuxian', 'zwx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4269. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4270. (12715, 610429, 610400, '', '旬邑县', '', 3, 'xunyixian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4271. (12716, 610430, 610400, '', '淳化县', '', 3, 'chunhuaxian', 'chx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4272. (12717, 610431, 610400, '', '武功县', '', 3, 'wugongxian', 'wgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4273. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4274. (12718, 610481, 610400, '', '兴平市', '', 3, 'xingpingshi', 'xps', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4275. (12719, 610501, 610500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4276. (12720, 610502, 610500, '', '临渭区', '', 3, 'linweiqu', 'lwq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4277. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4278. (12721, 610521, 610500, '', '华县', '', 3, 'huaxian', 'hx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4279. (12722, 610522, 610500, '', '潼关县', '', 3, 'tongguanxian', 'tgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4280. (12723, 610523, 610500, '', '大荔县', '', 3, 'dalixian', 'dlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4281. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4282. (12724, 610524, 610500, '', '合阳县', '', 3, 'heyangxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4283. (12725, 610525, 610500, '', '澄城县', '', 3, 'chengchengxian', 'ccx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4284. (12726, 610526, 610500, '', '蒲城县', '', 3, 'puchengxian', 'pcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4285. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4286. (12727, 610527, 610500, '', '白水县', '', 3, 'baishuixian', 'bsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4287. (12728, 610528, 610500, '', '富平县', '', 3, 'fupingxian', 'fpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4288. (12729, 610581, 610500, '', '韩城市', '', 3, 'hanchengshi', 'hcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4289. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4290. (12730, 610582, 610500, '', '华阴市', '', 3, 'huayinshi', 'hys', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4291. (12731, 610601, 610600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4292. (12732, 610602, 610600, '', '宝塔区', '', 3, 'baotaqu', 'btq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4293. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4294. (12733, 610621, 610600, '', '延长县', '', 3, 'yanzhangxian', 'yzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4295. (12734, 610622, 610600, '', '延川县', '', 3, 'yanchuanxian', 'ycx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4296. (12735, 610623, 610600, '', '子长县', '', 3, 'zizhangxian', 'zzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4297. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4298. (12736, 610624, 610600, '', '安塞县', '', 3, 'ansaixian', 'asx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4299. (12737, 610625, 610600, '', '志丹县', '', 3, 'zhidanxian', 'zdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4300. (12738, 610626, 610600, '', '吴起县', '', 3, 'wuqixian', 'wqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4301. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4302. (12739, 610627, 610600, '', '甘泉县', '', 3, 'ganquanxian', 'gqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4303. (12740, 610628, 610600, '', '富县', '', 3, 'fuxian', 'fx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4304. (12741, 610629, 610600, '', '洛川县', '', 3, 'luochuanxian', 'lcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4305. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4306. (12742, 610630, 610600, '', '宜川县', '', 3, 'yichuanxian', 'ycx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4307. (12743, 610631, 610600, '', '黄龙县', '', 3, 'huanglongxian', 'hlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4308. (12744, 610632, 610600, '', '黄陵县', '', 3, 'huanglingxian', 'hlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4309. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4310. (12745, 610701, 610700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4311. (12746, 610702, 610700, '', '汉台区', '', 3, 'hantaiqu', 'htq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4312. (12747, 610721, 610700, '', '南郑县', '', 3, 'nanzhengxian', 'nzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4313. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4314. (12748, 610722, 610700, '', '城固县', '', 3, 'chengguxian', 'cgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4315. (12749, 610723, 610700, '', '洋县', '', 3, 'yangxian', 'yx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4316. (12750, 610724, 610700, '', '西乡县', '', 3, 'xixiangxian', 'xxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4317. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4318. (12751, 610725, 610700, '', '勉县', '', 3, 'mianxian', 'mx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4319. (12752, 610726, 610700, '', '宁强县', '', 3, 'ningqiangxian', 'nqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4320. (12753, 610727, 610700, '', '略阳县', '', 3, 'lu:eyangxian', 'lyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4321. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4322. (12754, 610728, 610700, '', '镇巴县', '', 3, 'zhenbaxian', 'zbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4323. (12755, 610729, 610700, '', '留坝县', '', 3, 'liubaxian', 'lbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4324. (12756, 610730, 610700, '', '佛坪县', '', 3, 'fopingxian', 'fpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4325. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4326. (12757, 610801, 610800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4327. (12758, 610802, 610800, '', '榆阳区', '', 3, 'yuyangqu', 'yyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4328. (12759, 610821, 610800, '', '神木县', '', 3, 'shenmuxian', 'smx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4329. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4330. (12760, 610822, 610800, '', '府谷县', '', 3, 'fuguxian', 'fgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4331. (12761, 610823, 610800, '', '横山县', '', 3, 'hengshanxian', 'hsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4332. (12762, 610824, 610800, '', '靖边县', '', 3, 'jingbianxian', 'jbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4333. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4334. (12763, 610825, 610800, '', '定边县', '', 3, 'dingbianxian', 'dbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4335. (12764, 610826, 610800, '', '绥德县', '', 3, 'suidexian', 'sdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4336. (12765, 610827, 610800, '', '米脂县', '', 3, 'mizhixian', 'mzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4337. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4338. (12766, 610828, 610800, '', '佳县', '', 3, 'jiaxian', 'jx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4339. (12767, 610829, 610800, '', '吴堡县', '', 3, 'wubaoxian', 'wbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4340. (12768, 610830, 610800, '', '清涧县', '', 3, 'qingjianxian', 'qjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4341. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4342. (12769, 610831, 610800, '', '子洲县', '', 3, 'zizhouxian', 'zzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4343. (12770, 610901, 610900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4344. (12771, 610902, 610900, '', '汉滨区', '', 3, 'hanbinqu', 'hbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4345. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4346. (12772, 610921, 610900, '', '汉阴县', '', 3, 'hanyinxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4347. (12773, 610922, 610900, '', '石泉县', '', 3, 'shiquanxian', 'sqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4348. (12774, 610923, 610900, '', '宁陕县', '', 3, 'ningshanxian', 'nsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4349. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4350. (12775, 610924, 610900, '', '紫阳县', '', 3, 'ziyangxian', 'zyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4351. (12776, 610925, 610900, '', '岚皋县', '', 3, 'langaoxian', 'lgx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4352. (12777, 610926, 610900, '', '平利县', '', 3, 'pinglixian', 'plx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4353. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4354. (12778, 610927, 610900, '', '镇坪县', '', 3, 'zhenpingxian', 'zpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4355. (12779, 610928, 610900, '', '旬阳县', '', 3, 'xunyangxian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4356. (12780, 610929, 610900, '', '白河县', '', 3, 'baihexian', 'bhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4357. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4358. (12781, 611001, 611000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4359. (12782, 611002, 611000, '', '商州区', '', 3, 'shangzhouqu', 'szq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4360. (12783, 611021, 611000, '', '洛南县', '', 3, 'luonanxian', 'lnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4361. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4362. (12784, 611022, 611000, '', '丹凤县', '', 3, 'danfengxian', 'dfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4363. (12785, 611023, 611000, '', '商南县', '', 3, 'shangnanxian', 'snx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4364. (12786, 611024, 611000, '', '山阳县', '', 3, 'shanyangxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4365. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4366. (12787, 611025, 611000, '', '镇安县', '', 3, 'zhenanxian', 'zax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4367. (12788, 611026, 611000, '', '柞水县', '', 3, 'zuoshuixian', 'zsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4368. (12789, 620101, 620100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4369. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4370. (12790, 620102, 620100, '', '城关区', '', 3, 'chengguanqu', 'cgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4371. (12791, 620103, 620100, '', '七里河区', '', 3, 'qilihequ', 'qlhq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4372. (12792, 620104, 620100, '', '西固区', '', 3, 'xiguqu', 'xgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4373. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4374. (12793, 620105, 620100, '', '安宁区', '', 3, 'anningqu', 'anq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4375. (12794, 620111, 620100, '', '红古区', '', 3, 'hongguqu', 'hgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4376. (12795, 620121, 620100, '', '永登县', '', 3, 'yongdengxian', 'ydx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4377. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4378. (12796, 620122, 620100, '', '皋兰县', '', 3, 'gaolanxian', 'glx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4379. (12797, 620123, 620100, '', '榆中县', '', 3, 'yuzhongxian', 'yzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4380. (12798, 620201, 620200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4381. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4382. (12799, 620301, 620300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4383. (12800, 620302, 620300, '', '金川区', '', 3, 'jinchuanqu', 'jcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4384. (12801, 620321, 620300, '', '永昌县', '', 3, 'yongchangxian', 'ycx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4385. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4386. (12802, 620401, 620400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4387. (12803, 620402, 620400, '', '白银区', '', 3, 'baiyinqu', 'byq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4388. (12804, 620403, 620400, '', '平川区', '', 3, 'pingchuanqu', 'pcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4389. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4390. (12805, 620421, 620400, '', '靖远县', '', 3, 'jingyuanxian', 'jyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4391. (12806, 620422, 620400, '', '会宁县', '', 3, 'huiningxian', 'hnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4392. (12807, 620423, 620400, '', '景泰县', '', 3, 'jingtaixian', 'jtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4393. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4394. (12808, 620501, 620500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4395. (12809, 620502, 620500, '', '秦州区', '', 3, 'qinzhouqu', 'qzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4396. (12810, 620503, 620500, '', '麦积区', '', 3, 'maijiqu', 'mjq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4397. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4398. (12811, 620521, 620500, '', '清水县', '', 3, 'qingshuixian', 'qsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4399. (12812, 620522, 620500, '', '秦安县', '', 3, 'qinanxian', 'qax', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4400. (12813, 620523, 620500, '', '甘谷县', '', 3, 'ganguxian', 'ggx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4401. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4402. (12814, 620524, 620500, '', '武山县', '', 3, 'wushanxian', 'wsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4403. (12815, 620525, 620500, '', '张家川回族自治县', '', 3, 'zhangjiachuanhuizuzizhixian', 'zjchzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4404. (12816, 620601, 620600, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4405. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4406. (12817, 620602, 620600, '', '凉州区', '', 3, 'liangzhouqu', 'lzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4407. (12818, 620621, 620600, '', '民勤县', '', 3, 'minqinxian', 'mqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4408. (12819, 620622, 620600, '', '古浪县', '', 3, 'gulangxian', 'glx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4409. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4410. (12820, 620623, 620600, '', '天祝藏族自治县', '', 3, 'tianzhuzangzuzizhixian', 'tzzzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4411. (12821, 620701, 620700, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4412. (12822, 620702, 620700, '', '甘州区', '', 3, 'ganzhouqu', 'gzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4413. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4414. (12823, 620721, 620700, '', '肃南裕固族自治县', '', 3, 'sunanyuguzuzizhixian', 'snygzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4415. (12824, 620722, 620700, '', '民乐县', '', 3, 'minlexian', 'mlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4416. (12825, 620723, 620700, '', '临泽县', '', 3, 'linzexian', 'lzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4417. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4418. (12826, 620724, 620700, '', '高台县', '', 3, 'gaotaixian', 'gtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4419. (12827, 620725, 620700, '', '山丹县', '', 3, 'shandanxian', 'sdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4420. (12828, 620801, 620800, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4421. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4422. (12829, 620802, 620800, '', '崆峒区', '', 3, 'kongtongqu', 'ktq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4423. (12830, 620821, 620800, '', '泾川县', '', 3, 'jingchuanxian', 'jcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4424. (12831, 620822, 620800, '', '灵台县', '', 3, 'lingtaixian', 'ltx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4425. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4426. (12832, 620823, 620800, '', '崇信县', '', 3, 'chongxinxian', 'cxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4427. (12833, 620824, 620800, '', '华亭县', '', 3, 'huatingxian', 'htx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4428. (12834, 620825, 620800, '', '庄浪县', '', 3, 'zhuanglangxian', 'zlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4429. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4430. (12835, 620826, 620800, '', '静宁县', '', 3, 'jingningxian', 'jnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4431. (12836, 620901, 620900, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4432. (12837, 620902, 620900, '', '肃州区', '', 3, 'suzhouqu', 'szq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4433. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4434. (12838, 620921, 620900, '', '金塔县', '', 3, 'jintaxian', 'jtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4435. (12839, 620922, 620900, '', '瓜州县', '', 3, 'guazhouxian', 'gzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4436. (12840, 620923, 620900, '', '肃北蒙古族自治县', '', 3, 'subeimengguzuzizhixian', 'sbmgzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4437. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4438. (12841, 620924, 620900, '', '阿克塞哈萨克族自治县', '', 3, 'akesaihasakezuzizhixian', 'akshskzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4439. (12842, 620981, 620900, '', '玉门市', '', 3, 'yumenshi', 'yms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4440. (12843, 620982, 620900, '', '敦煌市', '', 3, 'dunhuangshi', 'dhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4441. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4442. (12844, 621001, 621000, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4443. (12845, 621002, 621000, '', '西峰区', '', 3, 'xifengqu', 'xfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4444. (12846, 621021, 621000, '', '庆城县', '', 3, 'qingchengxian', 'qcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4445. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4446. (12847, 621022, 621000, '', '环县', '', 3, 'huanxian', 'hx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4447. (12848, 621023, 621000, '', '华池县', '', 3, 'huachixian', 'hcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4448. (12849, 621024, 621000, '', '合水县', '', 3, 'heshuixian', 'hsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4449. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4450. (12850, 621025, 621000, '', '正宁县', '', 3, 'zhengningxian', 'znx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4451. (12851, 621026, 621000, '', '宁县', '', 3, 'ningxian', 'nx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4452. (12852, 621027, 621000, '', '镇原县', '', 3, 'zhenyuanxian', 'zyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4453. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4454. (12853, 621101, 621100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4455. (12854, 621102, 621100, '', '安定区', '', 3, 'andingqu', 'adq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4456. (12855, 621121, 621100, '', '通渭县', '', 3, 'tongweixian', 'twx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4457. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4458. (12856, 621122, 621100, '', '陇西县', '', 3, 'longxixian', 'lxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4459. (12857, 621123, 621100, '', '渭源县', '', 3, 'weiyuanxian', 'wyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4460. (12858, 621124, 621100, '', '临洮县', '', 3, 'lintaoxian', 'ltx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4461. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4462. (12859, 621125, 621100, '', '漳县', '', 3, 'zhangxian', 'zx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4463. (12860, 621126, 621100, '', '岷县', '', 3, 'minxian', 'mx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4464. (12861, 621201, 621200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4465. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4466. (12862, 621202, 621200, '', '武都区', '', 3, 'wudouqu', 'wdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4467. (12863, 621221, 621200, '', '成县', '', 3, 'chengxian', 'cx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4468. (12864, 621222, 621200, '', '文县', '', 3, 'wenxian', 'wx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4469. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4470. (12865, 621223, 621200, '', '宕昌县', '', 3, 'dangchangxian', 'dcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4471. (12866, 621224, 621200, '', '康县', '', 3, 'kangxian', 'kx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4472. (12867, 621225, 621200, '', '西和县', '', 3, 'xihexian', 'xhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4473. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4474. (12868, 621226, 621200, '', '礼县', '', 3, 'lixian', 'lx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4475. (12869, 621227, 621200, '', '徽县', '', 3, 'huixian', 'hx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4476. (12870, 621228, 621200, '', '两当县', '', 3, 'liangdangxian', 'ldx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4477. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4478. (12871, 622901, 622900, '', '临夏市', '', 3, 'linxiashi', 'lxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4479. (12872, 622921, 622900, '', '临夏县', '', 3, 'linxiaxian', 'lxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4480. (12873, 622922, 622900, '', '康乐县', '', 3, 'kanglexian', 'klx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4481. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4482. (12874, 622923, 622900, '', '永靖县', '', 3, 'yongjingxian', 'yjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4483. (12875, 622924, 622900, '', '广河县', '', 3, 'guanghexian', 'ghx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4484. (12876, 622925, 622900, '', '和政县', '', 3, 'hezhengxian', 'hzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4485. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4486. (12877, 622926, 622900, '', '东乡族自治县', '', 3, 'dongxiangzuzizhixian', 'dxzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4487. (12878, 622927, 622900, '', '积石山保安族东乡族撒', '', 3, 'jishishanbaoanzudongxiangzusalazuzizhixian', 'jssbazdxzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4488. (12879, 623001, 623000, '', '合作市', '', 3, 'hezuoshi', 'hzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4489. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4490. (12880, 623021, 623000, '', '临潭县', '', 3, 'lintanxian', 'ltx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4491. (12881, 623022, 623000, '', '卓尼县', '', 3, 'zhuonixian', 'znx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4492. (12882, 623023, 623000, '', '舟曲县', '', 3, 'zhouquxian', 'zqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4493. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4494. (12883, 623024, 623000, '', '迭部县', '', 3, 'diebuxian', 'dbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4495. (12884, 623025, 623000, '', '玛曲县', '', 3, 'maquxian', 'mqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4496. (12885, 623026, 623000, '', '碌曲县', '', 3, 'liuquxian', 'lqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4497. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4498. (12886, 623027, 623000, '', '夏河县', '', 3, 'xiahexian', 'xhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4499. (12887, 630101, 630100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4500. (12888, 630102, 630100, '', '城东区', '', 3, 'chengdongqu', 'cdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4501. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4502. (12889, 630103, 630100, '', '城中区', '', 3, 'chengzhongqu', 'czq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4503. (12890, 630104, 630100, '', '城西区', '', 3, 'chengxiqu', 'cxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4504. (12891, 630105, 630100, '', '城北区', '', 3, 'chengbeiqu', 'cbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4505. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4506. (12892, 630121, 630100, '', '大通回族土族自治县', '', 3, 'datonghuizutuzuzizhixian', 'dthztzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4507. (12893, 630122, 630100, '', '湟中县', '', 3, 'huangzhongxian', 'hzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4508. (12894, 630123, 630100, '', '湟源县', '', 3, 'huangyuanxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4509. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4510. (12895, 630202, 630200, '', '乐都区', '', 3, 'ledongqu', 'ldq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4511. (12896, 630203, 630200, '', '平安区', '', 3, 'pinganqu', 'paq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4512. (12897, 630222, 630200, '', '民和回族土族自治县', '', 3, 'minhehuizutuzuzizhixian', 'mhhztzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4513. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4514. (12898, 630223, 630200, '', '互助土族自治县', '', 3, 'huzhutuzuzizhixian', 'hztzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4515. (12899, 630224, 630200, '', '化隆回族自治县', '', 3, 'hualonghuizuzizhixian', 'hlhzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4516. (12900, 630225, 630200, '', '循化撒拉族自治县', '', 3, 'xunhuasalazuzizhixian', 'xhszzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4517. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4518. (12901, 632221, 632200, '', '门源回族自治县', '', 3, 'menyuanhuizuzizhixian', 'myhzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4519. (12902, 632222, 632200, '', '祁连县', '', 3, 'qilianxian', 'qlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4520. (12903, 632223, 632200, '', '海晏县', '', 3, 'haiyanxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4521. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4522. (12904, 632224, 632200, '', '刚察县', '', 3, 'gangchaxian', 'gcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4523. (12905, 632321, 632300, '', '同仁县', '', 3, 'tongrenxian', 'trx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4524. (12906, 632322, 632300, '', '尖扎县', '', 3, 'jianzhaxian', 'jzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4525. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4526. (12907, 632323, 632300, '', '泽库县', '', 3, 'zekuxian', 'zkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4527. (12908, 632324, 632300, '', '河南蒙古族自治县', '', 3, 'henanmengguzuzizhixian', 'hnmgzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4528. (12909, 632521, 632500, '', '共和县', '', 3, 'gonghexian', 'ghx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4529. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4530. (12910, 632522, 632500, '', '同德县', '', 3, 'tongdexian', 'tdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4531. (12911, 632523, 632500, '', '贵德县', '', 3, 'guidexian', 'gdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4532. (12912, 632524, 632500, '', '兴海县', '', 3, 'xinghaixian', 'xhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4533. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4534. (12913, 632525, 632500, '', '贵南县', '', 3, 'guinanxian', 'gnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4535. (12914, 632621, 632600, '', '玛沁县', '', 3, 'maqinxian', 'mqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4536. (12915, 632622, 632600, '', '班玛县', '', 3, 'banmaxian', 'bmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4537. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4538. (12916, 632623, 632600, '', '甘德县', '', 3, 'gandexian', 'gdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4539. (12917, 632624, 632600, '', '达日县', '', 3, 'darixian', 'drx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4540. (12918, 632625, 632600, '', '久治县', '', 3, 'jiuzhixian', 'jzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4541. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4542. (12919, 632626, 632600, '', '玛多县', '', 3, 'maduoxian', 'mdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4543. (12920, 632701, 632700, '', '玉树市', '', 3, 'yushushi', 'yss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4544. (12921, 632722, 632700, '', '杂多县', '', 3, 'zaduoxian', 'zdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4545. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4546. (12922, 632723, 632700, '', '称多县', '', 3, 'chengduoxian', 'cdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4547. (12923, 632724, 632700, '', '治多县', '', 3, 'zhiduoxian', 'zdx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4548. (12924, 632725, 632700, '', '囊谦县', '', 3, 'nangqianxian', 'nqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4549. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4550. (12925, 632726, 632700, '', '曲麻莱县', '', 3, 'qumalaixian', 'qmlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4551. (12926, 632801, 632800, '', '格尔木市', '', 3, 'geermushi', 'gems', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4552. (12927, 632802, 632800, '', '德令哈市', '', 3, 'delinghashi', 'dlhs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4553. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4554. (12928, 632821, 632800, '', '乌兰县', '', 3, 'wulanxian', 'wlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4555. (12929, 632822, 632800, '', '都兰县', '', 3, 'doulanxian', 'dlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4556. (12930, 632823, 632800, '', '天峻县', '', 3, 'tianjunxian', 'tjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4557. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4558. (12931, 640101, 640100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4559. (12932, 640104, 640100, '', '兴庆区', '', 3, 'xingqingqu', 'xqq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4560. (12933, 640105, 640100, '', '西夏区', '', 3, 'xixiaqu', 'xxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4561. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4562. (12934, 640106, 640100, '', '金凤区', '', 3, 'jinfengqu', 'jfq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4563. (12935, 640121, 640100, '', '永宁县', '', 3, 'yongningxian', 'ynx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4564. (12936, 640122, 640100, '', '贺兰县', '', 3, 'helanxian', 'hlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4565. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4566. (12937, 640181, 640100, '', '灵武市', '', 3, 'lingwushi', 'lws', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4567. (12938, 640201, 640200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4568. (12939, 640202, 640200, '', '大武口区', '', 3, 'dawukouqu', 'dwkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4569. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4570. (12940, 640205, 640200, '', '惠农区', '', 3, 'huinongqu', 'hnq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4571. (12941, 640221, 640200, '', '平罗县', '', 3, 'pingluoxian', 'plx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4572. (12942, 640301, 640300, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4573. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4574. (12943, 640302, 640300, '', '利通区', '', 3, 'litongqu', 'ltq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4575. (12944, 640303, 640300, '', '红寺堡区', '', 3, 'hongsibaoqu', 'hsbq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4576. (12945, 640323, 640300, '', '盐池县', '', 3, 'yanchixian', 'ycx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4577. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4578. (12946, 640324, 640300, '', '同心县', '', 3, 'tongxinxian', 'txx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4579. (12947, 640381, 640300, '', '青铜峡市', '', 3, 'qingtongxiashi', 'qtxs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4580. (12948, 640401, 640400, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4581. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4582. (12949, 640402, 640400, '', '原州区', '', 3, 'yuanzhouqu', 'yzq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4583. (12950, 640422, 640400, '', '西吉县', '', 3, 'xijixian', 'xjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4584. (12951, 640423, 640400, '', '隆德县', '', 3, 'longdexian', 'ldx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4585. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4586. (12952, 640424, 640400, '', '泾源县', '', 3, 'jingyuanxian', 'jyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4587. (12953, 640425, 640400, '', '彭阳县', '', 3, 'pengyangxian', 'pyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4588. (12954, 640501, 640500, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4589. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4590. (12955, 640502, 640500, '', '沙坡头区', '', 3, 'shapotouqu', 'sptq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4591. (12956, 640521, 640500, '', '中宁县', '', 3, 'zhongningxian', 'znx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4592. (12957, 640522, 640500, '', '海原县', '', 3, 'haiyuanxian', 'hyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4593. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4594. (12958, 650101, 650100, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4595. (12959, 650102, 650100, '', '天山区', '', 3, 'tianshanqu', 'tsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4596. (12960, 650103, 650100, '', '沙依巴克区', '', 3, 'shayibakequ', 'sybkq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4597. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4598. (12961, 650104, 650100, '', '新市区', '', 3, 'xinshiqu', 'xsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4599. (12962, 650105, 650100, '', '水磨沟区', '', 3, 'shuimogouqu', 'smgq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4600. (12963, 650106, 650100, '', '头屯河区', '', 3, 'toutunhequ', 'tthq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4601. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4602. (12964, 650107, 650100, '', '达坂城区', '', 3, 'dabanchengqu', 'dbcq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4603. (12965, 650109, 650100, '', '米东区', '', 3, 'midongqu', 'mdq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4604. (12966, 650121, 650100, '', '乌鲁木齐县', '', 3, 'wulumuqixian', 'wlmqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4605. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4606. (12967, 650201, 650200, '', '市辖区', '', 3, 'shixiaqu', 'sxq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4607. (12968, 650202, 650200, '', '独山子区', '', 3, 'dushanziqu', 'dszq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4608. (12969, 650203, 650200, '', '克拉玛依区', '', 3, 'kelamayiqu', 'klmyq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4609. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4610. (12970, 650204, 650200, '', '白碱滩区', '', 3, 'baijiantanqu', 'bjtq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4611. (12971, 650205, 650200, '', '乌尔禾区', '', 3, 'wuerhequ', 'wehq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4612. (12972, 650402, 650400, '', '高昌区', '', 3, 'gaochangqu', 'gcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4613. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4614. (12973, 650421, 650400, '', '鄯善县', '', 3, 'shanshanxian', 'ssx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4615. (12974, 650422, 650400, '', '托克逊县', '', 3, 'tuokexunxian', 'tkxx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4616. (12975, 652201, 652200, '', '哈密市', '', 3, 'hamishi', 'hms', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4617. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4618. (12976, 652222, 652200, '', '巴里坤哈萨克自治县', '', 3, 'balikunhasakezizhixian', 'blkhskzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4619. (12977, 652223, 652200, '', '伊吾县', '', 3, 'yiwuxian', 'ywx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4620. (12978, 652301, 652300, '', '昌吉市', '', 3, 'changjishi', 'cjs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4621. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4622. (12979, 652302, 652300, '', '阜康市', '', 3, 'fukangshi', 'fks', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4623. (12980, 652323, 652300, '', '呼图壁县', '', 3, 'hutubixian', 'htbx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4624. (12981, 652324, 652300, '', '玛纳斯县', '', 3, 'manasixian', 'mnsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4625. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4626. (12982, 652325, 652300, '', '奇台县', '', 3, 'qitaixian', 'qtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4627. (12983, 652327, 652300, '', '吉木萨尔县', '', 3, 'jimusaerxian', 'jmsex', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4628. (12984, 652328, 652300, '', '木垒哈萨克自治县', '', 3, 'muleihasakezizhixian', 'mlhskzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4629. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4630. (12985, 652701, 652700, '', '博乐市', '', 3, 'boleshi', 'bls', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4631. (12986, 652702, 652700, '', '阿拉山口市', '', 3, 'alashankoushi', 'alsks', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4632. (12987, 652722, 652700, '', '精河县', '', 3, 'jinghexian', 'jhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4633. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4634. (12988, 652723, 652700, '', '温泉县', '', 3, 'wenquanxian', 'wqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4635. (12989, 652801, 652800, '', '库尔勒市', '', 3, 'kuerleshi', 'kels', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4636. (12990, 652822, 652800, '', '轮台县', '', 3, 'luntaixian', 'ltx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4637. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4638. (12991, 652823, 652800, '', '尉犁县', '', 3, 'weilixian', 'wlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4639. (12992, 652824, 652800, '', '若羌县', '', 3, 'ruoqiangxian', 'rqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4640. (12993, 652825, 652800, '', '且末县', '', 3, 'qiemoxian', 'qmx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4641. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4642. (12994, 652826, 652800, '', '焉耆回族自治县', '', 3, 'yanqihuizuzizhixian', 'yqhzzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4643. (12995, 652827, 652800, '', '和静县', '', 3, 'hejingxian', 'hjx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4644. (12996, 652828, 652800, '', '和硕县', '', 3, 'heshuoxian', 'hsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4645. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4646. (12997, 652829, 652800, '', '博湖县', '', 3, 'bohuxian', 'bhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4647. (12998, 652901, 652900, '', '阿克苏市', '', 3, 'akesushi', 'akss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4648. (12999, 652922, 652900, '', '温宿县', '', 3, 'wensuxian', 'wsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4649. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4650. (13000, 652923, 652900, '', '库车县', '', 3, 'kuchexian', 'kcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4651. (13001, 652924, 652900, '', '沙雅县', '', 3, 'shayaxian', 'syx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4652. (13002, 652925, 652900, '', '新和县', '', 3, 'xinhexian', 'xhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4653. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4654. (13003, 652926, 652900, '', '拜城县', '', 3, 'baichengxian', 'bcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4655. (13004, 652927, 652900, '', '乌什县', '', 3, 'wushenxian', 'wsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4656. (13005, 652928, 652900, '', '阿瓦提县', '', 3, 'awatixian', 'awtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4657. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4658. (13006, 652929, 652900, '', '柯坪县', '', 3, 'kepingxian', 'kpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4659. (13007, 653001, 653000, '', '阿图什市', '', 3, 'atushenshi', 'atss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4660. (13008, 653022, 653000, '', '阿克陶县', '', 3, 'aketaoxian', 'aktx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4661. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4662. (13009, 653023, 653000, '', '阿合奇县', '', 3, 'aheqixian', 'ahqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4663. (13010, 653024, 653000, '', '乌恰县', '', 3, 'wuqiaxian', 'wqx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4664. (13011, 653101, 653100, '', '喀什市', '', 3, 'kashenshi', 'kss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4665. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4666. (13012, 653121, 653100, '', '疏附县', '', 3, 'shufuxian', 'sfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4667. (13013, 653122, 653100, '', '疏勒县', '', 3, 'shulexian', 'slx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4668. (13014, 653123, 653100, '', '英吉沙县', '', 3, 'yingjishaxian', 'yjsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4669. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4670. (13015, 653124, 653100, '', '泽普县', '', 3, 'zepuxian', 'zpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4671. (13016, 653125, 653100, '', '莎车县', '', 3, 'shachexian', 'scx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4672. (13017, 653126, 653100, '', '叶城县', '', 3, 'yechengxian', 'ycx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4673. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4674. (13018, 653127, 653100, '', '麦盖提县', '', 3, 'maigaitixian', 'mgtx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4675. (13019, 653128, 653100, '', '岳普湖县', '', 3, 'yuepuhuxian', 'yphx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4676. (13020, 653129, 653100, '', '伽师县', '', 3, 'jiashixian', 'jsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4677. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4678. (13021, 653130, 653100, '', '巴楚县', '', 3, 'bachuxian', 'bcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4679. (13022, 653131, 653100, '', '塔什库尔干塔吉克自治', '', 3, 'tashenkuergantajikezizhixian', 'tskegtjkzz', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4680. (13023, 653201, 653200, '', '和田市', '', 3, 'hetianshi', 'hts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4681. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4682. (13024, 653221, 653200, '', '和田县', '', 3, 'hetianxian', 'htx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4683. (13025, 653222, 653200, '', '墨玉县', '', 3, 'moyuxian', 'myx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4684. (13026, 653223, 653200, '', '皮山县', '', 3, 'pishanxian', 'psx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4685. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4686. (13027, 653224, 653200, '', '洛浦县', '', 3, 'luopuxian', 'lpx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4687. (13028, 653225, 653200, '', '策勒县', '', 3, 'celexian', 'clx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4688. (13029, 653226, 653200, '', '于田县', '', 3, 'yutianxian', 'ytx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4689. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4690. (13030, 653227, 653200, '', '民丰县', '', 3, 'minfengxian', 'mfx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4691. (13031, 654002, 654000, '', '伊宁市', '', 3, 'yiningshi', 'yns', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4692. (13032, 654003, 654000, '', '奎屯市', '', 3, 'kuitunshi', 'kts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4693. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4694. (13033, 654004, 654000, '', '霍尔果斯市', '', 3, 'huodongguosishi', 'hdgss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4695. (13034, 654021, 654000, '', '伊宁县', '', 3, 'yiningxian', 'ynx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4696. (13035, 654022, 654000, '', '察布查尔锡伯自治县', '', 3, 'chabuchaerxibozizhixian', 'cbcexbzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4697. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4698. (13036, 654023, 654000, '', '霍城县', '', 3, 'huochengxian', 'hcx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4699. (13037, 654024, 654000, '', '巩留县', '', 3, 'gongliuxian', 'glx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4700. (13038, 654025, 654000, '', '新源县', '', 3, 'xinyuanxian', 'xyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4701. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4702. (13039, 654026, 654000, '', '昭苏县', '', 3, 'zhaosuxian', 'zsx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4703. (13040, 654027, 654000, '', '特克斯县', '', 3, 'tekesixian', 'tksx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4704. (13041, 654028, 654000, '', '尼勒克县', '', 3, 'nilekexian', 'nlkx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4705. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4706. (13042, 654201, 654200, '', '塔城市', '', 3, 'tachengshi', 'tcs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4707. (13043, 654202, 654200, '', '乌苏市', '', 3, 'wusushi', 'wss', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4708. (13044, 654221, 654200, '', '额敏县', '', 3, 'eminxian', 'emx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4709. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4710. (13045, 654223, 654200, '', '沙湾县', '', 3, 'shawanxian', 'swx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4711. (13046, 654224, 654200, '', '托里县', '', 3, 'tuolixian', 'tlx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4712. (13047, 654225, 654200, '', '裕民县', '', 3, 'yuminxian', 'ymx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4713. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4714. (13048, 654226, 654200, '', '和布克赛尔蒙古自治县', '', 3, 'hebukesaiermengguzizhixian', 'hbksemgzzx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4715. (13049, 654301, 654300, '', '阿勒泰市', '', 3, 'aletaishi', 'alts', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4716. (13050, 654321, 654300, '', '布尔津县', '', 3, 'buerjinxian', 'bejx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4717. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4718. (13051, 654322, 654300, '', '富蕴县', '', 3, 'fuyunxian', 'fyx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4719. (13052, 654323, 654300, '', '福海县', '', 3, 'fuhaixian', 'fhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4720. (13053, 654324, 654300, '', '哈巴河县', '', 3, 'habahexian', 'hbhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4721. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4722. (13054, 654325, 654300, '', '青河县', '', 3, 'qinghexian', 'qhx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4723. (13055, 654326, 654300, '', '吉木乃县', '', 3, 'jimunaixian', 'jmnx', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4724. (13056, 659001, 659000, '', '石河子市', '', 3, 'shihezishi', 'shzs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4725. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4726. (13057, 659002, 659000, '', '阿拉尔市', '', 3, 'alaershi', 'ales', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4727. (13058, 659003, 659000, '', '图木舒克市', '', 3, 'tumushukeshi', 'tmsks', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4728. (13059, 659004, 659000, '', '五家渠市', '', 3, 'wujiaqushi', 'wjqs', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4729. INSERT INTO `city_region_dictionary` (`transaction_id`, `region_number`, `parent_number`, `parent_numbers`, `region_name`, `short_name`, `level`, `whole_spell_name`, `short_spell_name`, `prority`, `is_enable`, `is_hot`, `is_city_station`, `city_station_name`, `enable_city_station`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  4730. (13060, 710002, 710001, '', '台湾市区', '', 3, 'taiwanshiqu', 'twsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4731. (13061, 810002, 810001, '', '香港市区', '', 3, 'xianggangshiqu', 'xgsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48'),
  4732. (13062, 820002, 820001, '', '澳门市区', '', 3, 'aomenshiqu', 'amsq', 0, 0, 0, 0, '', 0, '2016-12-07 18:05:48', 'system', 'system', '2016-12-07 18:05:48');
  4733. /*!40000 ALTER TABLE `city_region_dictionary` ENABLE KEYS */;
  4734. -- 导出 表 shenyangshitang.config_strategy 结构
  4735. CREATE TABLE IF NOT EXISTS `config_strategy` (
  4736. `id` int(11) NOT NULL AUTO_INCREMENT,
  4737. `strategy_id` int(11) NOT NULL DEFAULT '0' COMMENT '策略id',
  4738. `device_id` int(11) NOT NULL DEFAULT '0' COMMENT '设备id',
  4739. `config_url` varchar(128) NOT NULL DEFAULT '' COMMENT '配置文件下载url',
  4740. `config_file_name` varchar(50) NOT NULL DEFAULT '' COMMENT '配置文件名称',
  4741. `config_file_code` varchar(50) NOT NULL DEFAULT '' COMMENT '配置文件编码',
  4742. `status` int(2) NOT NULL DEFAULT '0' COMMENT '状态',
  4743. PRIMARY KEY (`id`)
  4744. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='配置策略关系表';
  4745. -- 正在导出表 shenyangshitang.config_strategy 的数据:~0 rows (大约)
  4746. /*!40000 ALTER TABLE `config_strategy` DISABLE KEYS */;
  4747. /*!40000 ALTER TABLE `config_strategy` ENABLE KEYS */;
  4748. -- 导出 表 shenyangshitang.config_strategy_group 结构
  4749. CREATE TABLE IF NOT EXISTS `config_strategy_group` (
  4750. `id` int(11) NOT NULL AUTO_INCREMENT,
  4751. `strategy_name` varchar(255) NOT NULL DEFAULT '' COMMENT '策略名称',
  4752. `created_by` int(11) NOT NULL DEFAULT '0' COMMENT '创建人',
  4753. `created_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  4754. `organization_id` int(11) NOT NULL DEFAULT '0',
  4755. `status` int(2) NOT NULL DEFAULT '0' COMMENT '策略状态:0:可用1:取消',
  4756. PRIMARY KEY (`id`),
  4757. UNIQUE KEY `Index 2` (`strategy_name`)
  4758. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='配置策略表';
  4759. -- 正在导出表 shenyangshitang.config_strategy_group 的数据:~0 rows (大约)
  4760. /*!40000 ALTER TABLE `config_strategy_group` DISABLE KEYS */;
  4761. /*!40000 ALTER TABLE `config_strategy_group` ENABLE KEYS */;
  4762. -- 导出 表 shenyangshitang.device 结构
  4763. CREATE TABLE IF NOT EXISTS `device` (
  4764. `id` int(11) NOT NULL AUTO_INCREMENT,
  4765. `mac_addr` varchar(255) NOT NULL DEFAULT '' COMMENT 'mac地址',
  4766. `serial_no` varchar(255) NOT NULL DEFAULT '' COMMENT '序列号',
  4767. `cur_version` varchar(255) NOT NULL DEFAULT '' COMMENT '当前版本号',
  4768. `manufacturer` varchar(50) NOT NULL DEFAULT '' COMMENT '厂商编码',
  4769. `region` varchar(50) NOT NULL DEFAULT '' COMMENT '区域编码',
  4770. `department` varchar(50) NOT NULL DEFAULT '' COMMENT '部门编码',
  4771. `customer` varchar(50) NOT NULL DEFAULT '' COMMENT '客户编码',
  4772. `device_type` varchar(50) NOT NULL DEFAULT '' COMMENT '设备类型编码',
  4773. `device_model` varchar(50) NOT NULL DEFAULT '' COMMENT '设备型号编码',
  4774. `created_by` int(11) NOT NULL DEFAULT '0' COMMENT '创建人',
  4775. `created_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  4776. `last_modified_by` int(11) NOT NULL DEFAULT '0' COMMENT '修改人',
  4777. `last_modified_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间',
  4778. `status` int(2) NOT NULL DEFAULT '0' COMMENT '数据状态 0:可用;1删除;2:停用',
  4779. `signal_strength` varchar(255) NOT NULL DEFAULT '0' COMMENT '信号',
  4780. `ip_address` varchar(255) NOT NULL DEFAULT '0.0.0.0' COMMENT '设备IP地址',
  4781. `last_request_time` timestamp NULL DEFAULT NULL COMMENT '最新请求时间',
  4782. `organization_id` int(11) NOT NULL DEFAULT '0' COMMENT '组织id(集团)',
  4783. `store_id` int(11) DEFAULT NULL COMMENT '门店id',
  4784. PRIMARY KEY (`id`)
  4785. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='设备信息表';
  4786. -- 正在导出表 shenyangshitang.device 的数据:~0 rows (大约)
  4787. /*!40000 ALTER TABLE `device` DISABLE KEYS */;
  4788. /*!40000 ALTER TABLE `device` ENABLE KEYS */;
  4789. -- 导出 表 shenyangshitang.device_upgrade_history 结构
  4790. CREATE TABLE IF NOT EXISTS `device_upgrade_history` (
  4791. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  4792. `device_id` int(11) NOT NULL,
  4793. `prev_version` varchar(32) NOT NULL DEFAULT '' COMMENT '升级前版本',
  4794. `cur_version` varchar(32) NOT NULL DEFAULT '' COMMENT '升级后版本',
  4795. `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  4796. PRIMARY KEY (`id`),
  4797. UNIQUE KEY `Index 2` (`cur_version`,`device_id`,`prev_version`)
  4798. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='设备升级历史表';
  4799. -- 正在导出表 shenyangshitang.device_upgrade_history 的数据:~0 rows (大约)
  4800. /*!40000 ALTER TABLE `device_upgrade_history` DISABLE KEYS */;
  4801. /*!40000 ALTER TABLE `device_upgrade_history` ENABLE KEYS */;
  4802. -- 导出 表 shenyangshitang.goods_category 结构
  4803. CREATE TABLE IF NOT EXISTS `goods_category` (
  4804. `id` int(11) NOT NULL AUTO_INCREMENT,
  4805. `parent_id` int(11) DEFAULT '0',
  4806. `name` varchar(255) NOT NULL COMMENT '菜单名称',
  4807. `industry` tinyint(4) NOT NULL COMMENT '商品类型 1:菜单',
  4808. `org_id` int(11) NOT NULL COMMENT '集团id',
  4809. `shop_id` int(11) NOT NULL COMMENT '门店id',
  4810. `deleted` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否删除 1:是, 0:否',
  4811. `created_time` datetime NOT NULL,
  4812. `updated_time` datetime NOT NULL,
  4813. `order` tinyint(3) unsigned DEFAULT NULL,
  4814. PRIMARY KEY (`id`)
  4815. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  4816. -- 正在导出表 shenyangshitang.goods_category 的数据:~0 rows (大约)
  4817. /*!40000 ALTER TABLE `goods_category` DISABLE KEYS */;
  4818. /*!40000 ALTER TABLE `goods_category` ENABLE KEYS */;
  4819. -- 导出 表 shenyangshitang.goods_catering_menu 结构
  4820. CREATE TABLE IF NOT EXISTS `goods_catering_menu` (
  4821. `id` int(11) NOT NULL AUTO_INCREMENT,
  4822. `name` varchar(255) NOT NULL COMMENT '菜单名称',
  4823. `price` decimal(10,2) NOT NULL,
  4824. `image` varchar(255) DEFAULT '',
  4825. `on_sale` tinyint(4) NOT NULL DEFAULT '1',
  4826. `org_id` int(11) NOT NULL COMMENT '集团id',
  4827. `shop_id` int(11) NOT NULL COMMENT '门店id',
  4828. `cate_id` int(11) NOT NULL COMMENT '类别id',
  4829. `deleted` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否删除 1:是, 0:否',
  4830. `created_time` datetime NOT NULL,
  4831. `updated_time` datetime NOT NULL,
  4832. PRIMARY KEY (`id`)
  4833. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  4834. -- 正在导出表 shenyangshitang.goods_catering_menu 的数据:~0 rows (大约)
  4835. /*!40000 ALTER TABLE `goods_catering_menu` DISABLE KEYS */;
  4836. /*!40000 ALTER TABLE `goods_catering_menu` ENABLE KEYS */;
  4837. -- 导出 表 shenyangshitang.goods_catering_menu_tag 结构
  4838. CREATE TABLE IF NOT EXISTS `goods_catering_menu_tag` (
  4839. `id` int(11) NOT NULL AUTO_INCREMENT,
  4840. `menu_id` int(11) NOT NULL,
  4841. `tag_id` int(11) NOT NULL,
  4842. PRIMARY KEY (`id`)
  4843. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  4844. -- 正在导出表 shenyangshitang.goods_catering_menu_tag 的数据:~0 rows (大约)
  4845. /*!40000 ALTER TABLE `goods_catering_menu_tag` DISABLE KEYS */;
  4846. /*!40000 ALTER TABLE `goods_catering_menu_tag` ENABLE KEYS */;
  4847. -- 导出 表 shenyangshitang.goods_retail 结构
  4848. CREATE TABLE IF NOT EXISTS `goods_retail` (
  4849. `id` int(11) NOT NULL AUTO_INCREMENT,
  4850. `name` varchar(255) NOT NULL COMMENT '菜单名称',
  4851. `bar_code` char(20) NOT NULL COMMENT '条码',
  4852. `price` decimal(10,2) NOT NULL,
  4853. `unit` varchar(30) NOT NULL COMMENT '规格',
  4854. `on_sale` tinyint(4) NOT NULL DEFAULT '1',
  4855. `org_id` int(11) NOT NULL COMMENT '集团id',
  4856. `store_id` int(11) NOT NULL COMMENT '门店id',
  4857. `main_cate` varchar(30) NOT NULL COMMENT '主类别',
  4858. `second_cate` varchar(30) NOT NULL COMMENT '子类别',
  4859. `deleted` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否删除 1:是, 0:否',
  4860. `created_time` datetime NOT NULL,
  4861. `updated_time` datetime NOT NULL,
  4862. PRIMARY KEY (`id`)
  4863. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  4864. -- 正在导出表 shenyangshitang.goods_retail 的数据:~0 rows (大约)
  4865. /*!40000 ALTER TABLE `goods_retail` DISABLE KEYS */;
  4866. /*!40000 ALTER TABLE `goods_retail` ENABLE KEYS */;
  4867. -- 导出 表 shenyangshitang.goods_tag 结构
  4868. CREATE TABLE IF NOT EXISTS `goods_tag` (
  4869. `id` int(11) NOT NULL AUTO_INCREMENT,
  4870. `name` varchar(255) NOT NULL COMMENT '菜单名称',
  4871. `industry` tinyint(4) NOT NULL COMMENT '商品类型 1:菜单',
  4872. `org_id` int(11) NOT NULL COMMENT '集团id',
  4873. `shop_id` int(11) NOT NULL COMMENT '门店id',
  4874. `deleted` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否删除 1:是, 0:否',
  4875. `created_time` datetime NOT NULL,
  4876. `updated_time` datetime NOT NULL,
  4877. PRIMARY KEY (`id`)
  4878. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  4879. -- 正在导出表 shenyangshitang.goods_tag 的数据:~0 rows (大约)
  4880. /*!40000 ALTER TABLE `goods_tag` DISABLE KEYS */;
  4881. /*!40000 ALTER TABLE `goods_tag` ENABLE KEYS */;
  4882. -- 导出 表 shenyangshitang.mch_payment_trade_log 结构
  4883. CREATE TABLE IF NOT EXISTS `mch_payment_trade_log` (
  4884. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  4885. `mcode` varchar(32) NOT NULL DEFAULT '' COMMENT '商户号',
  4886. `m_order_number` varchar(64) NOT NULL DEFAULT '‘’' COMMENT '商户唯一订单编号',
  4887. `pay_type` varchar(16) NOT NULL DEFAULT '' COMMENT '支付类型\r\n @1:微信扫码支付\r\n @2:支付宝扫码支付\r\n @3:支付宝当面资金授权支付\r\n @4:银联二维码支付\r\n ',
  4888. `description` varchar(32) NOT NULL DEFAULT '' COMMENT '请求描述',
  4889. `send_data` text NOT NULL COMMENT '发送数据',
  4890. `receive_data` text NOT NULL COMMENT '接收数据',
  4891. `request_type` char(1) NOT NULL DEFAULT '' COMMENT '请求类型@1:主动请求@2:被动请求',
  4892. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  4893. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  4894. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  4895. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  4896. PRIMARY KEY (`id`)
  4897. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='商户与平台交易日志表';
  4898. -- 正在导出表 shenyangshitang.mch_payment_trade_log 的数据:~0 rows (大约)
  4899. /*!40000 ALTER TABLE `mch_payment_trade_log` DISABLE KEYS */;
  4900. /*!40000 ALTER TABLE `mch_payment_trade_log` ENABLE KEYS */;
  4901. -- 导出 表 shenyangshitang.mch_pay_channel 结构
  4902. CREATE TABLE IF NOT EXISTS `mch_pay_channel` (
  4903. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  4904. `user_number` int(11) NOT NULL DEFAULT '0' COMMENT '用户编号',
  4905. `mcode` varchar(32) NOT NULL DEFAULT '' COMMENT '平台商户号',
  4906. `pay_type` varchar(16) NOT NULL DEFAULT '' COMMENT '支付类型\r\n @1:微信扫码支付\r\n @2:支付宝扫码支付\r\n @3:支付宝当面资金授权支付\r\n @4:银联二维码支付\r\n ',
  4907. `appid` varchar(64) NOT NULL DEFAULT '' COMMENT '公众账号ID',
  4908. `mch_id` varchar(64) NOT NULL DEFAULT '' COMMENT '第三方平台商户号',
  4909. `sub_appid` varchar(64) NOT NULL DEFAULT '' COMMENT '子商户公众账号ID',
  4910. `sub_mch_id` varchar(64) NOT NULL DEFAULT '' COMMENT '第三方平台子商户号',
  4911. `secret_key` varchar(128) NOT NULL DEFAULT '' COMMENT '密钥',
  4912. `app_secret_key` varchar(128) NOT NULL DEFAULT '' COMMENT '公众号密钥',
  4913. `private_key` varchar(4096) NOT NULL DEFAULT '' COMMENT '私钥(支付宝用)',
  4914. `public_key` varchar(4096) NOT NULL DEFAULT '' COMMENT '公钥(支付宝用)',
  4915. `notify_url` varchar(128) NOT NULL DEFAULT '' COMMENT '支付成功通知回调',
  4916. `refund_notify_url` varchar(128) NOT NULL DEFAULT '' COMMENT '退款成功通知回调',
  4917. `cert` blob COMMENT '证书',
  4918. `is_enable` char(1) NOT NULL DEFAULT '1' COMMENT '是否启用@0未启用@1启用',
  4919. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  4920. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  4921. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  4922. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  4923. PRIMARY KEY (`id`),
  4924. KEY `Index 2` (`mcode`,`pay_type`,`is_enable`)
  4925. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='卖家支付方式信息表';
  4926. -- 正在导出表 shenyangshitang.mch_pay_channel 的数据:~0 rows (大约)
  4927. /*!40000 ALTER TABLE `mch_pay_channel` DISABLE KEYS */;
  4928. /*!40000 ALTER TABLE `mch_pay_channel` ENABLE KEYS */;
  4929. -- 导出 表 shenyangshitang.mch_pay_info 结构
  4930. CREATE TABLE IF NOT EXISTS `mch_pay_info` (
  4931. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  4932. `user_number` int(11) DEFAULT '0' COMMENT '用户编号',
  4933. `mcode` varchar(32) NOT NULL DEFAULT '' COMMENT '商户号',
  4934. `secret_key` varchar(128) NOT NULL DEFAULT '' COMMENT '密钥',
  4935. `mch_name` varchar(128) DEFAULT '' COMMENT '商户名称',
  4936. `apply_type` char(1) DEFAULT '' COMMENT '商户申请类型@1:内部申请@2:个人用户申请@3:公司集团用户申请',
  4937. `mch_status` char(1) DEFAULT '' COMMENT '商户号状态@1保存@2提交申请@3审核通过@4冻结@5逻辑删除',
  4938. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  4939. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  4940. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  4941. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  4942. PRIMARY KEY (`id`),
  4943. KEY `Index 2` (`mcode`,`mch_status`)
  4944. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='商户支付信息';
  4945. -- 正在导出表 shenyangshitang.mch_pay_info 的数据:~0 rows (大约)
  4946. /*!40000 ALTER TABLE `mch_pay_info` DISABLE KEYS */;
  4947. /*!40000 ALTER TABLE `mch_pay_info` ENABLE KEYS */;
  4948. -- 导出 表 shenyangshitang.media_resource 结构
  4949. CREATE TABLE IF NOT EXISTS `media_resource` (
  4950. `id` int(11) NOT NULL AUTO_INCREMENT,
  4951. `media_name` varchar(50) NOT NULL COMMENT '资源名称',
  4952. `media_uuid` varchar(50) NOT NULL COMMENT 'uuid',
  4953. `media_url` varchar(256) NOT NULL COMMENT '下载url',
  4954. `media_type` int(2) NOT NULL COMMENT '资源类型,1:图片2:视频,3:音频',
  4955. `file_type` varchar(16) NOT NULL COMMENT '文件类型 mp4 flv jpg png mp3 wav',
  4956. `status` int(2) NOT NULL DEFAULT '0' COMMENT '状态 0: 正常 1:删除',
  4957. `create_by` int(11) NOT NULL,
  4958. `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  4959. `organization_id` int(11) NOT NULL DEFAULT '0' COMMENT '组织id(集团)',
  4960. `store_id` int(11) DEFAULT NULL COMMENT '门店id',
  4961. PRIMARY KEY (`id`),
  4962. UNIQUE KEY `Index 2` (`media_name`)
  4963. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='媒体资源表';
  4964. -- 正在导出表 shenyangshitang.media_resource 的数据:~0 rows (大约)
  4965. /*!40000 ALTER TABLE `media_resource` DISABLE KEYS */;
  4966. /*!40000 ALTER TABLE `media_resource` ENABLE KEYS */;
  4967. -- 导出 表 shenyangshitang.media_strategy 结构
  4968. CREATE TABLE IF NOT EXISTS `media_strategy` (
  4969. `id` int(11) NOT NULL AUTO_INCREMENT,
  4970. `strategy_id` int(11) NOT NULL COMMENT '策略id',
  4971. `device_id` int(11) NOT NULL COMMENT '设备id',
  4972. `media_resource_id` int(11) NOT NULL COMMENT '资源id',
  4973. `play_length` int(11) NOT NULL DEFAULT '0' COMMENT '播放时长(秒)',
  4974. `show_time_begin` time DEFAULT NULL COMMENT '展示开始时间',
  4975. `show_time_end` time DEFAULT NULL COMMENT '展示结束时间',
  4976. `background_audio_id` int(11) DEFAULT NULL COMMENT '背景音乐id',
  4977. `status` int(2) NOT NULL DEFAULT '0' COMMENT '状态 0:正常 1:取消',
  4978. PRIMARY KEY (`id`)
  4979. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='资源策略关系表';
  4980. -- 正在导出表 shenyangshitang.media_strategy 的数据:~0 rows (大约)
  4981. /*!40000 ALTER TABLE `media_strategy` DISABLE KEYS */;
  4982. /*!40000 ALTER TABLE `media_strategy` ENABLE KEYS */;
  4983. -- 导出 表 shenyangshitang.media_strategy_group 结构
  4984. CREATE TABLE IF NOT EXISTS `media_strategy_group` (
  4985. `id` int(11) NOT NULL AUTO_INCREMENT,
  4986. `strategy_name` varchar(255) NOT NULL DEFAULT '' COMMENT '策略名称',
  4987. `cache_time` bigint(20) NOT NULL DEFAULT '0' COMMENT '缓存时间(秒)',
  4988. `created_by` int(11) NOT NULL DEFAULT '0' COMMENT '创建人',
  4989. `created_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  4990. `status` int(2) NOT NULL DEFAULT '0' COMMENT '策略状态:0:可用1:取消',
  4991. `organization_id` int(11) NOT NULL DEFAULT '0' COMMENT '组织id(集团)',
  4992. `store_id` int(11) DEFAULT NULL COMMENT '门店id',
  4993. PRIMARY KEY (`id`)
  4994. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='广告策略表';
  4995. -- 正在导出表 shenyangshitang.media_strategy_group 的数据:~0 rows (大约)
  4996. /*!40000 ALTER TABLE `media_strategy_group` DISABLE KEYS */;
  4997. /*!40000 ALTER TABLE `media_strategy_group` ENABLE KEYS */;
  4998. -- 导出 表 shenyangshitang.member 结构
  4999. CREATE TABLE IF NOT EXISTS `member` (
  5000. `member_id` int(11) NOT NULL AUTO_INCREMENT COMMENT '会员Id',
  5001. `member_store_id` int(11) NOT NULL COMMENT '会员门店',
  5002. `member_name` varchar(50) NOT NULL COMMENT '会员姓名',
  5003. `member_mobile` varchar(30) NOT NULL COMMENT '手机号码',
  5004. `member_birthday` date DEFAULT NULL COMMENT '会员生日',
  5005. `gender` int(1) DEFAULT '0' COMMENT '性别:0:先生 1:女士',
  5006. `address` varchar(150) DEFAULT NULL COMMENT '地址',
  5007. `avatar` varchar(150) DEFAULT NULL COMMENT '会员头像',
  5008. `is_active` int(1) NOT NULL DEFAULT '1' COMMENT '是否有效:0:无效 1:有效 ',
  5009. `content` varchar(500) DEFAULT NULL COMMENT '备注',
  5010. `version` int(10) DEFAULT NULL COMMENT '版本号',
  5011. `created_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  5012. `created_by` varchar(50) DEFAULT NULL,
  5013. `updated_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  5014. `updated_by` varchar(50) DEFAULT NULL,
  5015. `member_org_id` int(10) unsigned NOT NULL DEFAULT '0',
  5016. `openid` varchar(100) DEFAULT NULL,
  5017. PRIMARY KEY (`member_id`)
  5018. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='后期关联\r\n1.推荐人会员卡:以后可以有推荐有礼功能(待定)\r\n2.提成员工:内部推荐员工提成(待定';
  5019. -- 正在导出表 shenyangshitang.member 的数据:~0 rows (大约)
  5020. /*!40000 ALTER TABLE `member` DISABLE KEYS */;
  5021. /*!40000 ALTER TABLE `member` ENABLE KEYS */;
  5022. -- 导出 表 shenyangshitang.member_capital_change 结构
  5023. CREATE TABLE IF NOT EXISTS `member_capital_change` (
  5024. `amount_change_id` int(11) NOT NULL AUTO_INCREMENT,
  5025. `member_card_id` int(11) NOT NULL COMMENT '会员卡ID',
  5026. `change_order_id` varchar(50) NOT NULL COMMENT '订单号:包括充值、消费等所有金额变动的单据',
  5027. `amount_change` decimal(10,2) DEFAULT NULL COMMENT '变动金额 正数为增加金额 负数为扣减金额',
  5028. `amount_before` decimal(10,2) DEFAULT NULL COMMENT '变动前金额',
  5029. `amount_after` decimal(10,2) DEFAULT NULL COMMENT '变动后金额',
  5030. `point_change` int(11) DEFAULT NULL COMMENT '变更积分',
  5031. `point_before` int(11) DEFAULT NULL COMMENT '变更前积分',
  5032. `point_after` int(11) DEFAULT NULL COMMENT '变更后积分',
  5033. `change_type` int(1) NOT NULL DEFAULT '0' COMMENT '金额变动方式:0:充值 1:消费 2: 退款 3:积分核销 4: 手动修改',
  5034. `change_time` datetime NOT NULL COMMENT '变更时间',
  5035. `is_active` int(1) NOT NULL DEFAULT '1' COMMENT '是否有效:0:无效 1:有效',
  5036. `content` varchar(500) DEFAULT NULL COMMENT '备注:会员充值、会员注册、会员消费',
  5037. `created_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  5038. `created_by` varchar(50) DEFAULT NULL,
  5039. PRIMARY KEY (`amount_change_id`)
  5040. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='显示订单号、初始余额、变动余额、可用余额、变动信息、门店、操作人、操作时间、';
  5041. -- 正在导出表 shenyangshitang.member_capital_change 的数据:~0 rows (大约)
  5042. /*!40000 ALTER TABLE `member_capital_change` DISABLE KEYS */;
  5043. /*!40000 ALTER TABLE `member_capital_change` ENABLE KEYS */;
  5044. -- 导出 表 shenyangshitang.member_card 结构
  5045. CREATE TABLE IF NOT EXISTS `member_card` (
  5046. `card_id` int(11) NOT NULL AUTO_INCREMENT COMMENT '会员卡ID',
  5047. `card_num` varchar(50) DEFAULT NULL COMMENT '会员卡号',
  5048. `card_password` varchar(60) DEFAULT NULL COMMENT '会员卡密码',
  5049. `card_point` int(10) NOT NULL DEFAULT '0' COMMENT '卡内积分',
  5050. `card_balance` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '卡内余额',
  5051. `card_image` varchar(100) DEFAULT NULL COMMENT '卡图片',
  5052. `is_active` int(1) NOT NULL DEFAULT '1' COMMENT '是否有效:0:无效 1:有效 2:挂失',
  5053. `content` varchar(500) DEFAULT NULL COMMENT '备注',
  5054. `version` int(10) DEFAULT NULL COMMENT '版本号',
  5055. `created_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  5056. `created_by` varchar(50) DEFAULT NULL,
  5057. `updated_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  5058. `updated_by` varchar(50) DEFAULT NULL,
  5059. `accumulative_point` int(10) unsigned NOT NULL DEFAULT '0',
  5060. `last_recharge_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  5061. PRIMARY KEY (`card_id`),
  5062. UNIQUE KEY `member_card_un` (`card_num`)
  5063. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  5064. -- 正在导出表 shenyangshitang.member_card 的数据:~0 rows (大约)
  5065. /*!40000 ALTER TABLE `member_card` DISABLE KEYS */;
  5066. /*!40000 ALTER TABLE `member_card` ENABLE KEYS */;
  5067. -- 导出 表 shenyangshitang.member_card_relation 结构
  5068. CREATE TABLE IF NOT EXISTS `member_card_relation` (
  5069. `relation_id` int(11) NOT NULL AUTO_INCREMENT,
  5070. `card_id` int(11) DEFAULT NULL COMMENT '会员卡ID',
  5071. `member_id` int(11) DEFAULT NULL COMMENT '会员Id',
  5072. PRIMARY KEY (`relation_id`)
  5073. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  5074. -- 正在导出表 shenyangshitang.member_card_relation 的数据:~0 rows (大约)
  5075. /*!40000 ALTER TABLE `member_card_relation` DISABLE KEYS */;
  5076. /*!40000 ALTER TABLE `member_card_relation` ENABLE KEYS */;
  5077. -- 导出 表 shenyangshitang.member_level 结构
  5078. CREATE TABLE IF NOT EXISTS `member_level` (
  5079. `member_level_id` int(11) NOT NULL AUTO_INCREMENT,
  5080. `level_name` varchar(50) NOT NULL COMMENT '等级名称',
  5081. `card_sales_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '售卡金额',
  5082. `init_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '初始金额',
  5083. `sales_amount` decimal(10,2) DEFAULT NULL COMMENT '消费金额:消费的金额送积分',
  5084. `give_integral` int(10) DEFAULT NULL COMMENT '赠送积分',
  5085. `discount_proportion` decimal(10,3) DEFAULT NULL COMMENT '折扣比例',
  5086. `member_time` int(5) DEFAULT NULL COMMENT '会员卡期限',
  5087. `member_time_unit` int(1) NOT NULL DEFAULT '0' COMMENT '0:永久 1:年 2:月 3:周 4:天',
  5088. `sign_integral` int(10) DEFAULT NULL COMMENT '签到送积分',
  5089. `member_image` varchar(50) DEFAULT NULL COMMENT '会员卡图片',
  5090. `is_active` int(1) NOT NULL DEFAULT '1' COMMENT '是否有效:0:无效 1:有效',
  5091. `content` varchar(500) DEFAULT NULL COMMENT '备注',
  5092. `version` int(10) DEFAULT NULL COMMENT '版本号',
  5093. `created_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  5094. `created_by` varchar(50) DEFAULT NULL,
  5095. `updated_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  5096. `updated_by` varchar(50) DEFAULT NULL,
  5097. `org_id` int(10) unsigned NOT NULL DEFAULT '0',
  5098. `store_id` int(10) unsigned NOT NULL DEFAULT '0',
  5099. `level` tinyint(3) unsigned NOT NULL,
  5100. `required_point` int(11) NOT NULL DEFAULT '0',
  5101. `required_recharge_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  5102. PRIMARY KEY (`member_level_id`)
  5103. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='会员等级卡分4总属性:储值、积分、折扣、限时 根据新建的内容显示不同属性\r\n1.充值没有积分、消费才有积分\r\n ';
  5104. -- 正在导出表 shenyangshitang.member_level 的数据:~0 rows (大约)
  5105. /*!40000 ALTER TABLE `member_level` DISABLE KEYS */;
  5106. /*!40000 ALTER TABLE `member_level` ENABLE KEYS */;
  5107. -- 导出 表 shenyangshitang.order_master 结构
  5108. CREATE TABLE IF NOT EXISTS `order_master` (
  5109. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  5110. `order_number` varchar(32) NOT NULL DEFAULT '' COMMENT '订单编号',
  5111. `org_id` int(11) NOT NULL DEFAULT '0' COMMENT '组织机构Id',
  5112. `shop_id` int(11) NOT NULL DEFAULT '0' COMMENT '门店Id',
  5113. `serial_no` varchar(255) NOT NULL DEFAULT '' COMMENT '设备序列号',
  5114. `customer_number` varchar(32) NOT NULL DEFAULT '' COMMENT '操作员编号',
  5115. `seq_no` int(11) NOT NULL DEFAULT '0' COMMENT '订单序号(每日0点重置)',
  5116. `member_card_no` varchar(64) NOT NULL DEFAULT '' COMMENT '会员卡号',
  5117. `member_name` varchar(128) NOT NULL DEFAULT '' COMMENT '会员名称、员工姓名',
  5118. `card_num` varchar(64) NOT NULL DEFAULT '' COMMENT '会员卡编号(印刷,沈阳食堂使用)',
  5119. `card_hid_code` varchar(64) NOT NULL DEFAULT '' COMMENT '会员卡hid编码(卡内,沈阳食堂使用)',
  5120. `order_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '订单应付金额(实付金额+折扣金额)',
  5121. `real_pay_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '订单实付金额',
  5122. `discount_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '折扣金额',
  5123. `pay_type` varchar(16) NOT NULL DEFAULT '' COMMENT '付款方式编号@1:微信支付@2:支付宝支付@3:银行卡支付@4:微信转账@:5支付宝转账@6:现金支付@7:会员卡支付@8:当面资金授权支付@9:银联二维码支付',
  5124. `pay_type_name` varchar(32) NOT NULL DEFAULT '' COMMENT '付款方式名称',
  5125. `scan_code` varchar(50) DEFAULT '',
  5126. `paid_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '支付完成时间',
  5127. `order_status` varchar(32) NOT NULL DEFAULT '1' COMMENT '订单状态\r\n POS端:@1:待付款@2:已付款(待确认)@3:退款中@4:已退款@5:订单取消\r\n 微信点餐:@1:待付款@2:已付款(待确认)@5已确认(出餐中)@6待取餐@7已取餐@3:退款中@4:已退款@5:订单取消',
  5128. `order_type` varchar(32) NOT NULL DEFAULT '1' COMMENT '订单类型@1正常订单@2POS端补录订单@3会员卡充值订单@4微信点餐订单',
  5129. `location_no` varchar(32) NOT NULL DEFAULT '' COMMENT '位置编号(如桌号等)',
  5130. `pay_status` varchar(32) NOT NULL DEFAULT '1' COMMENT '支付状态\r\n 1:未付款\r\n 2:已付款\r\n 3:交易失败(对方付了钱,而没有收到)',
  5131. `retrvl_ref_no` varchar(128) NOT NULL DEFAULT '' COMMENT '原交易参考号(银行卡支付专用)',
  5132. `ori_trace_no` varchar(128) NOT NULL DEFAULT '' COMMENT '原交易凭证号(银行卡支付专用)',
  5133. `trans_date` varchar(32) NOT NULL DEFAULT '' COMMENT '交易日期(银行卡支付专用)',
  5134. `ori_batch_no` varchar(128) NOT NULL DEFAULT '' COMMENT '原批次号(银行卡支付专用)',
  5135. `coupon_no` varchar(32) NOT NULL DEFAULT '' COMMENT '优惠券编号',
  5136. `time_expire` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '订单超时时间',
  5137. `score` int(11) NOT NULL DEFAULT '0' COMMENT '订单获赠积分',
  5138. `version` int(11) NOT NULL DEFAULT '1' COMMENT '版本号(乐观锁)',
  5139. `refund_number` varchar(32) NOT NULL DEFAULT '' COMMENT '退单流水编号',
  5140. `remark` varchar(256) NOT NULL DEFAULT '' COMMENT '备注',
  5141. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5142. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5143. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5144. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5145. PRIMARY KEY (`id`),
  5146. KEY `Index 2` (`order_number`,`shop_id`,`org_id`),
  5147. KEY `Index 3` (`created_at`,`order_number`)
  5148. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='交易管理订单主表';
  5149. -- 正在导出表 shenyangshitang.order_master 的数据:~0 rows (大约)
  5150. /*!40000 ALTER TABLE `order_master` DISABLE KEYS */;
  5151. /*!40000 ALTER TABLE `order_master` ENABLE KEYS */;
  5152. -- 导出 表 shenyangshitang.order_refund 结构
  5153. CREATE TABLE IF NOT EXISTS `order_refund` (
  5154. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键id',
  5155. `refund_number` varchar(32) NOT NULL DEFAULT '' COMMENT '退单流水编号',
  5156. `seller_org_id` int(11) NOT NULL DEFAULT '0' COMMENT '卖家组织机构ID',
  5157. `seller_shop_id` int(11) NOT NULL DEFAULT '0' COMMENT '卖家门店ID',
  5158. `seller_customer_number` varchar(32) NOT NULL DEFAULT '' COMMENT '卖家操作员编号',
  5159. `serial_no` varchar(255) NOT NULL DEFAULT '' COMMENT '设备序列号',
  5160. `original_order_number` varchar(32) NOT NULL DEFAULT '' COMMENT '原始订单编号',
  5161. `original_order_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '原始订单金额',
  5162. `original_pay_type_number` varchar(16) NOT NULL DEFAULT '0' COMMENT '付款方式编号',
  5163. `original_pay_type_name` varchar(32) NOT NULL DEFAULT '' COMMENT '付款方式名称',
  5164. `refundable_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '应退金额',
  5165. `refund_status` varchar(16) NOT NULL DEFAULT '' COMMENT '退款状态@1:退款中 @2:退款完成',
  5166. `refunded_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '已退金额',
  5167. `refunded_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '退款完成时间',
  5168. `third_refund_number` varchar(128) NOT NULL DEFAULT '' COMMENT '第三方支付平台退单流水编号',
  5169. `version` int(11) NOT NULL DEFAULT '1' COMMENT '版本号(乐观锁)',
  5170. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5171. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5172. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5173. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5174. PRIMARY KEY (`id`),
  5175. KEY `Index 2` (`refund_number`,`created_at`)
  5176. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='交易管理退单主表';
  5177. -- 正在导出表 shenyangshitang.order_refund 的数据:~0 rows (大约)
  5178. /*!40000 ALTER TABLE `order_refund` DISABLE KEYS */;
  5179. /*!40000 ALTER TABLE `order_refund` ENABLE KEYS */;
  5180. -- 导出 表 shenyangshitang.order_refund_transaction 结构
  5181. CREATE TABLE IF NOT EXISTS `order_refund_transaction` (
  5182. `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
  5183. `refund_number` varchar(32) NOT NULL DEFAULT '' COMMENT '退单流水编号',
  5184. `original_order_number` varchar(32) NOT NULL DEFAULT '' COMMENT '原始订单编号',
  5185. `item_number` varchar(50) NOT NULL DEFAULT '' COMMENT '商品编号',
  5186. `unit_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '单价',
  5187. `quantity` int(11) NOT NULL DEFAULT '0' COMMENT '数量',
  5188. `final_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '最终总价',
  5189. `version` int(11) DEFAULT '1' COMMENT '版本号(乐观锁)',
  5190. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5191. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5192. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5193. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5194. `item_name` varchar(128) NOT NULL DEFAULT '' COMMENT '商品名称',
  5195. PRIMARY KEY (`id`)
  5196. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='交易管理退款明细表';
  5197. -- 正在导出表 shenyangshitang.order_refund_transaction 的数据:~0 rows (大约)
  5198. /*!40000 ALTER TABLE `order_refund_transaction` DISABLE KEYS */;
  5199. /*!40000 ALTER TABLE `order_refund_transaction` ENABLE KEYS */;
  5200. -- 导出 表 shenyangshitang.order_transaction 结构
  5201. CREATE TABLE IF NOT EXISTS `order_transaction` (
  5202. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  5203. `order_number` varchar(32) NOT NULL DEFAULT '' COMMENT '订单编号',
  5204. `item_number` varchar(50) NOT NULL DEFAULT '' COMMENT '商品编号',
  5205. `item_name` varchar(128) NOT NULL DEFAULT '' COMMENT '商品名称',
  5206. `category_name` varchar(128) NOT NULL DEFAULT '' COMMENT '商品所属类别名称',
  5207. `category_number` varchar(128) NOT NULL DEFAULT '' COMMENT '商品所属类别编号',
  5208. `unit_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '单价',
  5209. `discount_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '折扣金额(单个商品折扣)',
  5210. `quantity` int(11) NOT NULL DEFAULT '1' COMMENT '数量',
  5211. `final_price` decimal(10,2) NOT NULL COMMENT '总价(单价-折扣金额)*数量',
  5212. `version` int(11) NOT NULL DEFAULT '1' COMMENT '版本号(乐观锁)',
  5213. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5214. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5215. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5216. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5217. PRIMARY KEY (`id`)
  5218. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='交易管理订单明细表';
  5219. -- 正在导出表 shenyangshitang.order_transaction 的数据:~0 rows (大约)
  5220. /*!40000 ALTER TABLE `order_transaction` DISABLE KEYS */;
  5221. /*!40000 ALTER TABLE `order_transaction` ENABLE KEYS */;
  5222. -- 导出 表 shenyangshitang.org 结构
  5223. CREATE TABLE IF NOT EXISTS `org` (
  5224. `id` int(11) NOT NULL AUTO_INCREMENT,
  5225. `name` varchar(100) NOT NULL,
  5226. `linkman` varchar(50) DEFAULT NULL,
  5227. `phone` varchar(50) DEFAULT NULL,
  5228. `comment` varchar(200) DEFAULT NULL,
  5229. `posnum` int(11) DEFAULT '0',
  5230. `create_date` datetime DEFAULT CURRENT_TIMESTAMP,
  5231. `status` varchar(1) DEFAULT '1',
  5232. `type` varchar(1) DEFAULT NULL,
  5233. PRIMARY KEY (`id`),
  5234. UNIQUE KEY `name` (`name`)
  5235. ) ENGINE=InnoDB AUTO_INCREMENT=194 DEFAULT CHARSET=utf8;
  5236. -- 正在导出表 shenyangshitang.org 的数据:~0 rows (大约)
  5237. /*!40000 ALTER TABLE `org` DISABLE KEYS */;
  5238. /*!40000 ALTER TABLE `org` ENABLE KEYS */;
  5239. -- 导出 表 shenyangshitang.payment_trade_log 结构
  5240. CREATE TABLE IF NOT EXISTS `payment_trade_log` (
  5241. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  5242. `mcode` varchar(32) NOT NULL DEFAULT '' COMMENT '商户号',
  5243. `m_order_number` varchar(32) NOT NULL DEFAULT '‘’' COMMENT '订单编号',
  5244. `pay_type` varchar(16) NOT NULL DEFAULT '' COMMENT '支付类型\r\n @1:微信扫码支付\r\n @2:支付宝扫码支付\r\n @3:支付宝当面资金授权支付\r\n @4:银联二维码支付\r\n ',
  5245. `description` varchar(32) NOT NULL DEFAULT '' COMMENT '请求描述',
  5246. `send_data` text NOT NULL COMMENT '发送数据',
  5247. `receive_data` text NOT NULL COMMENT '接收数据',
  5248. `request_type` char(1) NOT NULL DEFAULT '' COMMENT '请求类型@1:主动请求@2:被动请求',
  5249. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5250. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5251. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5252. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5253. PRIMARY KEY (`id`)
  5254. ) ENGINE=InnoDB AUTO_INCREMENT=69136 DEFAULT CHARSET=utf8 COMMENT='平台与第三方支付交易日志表';
  5255. -- 正在导出表 shenyangshitang.payment_trade_log 的数据:~0 rows (大约)
  5256. /*!40000 ALTER TABLE `payment_trade_log` DISABLE KEYS */;
  5257. /*!40000 ALTER TABLE `payment_trade_log` ENABLE KEYS */;
  5258. -- 导出 表 shenyangshitang.pay_order 结构
  5259. CREATE TABLE IF NOT EXISTS `pay_order` (
  5260. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  5261. `mcode` varchar(32) NOT NULL DEFAULT '' COMMENT '商户号',
  5262. `m_order_number` varchar(64) NOT NULL DEFAULT '' COMMENT '商户唯一订单编号',
  5263. `trade_id` varchar(64) NOT NULL DEFAULT '' COMMENT '商户唯一订单编号',
  5264. `outer_order_number` varchar(64) NOT NULL DEFAULT '' COMMENT '第三方交易平台流水号',
  5265. `description` varchar(256) NOT NULL DEFAULT '' COMMENT '订单描述',
  5266. `pay_type` varchar(16) NOT NULL DEFAULT '' COMMENT '支付类型\r\n @1:微信扫码支付\r\n @2:支付宝扫码支付\r\n @3:支付宝当面资金授权支付\r\n @4:银联二维码支付\r\n ',
  5267. `order_amount` decimal(15,0) NOT NULL DEFAULT '0' COMMENT '订单金额(单位分)',
  5268. `notify_url` varchar(128) NOT NULL DEFAULT '' COMMENT '支付成功通知回调',
  5269. `order_status` char(1) NOT NULL DEFAULT '' COMMENT '订单状态@1:待支付@2:已支付@3:退款中@4:已退款@5交易关闭',
  5270. `time_expire` varchar(32) NOT NULL DEFAULT '' COMMENT '订单超时时间(yyyyMMddHHmmss)',
  5271. `pay_status` char(1) NOT NULL COMMENT '支付状态@0:未支付@1:已支付',
  5272. `pay_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '支付成功时间',
  5273. `scan_code` varchar(64) NOT NULL DEFAULT '' COMMENT '被扫支付码',
  5274. `open_id` varchar(64) NOT NULL DEFAULT '' COMMENT '用户OPEN_ID',
  5275. `pay_ip` varchar(64) NOT NULL DEFAULT '' COMMENT '支付客户端ip',
  5276. `trade_type` varchar(64) NOT NULL DEFAULT '' COMMENT '交易类型(只对微信有效NATIVE、MWEB、JSAPI)',
  5277. `code_url` varchar(512) NOT NULL DEFAULT '' COMMENT '支付二维码',
  5278. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5279. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5280. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5281. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5282. PRIMARY KEY (`id`),
  5283. KEY `Index 2` (`mcode`,`m_order_number`,`pay_type`)
  5284. ) ENGINE=InnoDB AUTO_INCREMENT=67473 DEFAULT CHARSET=utf8 COMMENT='平台支付订单信息';
  5285. -- 正在导出表 shenyangshitang.pay_order 的数据:~0 rows (大约)
  5286. /*!40000 ALTER TABLE `pay_order` DISABLE KEYS */;
  5287. /*!40000 ALTER TABLE `pay_order` ENABLE KEYS */;
  5288. -- 导出 表 shenyangshitang.pay_refund_order 结构
  5289. CREATE TABLE IF NOT EXISTS `pay_refund_order` (
  5290. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  5291. `mcode` varchar(32) NOT NULL DEFAULT '' COMMENT '商户号',
  5292. `trade_id` varchar(64) NOT NULL DEFAULT '' COMMENT '聚合支付平台交易单号',
  5293. `m_order_number` varchar(64) NOT NULL DEFAULT '' COMMENT '商户唯一订单编号',
  5294. `outer_order_number` varchar(64) NOT NULL DEFAULT '' COMMENT '第三方交易平台流水号',
  5295. `pay_type` varchar(16) NOT NULL DEFAULT '' COMMENT '支付类型\r\n @1:微信扫码支付\r\n @2:支付宝扫码支付\r\n @3:支付宝当面资金授权支付\r\n @4:银联二维码支付\r\n ',
  5296. `refund_notify_url` varchar(128) NOT NULL DEFAULT '' COMMENT '业务退款成功通知回调',
  5297. `third_refund_number` varchar(128) NOT NULL DEFAULT '' COMMENT '第三方支付平台退单流水编号',
  5298. `refund_number` varchar(64) NOT NULL DEFAULT '' COMMENT '商户退单流水编号',
  5299. `refund_status` varchar(16) NOT NULL DEFAULT '' COMMENT '退款状态@1:退款中 @2:退款完成',
  5300. `refunded_amount` decimal(15,0) NOT NULL DEFAULT '0' COMMENT '退款金额(单位分)',
  5301. `refunded_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '退款完成时间',
  5302. `version` int(11) NOT NULL DEFAULT '1' COMMENT '版本号(乐观锁)',
  5303. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5304. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5305. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5306. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5307. PRIMARY KEY (`id`)
  5308. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='平台支付退款订单信息';
  5309. -- 正在导出表 shenyangshitang.pay_refund_order 的数据:~0 rows (大约)
  5310. /*!40000 ALTER TABLE `pay_refund_order` DISABLE KEYS */;
  5311. /*!40000 ALTER TABLE `pay_refund_order` ENABLE KEYS */;
  5312. -- 导出 表 shenyangshitang.pay_type_dict 结构
  5313. CREATE TABLE IF NOT EXISTS `pay_type_dict` (
  5314. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  5315. `pay_type` varchar(16) NOT NULL DEFAULT '' COMMENT '支付类型\r\n @1:微信扫码支付\r\n @2:支付宝扫码支付\r\n @3:支付宝当面资金授权支付\r\n @4:银联二维码支付\r\n ',
  5316. `name` varchar(32) NOT NULL DEFAULT '' COMMENT '支付方式名称',
  5317. `bean_name` varchar(64) NOT NULL DEFAULT '' COMMENT 'spring bean名称',
  5318. `description` varchar(64) NOT NULL DEFAULT '' COMMENT '支付方式提示描述',
  5319. `pay_fee_rate` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '支付通道费用率',
  5320. `notify_url` varchar(128) NOT NULL DEFAULT '' COMMENT '支付成功通知回调',
  5321. `refund_notify_url` varchar(128) NOT NULL DEFAULT '' COMMENT '退款成功通知回调',
  5322. `is_enable` char(1) NOT NULL DEFAULT '' COMMENT '是否启用@0未启用@1启用',
  5323. `priority` tinyint(4) NOT NULL DEFAULT '0' COMMENT '优先顺序',
  5324. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5325. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5326. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5327. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5328. PRIMARY KEY (`id`)
  5329. ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='平台支付方式信息';
  5330. -- 正在导出表 shenyangshitang.pay_type_dict 的数据:~4 rows (大约)
  5331. /*!40000 ALTER TABLE `pay_type_dict` DISABLE KEYS */;
  5332. INSERT INTO `pay_type_dict` (`id`, `pay_type`, `name`, `bean_name`, `description`, `pay_fee_rate`, `notify_url`, `refund_notify_url`, `is_enable`, `priority`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  5333. (1, '1', '微信扫码支付', 'weiXinPayRepository', '微信扫码支付', 0.00, 'http://47.93.28.53:8080/service-payment/wxPayNotify/payNotify', 'http://47.93.28.53:8080/service-payment/wxPayNotify/refundNotify', '1', 1, '2018-01-29 11:00:40', 'system', 'system', '2018-01-29 11:00:40'),
  5334. (2, '2', '支付宝扫码支付', 'aliPayRepository', '支付宝扫码支付', 0.00, 'http://47.93.28.53:8080/service-payment/aliPayNotify/payNotify', '', '1', 1, '2018-01-29 11:00:40', 'system', 'system', '2018-01-29 11:00:40');
  5335. INSERT INTO `pay_type_dict` (`id`, `pay_type`, `name`, `bean_name`, `description`, `pay_fee_rate`, `notify_url`, `refund_notify_url`, `is_enable`, `priority`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  5336. (5, '4', '银联云闪付', 'unionPayRepository', '银联云闪付', 0.00, 'http://42ewm9.natappfree.cc/unionPayNotify/payNotify', '', '1', 1, '2018-05-24 13:35:20', 'system', 'system', '2018-05-24 13:35:20'),
  5337. (6, '5', '微信支付(服务商)', 'weiXinPayServiceRepository', '微信支付(服务商)', 0.00, 'http://47.93.28.53:8080/service-payment/wxPayNotify/payNotify', 'http://47.93.28.53:8080/service-payment/wxPayNotify/refundNotify', '1', 1, '2018-01-29 11:00:40', 'system', 'system', '2018-01-29 11:00:40');
  5338. /*!40000 ALTER TABLE `pay_type_dict` ENABLE KEYS */;
  5339. -- 导出 表 shenyangshitang.permission 结构
  5340. CREATE TABLE IF NOT EXISTS `permission` (
  5341. `id` int(11) NOT NULL AUTO_INCREMENT,
  5342. `name` varchar(20) NOT NULL,
  5343. `url` varchar(60) NOT NULL,
  5344. PRIMARY KEY (`id`),
  5345. UNIQUE KEY `permission_name_uindex` (`name`),
  5346. UNIQUE KEY `permission_url_uindex` (`url`)
  5347. ) ENGINE=InnoDB AUTO_INCREMENT=86 DEFAULT CHARSET=utf8;
  5348. -- 正在导出表 shenyangshitang.permission 的数据:~82 rows (大约)
  5349. /*!40000 ALTER TABLE `permission` DISABLE KEYS */;
  5350. INSERT INTO `permission` (`id`, `name`, `url`) VALUES
  5351. (1, '我的门店列表', 'GET::/service-org/shop/my'),
  5352. (2, '集团列表', 'GET::/service-org/org/list'),
  5353. (3, '支付方式字典列表查询接口', 'GET::/service-trade/payTypeDict/payTypes'),
  5354. (4, '管理后台支付渠道添加接口', 'POST::/service-trade/payChannel/payChannel'),
  5355. (5, '管理后台支付渠道更新接口', 'PUT::/service-trade/payChannel/payChannel'),
  5356. (6, '管理后台支付渠道删除接口', 'DELETE::/service-trade/payChannel/payChannel'),
  5357. (7, '管理后台支付渠道查询接口', 'GET::/service-trade/payChannel/payChannel'),
  5358. (8, '商户服务端支付渠道列表查询接口', 'GET::/service-trade/payChannel/payChannels'),
  5359. (9, '管理后台集团信息添加接口', 'POST::/unionService/org/org'),
  5360. (10, '管理后台门店信息添加接口', 'POST::/unionService/shop/shop');
  5361. INSERT INTO `permission` (`id`, `name`, `url`) VALUES
  5362. (11, '订单生成接口', 'POST::/unionService/order/order'),
  5363. (12, '订单确认接口', 'PUT::/unionService/order/orderPaySuccess'),
  5364. (13, '商户POS端支付渠道列表查询接口', 'GET::/service-trade/payChannel/posPayChannels'),
  5365. (14, 'POS机订单预付单生成接口', 'POST::/service-trade/order/payOrder'),
  5366. (15, 'POS端订单支付状态查询接口', 'GET::/service-trade/order/orderPayStatus'),
  5367. (16, 'POS端订单取消接口', 'PUT::/service-trade/order/cancelOrder'),
  5368. (17, '通过设备集合查询最新更新时间接口', 'GET::/service-ota/upgradeHistories/lastUpdateTime'),
  5369. (18, '更新包详情接口', 'GET::/service-ota/upgradePackage'),
  5370. (19, '更新包删除接口', 'DELETE::/service-ota/upgradePackage'),
  5371. (20, '更新包添加接口', 'POST::/service-ota/upgradePackage');
  5372. INSERT INTO `permission` (`id`, `name`, `url`) VALUES
  5373. (21, '分页查询更新包接口', 'POST::/service-ota/upgradePackages'),
  5374. (22, '导出版本excel接口', 'GET::/service-ota/upgradePackage/export'),
  5375. (23, '升级策略添加接口', 'POST::/service-ota/upgradeStrategy'),
  5376. (24, '通过策略groupId查询机具和升级本版', 'GET::/service-ota/upgradeStrategy/relation'),
  5377. (25, '升级策略取消接口', 'PUT::/service-ota/upgradeStrategy/cancel'),
  5378. (26, '分页查询升级策略接口', 'POST::/service-ota/upgradeStrategies'),
  5379. (27, '升级策略更新状态接口', 'PUT::/service-ota/upgradeStrategy/updateStatus'),
  5380. (28, '重新加载设备更新数据到redis接口', 'GET::/service-ota/strategy/load2Redis'),
  5381. (29, '创建设备配置接口', 'POST::/service-device/configStrategyGroup'),
  5382. (30, '查看设备配置详情接口', 'GET::/service-device/configStrategy');
  5383. INSERT INTO `permission` (`id`, `name`, `url`) VALUES
  5384. (31, '老OTA系统的查询设备配置接口', 'GET::/service-device/OTA/Config/query'),
  5385. (32, '分页查询设备配置接口', 'POST::/service-device/configStrategyGroups'),
  5386. (33, '设备修改接口', 'PUT::/service-device/device'),
  5387. (35, '设备添加接口', 'POST::/service-device/device'),
  5388. (36, '导出设备列表excel接口', 'GET::/service-device/device/export'),
  5389. (37, '设置设备归属门店接口', 'PUT::/service-device/device/store'),
  5390. (38, '修改设备状态接口', 'PUT::/service-device/device/status'),
  5391. (39, '解析设备excel文件接口', 'POST::/service-device/device/parse'),
  5392. (40, '分页查询设备接口', 'POST::/service-device/devices'),
  5393. (41, '设备批量添加接口', 'POST::/service-device/device/batch'),
  5394. (42, '重新加载设备数据到redis接口', 'GET::/service-device/device/load2Redis');
  5395. INSERT INTO `permission` (`id`, `name`, `url`) VALUES
  5396. (43, '资源删除接口', 'DELETE::/service-advertisement/mediaResource'),
  5397. (44, '资源添加接口', 'POST::/service-advertisement/mediaResource'),
  5398. (45, '分页查询广告资源接口', 'POST::/service-advertisement/mediaResources'),
  5399. (46, '广告策略添加接口', 'POST::/service-advertisement/mediaResourceStrategy'),
  5400. (47, '老OTA系统查询广告接口', 'GET::/service-advertisement/OTA/Ad/query'),
  5401. (48, '分页查询广告策略接口', 'POST::/service-advertisement/mediaResourceStrategies'),
  5402. (49, '取消广告策略接口', 'PUT::/unionService/adv/mediaResourceStrategy/cancel'),
  5403. (50, '查询广告策略中资源和设备关系接口', 'GET::/unionService/adv/mediaResourceStrategy/relation'),
  5404. (51, '查询设备状态接口', 'POST::/unionService/device/status');
  5405. INSERT INTO `permission` (`id`, `name`, `url`) VALUES
  5406. (52, '获取商品logo的OSS地址接口', 'GET::/unionService/AliOSS/store/logo/oss/url'),
  5407. (53, '获取配置OSS地址接口', 'GET::/unionService/AliOSS/deviceConfig/oss/url'),
  5408. (54, '获取更新包OSS地址接口', 'GET::/unionService/AliOSS/upgradePackage/oss/url'),
  5409. (55, '获取广告资源下载OSS地址接口', 'GET::/unionService/AliOSS/mediaResource/oss/url'),
  5410. (56, '获取支付二维码OSS地址接口', 'GET::/unionService/AliOSS/trade/oss/url'),
  5411. (57, '查看升级策略详情接口', 'GET::/unionService/OTA/upgradeStrategy/relation'),
  5412. (58, '分页查询更新历史接口', 'POST::/unionService/OTA/upgradeHistories'),
  5413. (59, '老OTA系统查询更新接口', 'POST::/service-ota/OTA/query'),
  5414. (60, '查询用户', 'GET::/service-user/user'),
  5415. (61, '查询权限', 'GET::/service-user/user/permissions');
  5416. INSERT INTO `permission` (`id`, `name`, `url`) VALUES
  5417. (62, '查询权限组', 'GET::/service-user/user/permissionGroups'),
  5418. (63, '创建用户', 'POST::/service-user/user/createUser'),
  5419. (64, '修改密码', 'POST::/service-user/user/changePassword'),
  5420. (65, '分配权限组', 'POST::/service-user/user/addUserPermissionGroup'),
  5421. (66, '移除权限组', 'POST::/service-user/user/removeUserPermissionGroup'),
  5422. (67, '商户门店订单汇总信息查询接口', 'GET::/unionService/orderStatistics/shopOrderSummary'),
  5423. (68, '商户门店订单详情统计查询接口', 'GET::/unionService/orderStatistics/shopOrderDetails'),
  5424. (69, '商户门店支付渠道收款统计查询接口', 'GET::/service-trade/tradeStatistics/payChannelSummary'),
  5425. (70, '商户门店日报统计查询接口', 'GET::/unionService/tradeStatistics/daily');
  5426. INSERT INTO `permission` (`id`, `name`, `url`) VALUES
  5427. (71, '商户门店支付方式占比统计查询接口', 'GET::/service-trade/tradeStatistics/payChannelProportion'),
  5428. (72, '商户支付渠道停用接口', 'PUT::/service-trade/payChannel/payChannelDisable'),
  5429. (73, '商户支付渠道启用接口', 'PUT::/service-trade/payChannel/payChannelEnable'),
  5430. (74, '订单及预付单统一生成接口', 'POST::/unionService/order/unionPayOrder'),
  5431. (75, 'POS端日交易汇总查询接口', 'GET::/unionService/tradeStatistics/payChannelSummaryForPos'),
  5432. (76, '门店列表', 'GET::/service-org/shop/list'),
  5433. (77, 'POS端退款申请接口', 'POST::/unionService/orderRefund/refund'),
  5434. (78, 'POS端日交易流水查询接口', 'GET::/service-trade/orderStatistics/shopOrderDetailsForPos'),
  5435. (80, '我的信息', 'GET::/service-user/user/me'),
  5436. (81, '会员卡充值订单生成接口', 'POST::/unionService/order/rechargeOrder');
  5437. INSERT INTO `permission` (`id`, `name`, `url`) VALUES
  5438. (82, '会员卡充值订单支付完成接口', 'POST::/unionService/order/rechargeOrderPaySuccess'),
  5439. (84, '会员卡支付接口', 'POST::/unionService/order/memberCardPay'),
  5440. (85, '微信点餐订单生成接口', 'POST::/unionService/order/wxOrder');
  5441. /*!40000 ALTER TABLE `permission` ENABLE KEYS */;
  5442. -- 导出 表 shenyangshitang.permission_group 结构
  5443. CREATE TABLE IF NOT EXISTS `permission_group` (
  5444. `id` int(11) NOT NULL AUTO_INCREMENT,
  5445. `name` varchar(20) DEFAULT NULL,
  5446. `parent` int(11) DEFAULT NULL,
  5447. PRIMARY KEY (`id`)
  5448. ) ENGINE=InnoDB AUTO_INCREMENT=75 DEFAULT CHARSET=utf8;
  5449. -- 正在导出表 shenyangshitang.permission_group 的数据:~70 rows (大约)
  5450. /*!40000 ALTER TABLE `permission_group` DISABLE KEYS */;
  5451. INSERT INTO `permission_group` (`id`, `name`, `parent`) VALUES
  5452. (1, '全部权限', NULL),
  5453. (2, '营销系统', 1),
  5454. (3, '账号系统', 1),
  5455. (4, '设备管理', 1),
  5456. (5, '交易管理', 1),
  5457. (6, '库存管理', 1),
  5458. (7, '集团管理', 2),
  5459. (8, '门店管理', 2),
  5460. (9, '广告管理', 2),
  5461. (10, '帐号管理', 3),
  5462. (11, '软件版本管理', 4),
  5463. (12, '设备MAC管理', 4),
  5464. (13, '升级策略管理', 4),
  5465. (14, '设备状态查询', 4),
  5466. (15, '配置策略管理', 4),
  5467. (16, '交易管理', 5),
  5468. (17, '商品管理', 6),
  5469. (18, '集团', 7),
  5470. (19, '集团支付账号', 7),
  5471. (20, '门店', 8),
  5472. (21, '广告资源管理', 9),
  5473. (22, '广告策略管理', 9),
  5474. (23, '版本列表', 11),
  5475. (24, '上传新版本', 11),
  5476. (25, '设备列表', 12),
  5477. (26, '设备导入', 12),
  5478. (27, '设备添加', 12),
  5479. (28, '升级策略列表', 13),
  5480. (29, '升级策略添加', 13),
  5481. (30, '设备状态', 14);
  5482. INSERT INTO `permission_group` (`id`, `name`, `parent`) VALUES
  5483. (31, '升级历史', 14),
  5484. (32, '配置策略列表', 15),
  5485. (33, '配置策略添加', 15),
  5486. (34, '交易日期统计', 16),
  5487. (35, '交易占比统计', 16),
  5488. (36, '商品列表', 17),
  5489. (37, '商品添加', 17),
  5490. (38, '门店添加', 8),
  5491. (39, '门店修改', 8),
  5492. (40, '集团添加', 7),
  5493. (41, '集团修改', 7),
  5494. (42, '集团添加支付渠道', 7),
  5495. (43, '集团修改支付渠道', 7),
  5496. (44, '门店详情', 8),
  5497. (45, '门店设备编辑', 8),
  5498. (46, '门店支付渠道', 8),
  5499. (47, '门店支付渠道添加', 8),
  5500. (48, '门店支付渠道修改', 8),
  5501. (49, '广告资源添加', 9),
  5502. (50, '广告策略添加', 9),
  5503. (51, '帐号修改', 3),
  5504. (52, '帐号添加', 3),
  5505. (53, '权限配置', 3),
  5506. (54, '设备修改', 12),
  5507. (55, '订单管理', 16),
  5508. (56, '交易统计', 16),
  5509. (57, '交易流水', 16),
  5510. (58, '商品修改', 17);
  5511. INSERT INTO `permission_group` (`id`, `name`, `parent`) VALUES
  5512. (63, '零售商品管理', 6),
  5513. (64, '零售商品列表', 63),
  5514. (65, '零售商品添加', 63),
  5515. (66, '零售商品修改', 63),
  5516. (67, '零售商品导入', 63),
  5517. (68, '餐桌', 8),
  5518. (69, '会员', 2),
  5519. (70, '会员管理', 69),
  5520. (71, '会员等级管理', 69),
  5521. (72, '会员详情', 69),
  5522. (73, '会员交易历史', 69),
  5523. (74, '商品分类', 17);
  5524. /*!40000 ALTER TABLE `permission_group` ENABLE KEYS */;
  5525. -- 导出 表 shenyangshitang.permission_group_permission 结构
  5526. CREATE TABLE IF NOT EXISTS `permission_group_permission` (
  5527. `permission_group` int(11) NOT NULL,
  5528. `permission` int(11) NOT NULL,
  5529. PRIMARY KEY (`permission_group`,`permission`),
  5530. KEY `FKpermission138307` (`permission_group`),
  5531. KEY `FKpermission124319` (`permission`),
  5532. CONSTRAINT `FKpermission124319` FOREIGN KEY (`permission`) REFERENCES `permission` (`id`),
  5533. CONSTRAINT `FKpermission138307` FOREIGN KEY (`permission_group`) REFERENCES `permission_group` (`id`)
  5534. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  5535. -- 正在导出表 shenyangshitang.permission_group_permission 的数据:~72 rows (大约)
  5536. /*!40000 ALTER TABLE `permission_group_permission` DISABLE KEYS */;
  5537. INSERT INTO `permission_group_permission` (`permission_group`, `permission`) VALUES
  5538. (1, 1),
  5539. (1, 2),
  5540. (1, 3),
  5541. (1, 4),
  5542. (1, 5),
  5543. (1, 6),
  5544. (1, 7),
  5545. (1, 8),
  5546. (1, 9),
  5547. (1, 10),
  5548. (1, 11),
  5549. (1, 12),
  5550. (1, 13),
  5551. (1, 14),
  5552. (1, 15),
  5553. (1, 16),
  5554. (1, 17),
  5555. (1, 18),
  5556. (1, 19),
  5557. (1, 20),
  5558. (1, 21),
  5559. (1, 22),
  5560. (1, 23),
  5561. (1, 24),
  5562. (1, 25),
  5563. (1, 26),
  5564. (1, 27),
  5565. (1, 28),
  5566. (1, 29),
  5567. (1, 31),
  5568. (1, 32),
  5569. (1, 33),
  5570. (1, 35),
  5571. (1, 36),
  5572. (1, 37),
  5573. (1, 38),
  5574. (1, 39),
  5575. (1, 40),
  5576. (1, 41),
  5577. (1, 42),
  5578. (1, 43),
  5579. (1, 44),
  5580. (1, 45),
  5581. (1, 46),
  5582. (1, 47),
  5583. (1, 48),
  5584. (1, 49),
  5585. (1, 51),
  5586. (1, 52),
  5587. (1, 53),
  5588. (1, 54),
  5589. (1, 55),
  5590. (1, 56),
  5591. (1, 57),
  5592. (1, 58),
  5593. (1, 59),
  5594. (1, 61),
  5595. (1, 62),
  5596. (1, 63),
  5597. (1, 64),
  5598. (1, 65),
  5599. (1, 66),
  5600. (1, 67),
  5601. (1, 68),
  5602. (1, 69),
  5603. (1, 70),
  5604. (1, 71),
  5605. (1, 72),
  5606. (1, 73),
  5607. (1, 74),
  5608. (1, 76),
  5609. (1, 80);
  5610. /*!40000 ALTER TABLE `permission_group_permission` ENABLE KEYS */;
  5611. -- 导出 表 shenyangshitang.shop 结构
  5612. CREATE TABLE IF NOT EXISTS `shop` (
  5613. `id` int(11) NOT NULL AUTO_INCREMENT,
  5614. `name` varchar(100) NOT NULL,
  5615. `org` int(11) NOT NULL,
  5616. `province` varchar(50) NOT NULL,
  5617. `city` varchar(50) NOT NULL,
  5618. `address` varchar(100) DEFAULT NULL,
  5619. `phone` varchar(20) DEFAULT NULL,
  5620. `openhours` varchar(100) DEFAULT NULL,
  5621. `image` varchar(200) DEFAULT NULL,
  5622. `comment` varchar(200) DEFAULT NULL,
  5623. `payeeType` varchar(20) NOT NULL,
  5624. `posnum` int(11) DEFAULT '0',
  5625. `membernum` int(11) DEFAULT '0',
  5626. `membertype` varchar(2) DEFAULT '2',
  5627. `create_date` datetime DEFAULT CURRENT_TIMESTAMP,
  5628. `status` varchar(1) DEFAULT '1',
  5629. PRIMARY KEY (`id`),
  5630. KEY `FK_SHOP_REFERENCE_ORG_idx` (`org`),
  5631. CONSTRAINT `FK_SHOP_REFERENCE_ORG` FOREIGN KEY (`org`) REFERENCES `org` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
  5632. ) ENGINE=InnoDB AUTO_INCREMENT=314 DEFAULT CHARSET=utf8;
  5633. -- 正在导出表 shenyangshitang.shop 的数据:~0 rows (大约)
  5634. /*!40000 ALTER TABLE `shop` DISABLE KEYS */;
  5635. /*!40000 ALTER TABLE `shop` ENABLE KEYS */;
  5636. -- 导出 表 shenyangshitang.tables 结构
  5637. CREATE TABLE IF NOT EXISTS `tables` (
  5638. `id` int(11) NOT NULL AUTO_INCREMENT,
  5639. `shop_id` int(11) NOT NULL,
  5640. `table_name` varchar(255) NOT NULL,
  5641. `comment` varchar(255) DEFAULT NULL,
  5642. `seats` int(11) DEFAULT NULL,
  5643. `group_id` int(11) DEFAULT NULL,
  5644. `order_id` varchar(255) DEFAULT NULL,
  5645. PRIMARY KEY (`id`),
  5646. UNIQUE KEY `u_index_shop_name` (`shop_id`,`table_name`)
  5647. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  5648. -- 正在导出表 shenyangshitang.tables 的数据:~29 rows (大约)
  5649. /*!40000 ALTER TABLE `tables` DISABLE KEYS */;
  5650. /*!40000 ALTER TABLE `tables` ENABLE KEYS */;
  5651. -- 导出 表 shenyangshitang.table_groups 结构
  5652. CREATE TABLE IF NOT EXISTS `table_groups` (
  5653. `id` int(11) NOT NULL AUTO_INCREMENT,
  5654. `shop_id` int(11) NOT NULL,
  5655. `group_name` varchar(255) NOT NULL,
  5656. PRIMARY KEY (`id`),
  5657. UNIQUE KEY `u_index_shop_name` (`shop_id`,`group_name`) USING BTREE
  5658. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  5659. -- 正在导出表 shenyangshitang.table_groups 的数据:~2 rows (大约)
  5660. /*!40000 ALTER TABLE `table_groups` DISABLE KEYS */;
  5661. /*!40000 ALTER TABLE `table_groups` ENABLE KEYS */;
  5662. -- 导出 表 shenyangshitang.trade_mch_pay_channel 结构
  5663. CREATE TABLE IF NOT EXISTS `trade_mch_pay_channel` (
  5664. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  5665. `org_id` int(11) NOT NULL DEFAULT '0' COMMENT '组织机构Id',
  5666. `shop_id` int(11) NOT NULL DEFAULT '0' COMMENT '门店Id',
  5667. `appid` varchar(64) NOT NULL DEFAULT '' COMMENT '公众账号ID',
  5668. `mch_id` varchar(64) NOT NULL DEFAULT '' COMMENT '第三方平台商户号',
  5669. `sub_appid` varchar(64) NOT NULL DEFAULT '' COMMENT '子商户公众账号ID',
  5670. `sub_mch_id` varchar(64) NOT NULL DEFAULT '' COMMENT '第三方平台子商户号',
  5671. `secret_key` varchar(128) NOT NULL DEFAULT '' COMMENT '第三方平台密钥',
  5672. `app_secret_key` varchar(128) NOT NULL DEFAULT '' COMMENT '公众号密钥',
  5673. `private_key` varchar(4096) NOT NULL DEFAULT '' COMMENT '私钥(支付宝用)',
  5674. `public_key` varchar(4096) NOT NULL DEFAULT '' COMMENT '公钥(支付宝用)',
  5675. `pay_type` varchar(16) NOT NULL DEFAULT '' COMMENT '付款方式编号@1:微信支付@2:支付宝支付@3:银行卡支付@4:微信转账@:5支付宝转账@6:现金支付@7:会员卡支付@8:当面资金授权支付@9:银联二维码支付',
  5676. `image_url` varchar(256) NOT NULL DEFAULT '' COMMENT '转账汇款图片URL',
  5677. `cert` blob COMMENT '证书',
  5678. `version` int(11) NOT NULL DEFAULT '1' COMMENT '版本号(乐观锁)',
  5679. `is_enable` char(1) NOT NULL DEFAULT '1' COMMENT '是否启用@0未启用@1启用',
  5680. `shop_no` varchar(128) NOT NULL DEFAULT '' COMMENT '门店号(银商专用)',
  5681. `priority` tinyint(4) NOT NULL DEFAULT '1' COMMENT '优先顺序',
  5682. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5683. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5684. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5685. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5686. PRIMARY KEY (`id`),
  5687. KEY `Index 2` (`org_id`,`shop_id`,`pay_type`,`is_enable`)
  5688. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='交易系统商户第三方支付平台支付信息';
  5689. -- 正在导出表 shenyangshitang.trade_mch_pay_channel 的数据:~0 rows (大约)
  5690. /*!40000 ALTER TABLE `trade_mch_pay_channel` DISABLE KEYS */;
  5691. /*!40000 ALTER TABLE `trade_mch_pay_channel` ENABLE KEYS */;
  5692. -- 导出 表 shenyangshitang.trade_pay_order 结构
  5693. CREATE TABLE IF NOT EXISTS `trade_pay_order` (
  5694. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  5695. `order_number` varchar(64) NOT NULL DEFAULT '' COMMENT '订单编号',
  5696. `trade_id` varchar(64) NOT NULL DEFAULT '' COMMENT '聚合支付平台交易单号',
  5697. `outer_order_number` varchar(64) NOT NULL DEFAULT '' COMMENT '第三方交易平台流水号',
  5698. `pay_type` varchar(16) NOT NULL DEFAULT '' COMMENT '付款方式编号@1:微信支付@2:支付宝支付@3:银行卡支付@4:微信转账@:5支付宝转账@6:现金支付@7:会员卡支付@8:当面资金授权支付@9:银联二维码支付',
  5699. `order_amount` decimal(15,0) NOT NULL DEFAULT '0' COMMENT '订单金额(单位分)',
  5700. `real_pay_amount` decimal(15,0) NOT NULL DEFAULT '0' COMMENT '订单实付金额(单位分)',
  5701. `discount_amount` decimal(15,0) NOT NULL DEFAULT '0' COMMENT '折扣金额(单位分)',
  5702. `notify_url` varchar(128) NOT NULL DEFAULT '' COMMENT '支付成功通知回调',
  5703. `refund_notify_url` varchar(128) NOT NULL DEFAULT '' COMMENT '退款成功通知回调',
  5704. `order_status` varchar(18) NOT NULL DEFAULT '1' COMMENT '订单状态\r\n POS端:@1:待付款@2:已付款(待确认)@3:退款中@4:已退款@5:订单取消\r\n 微信点餐:@1:待付款@2:已付款(待确认)@5已确认(出餐中)@6待取餐@7已取餐@3:退款中@4:已退款@5:订单取消',
  5705. `order_type` varchar(18) NOT NULL DEFAULT '1' COMMENT '订单类型@1正常订单@2POS端补录订单@3会员卡充值订单@4微信点餐订单',
  5706. `time_expire` varchar(32) NOT NULL DEFAULT '' COMMENT '订单超时时间(yyyyMMddHHmmss)',
  5707. `pay_status` char(1) NOT NULL COMMENT '支付状态@0:未支付@1:已支付',
  5708. `pay_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '支付成功时间',
  5709. `code_url` varchar(512) NOT NULL DEFAULT '' COMMENT '支付二维码',
  5710. `refund_number` varchar(32) NOT NULL DEFAULT '' COMMENT '退单流水编号',
  5711. `version` int(11) NOT NULL DEFAULT '1' COMMENT '版本号(乐观锁)',
  5712. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5713. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5714. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5715. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5716. PRIMARY KEY (`id`),
  5717. KEY `Index 2` (`order_number`,`pay_type`)
  5718. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='交易管理业务系统预付单信息表';
  5719. -- 正在导出表 shenyangshitang.trade_pay_order 的数据:~0 rows (大约)
  5720. /*!40000 ALTER TABLE `trade_pay_order` DISABLE KEYS */;
  5721. /*!40000 ALTER TABLE `trade_pay_order` ENABLE KEYS */;
  5722. -- 导出 表 shenyangshitang.trade_pay_type_dict 结构
  5723. CREATE TABLE IF NOT EXISTS `trade_pay_type_dict` (
  5724. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  5725. `pay_type` varchar(16) NOT NULL DEFAULT '' COMMENT '付款方式编号@1:微信支付@2:支付宝支付@3:银行卡支付@4:微信转账@:5支付宝转账@6:现金支付@7:会员卡支付@8:当面资金授权支付@9:银联二维码支付',
  5726. `pay_platform_type` varchar(16) NOT NULL DEFAULT '' COMMENT '对应聚合支付平台类型\r\n @1:微信扫码支付\r\n @2:支付宝扫码支付\r\n @3:支付宝当面资金授权支付\r\n @4:银联二维码支付\r\n ',
  5727. `pay_platform_domain_url` varchar(128) NOT NULL DEFAULT '' COMMENT '聚合支付平台url前缀',
  5728. `name` varchar(32) NOT NULL DEFAULT '' COMMENT '支付方式名称',
  5729. `description` varchar(64) NOT NULL DEFAULT '' COMMENT '支付方式提示描述',
  5730. `pay_fee_rate` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '支付通道费用率',
  5731. `is_enable` char(1) NOT NULL DEFAULT '1' COMMENT '是否启用@0未启用@1启用',
  5732. `notify_url` varchar(128) NOT NULL DEFAULT '' COMMENT '交易管理支付成功通知回调URL',
  5733. `refund_notify_url` varchar(128) NOT NULL DEFAULT '' COMMENT '退款成功通知回调',
  5734. `is_show` char(1) NOT NULL DEFAULT '1' COMMENT '查询是否显示@0不显示@1显示(如现金默认忽略)',
  5735. `priority` tinyint(4) NOT NULL DEFAULT '1' COMMENT '优先顺序',
  5736. `version` int(11) NOT NULL DEFAULT '1' COMMENT '版本号(乐观锁)',
  5737. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5738. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5739. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5740. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5741. PRIMARY KEY (`id`)
  5742. ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8 COMMENT='交易管理系统支付方式信息';
  5743. -- 正在导出表 shenyangshitang.trade_pay_type_dict 的数据:~18 rows (大约)
  5744. /*!40000 ALTER TABLE `trade_pay_type_dict` DISABLE KEYS */;
  5745. INSERT INTO `trade_pay_type_dict` (`id`, `pay_type`, `pay_platform_type`, `pay_platform_domain_url`, `name`, `description`, `pay_fee_rate`, `is_enable`, `notify_url`, `refund_notify_url`, `is_show`, `priority`, `version`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  5746. (1, '1', '1', 'http://47.93.28.53:8080/service-payment/', '微信扫码支付', '', 0.00, '1', 'http://47.93.28.53:8080/unionService/payNotify/paySuccessNotify', 'http://47.93.28.53:8080/service-trade/payNotify/refundSuccessNotify', '1', 8, 1, '2018-02-22 14:56:41', 'system', 'system', '2018-02-22 14:56:41'),
  5747. (2, '2', '2', 'http://47.93.28.53:8080/service-payment/', '支付宝扫码支付', '', 0.00, '1', 'http://47.93.28.53:8080/unionService/payNotify/paySuccessNotify', 'http://47.93.28.53:8080/service-trade/payNotify/refundSuccessNotify', '1', 7, 1, '2018-02-22 14:58:01', 'system', 'system', '2018-02-22 14:58:01');
  5748. INSERT INTO `trade_pay_type_dict` (`id`, `pay_type`, `pay_platform_type`, `pay_platform_domain_url`, `name`, `description`, `pay_fee_rate`, `is_enable`, `notify_url`, `refund_notify_url`, `is_show`, `priority`, `version`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  5749. (3, '3', '', '', '银行卡支付', '', 0.00, '1', '', '', '1', 1, 1, '2018-02-22 14:58:19', 'system', 'system', '2018-02-22 14:58:19'),
  5750. (4, '4', '', '', '微信转账', '', 0.00, '1', '', '', '1', 6, 1, '2018-02-22 14:58:32', 'system', 'system', '2018-02-22 14:58:32'),
  5751. (5, '5', '', '', '支付宝转账', '', 0.00, '1', '', '', '1', 5, 1, '2018-02-22 14:58:43', 'system', 'system', '2018-02-22 14:58:43'),
  5752. (6, '6', '', '', '现金支付', '', 0.00, '1', '', '', '0', 9, 1, '2018-02-22 14:58:55', 'system', 'system', '2018-02-22 14:58:55');
  5753. INSERT INTO `trade_pay_type_dict` (`id`, `pay_type`, `pay_platform_type`, `pay_platform_domain_url`, `name`, `description`, `pay_fee_rate`, `is_enable`, `notify_url`, `refund_notify_url`, `is_show`, `priority`, `version`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  5754. (7, '7', '', '', '会员卡支付', '', 0.00, '1', '', '', '1', 1, 1, '2018-02-22 14:59:11', 'system', 'system', '2018-02-22 14:59:11'),
  5755. (8, '8', '3', '', '支付宝当面资金授权支付', '', 0.00, '0', 'http://localhost:8080', '', '1', 4, 1, '2018-02-22 14:59:30', 'system', 'system', '2018-02-22 14:59:30'),
  5756. (9, '9', '4', '', '银联二维码支付', '', 0.00, '0', '', '', '1', 1, 1, '2018-02-22 14:59:42', 'system', 'system', '2018-02-22 14:59:42'),
  5757. (11, '10', '', '', '饭卡(易石)', '', 0.00, '1', '', '', '1', 1, 1, '2018-05-14 09:20:31', 'system', 'system', '2018-05-14 09:20:31');
  5758. INSERT INTO `trade_pay_type_dict` (`id`, `pay_type`, `pay_platform_type`, `pay_platform_domain_url`, `name`, `description`, `pay_fee_rate`, `is_enable`, `notify_url`, `refund_notify_url`, `is_show`, `priority`, `version`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  5759. (12, '21', '', '', '微信支付(甘肃银行)', '', 0.00, '1', '', '', '1', 1, 1, '2018-05-14 09:21:47', 'system', 'system', '2018-05-14 09:21:47'),
  5760. (13, '22', '', '', '支付宝(甘肃银行)', '', 0.00, '1', '', '', '1', 1, 1, '2018-05-14 09:22:15', 'system', 'system', '2018-05-14 09:22:15'),
  5761. (14, '11', '', '', '人脸支付', '', 0.00, '1', '', '', '1', 1, 1, '2018-05-21 15:22:58', 'system', 'system', '2018-05-21 15:22:58'),
  5762. (15, '23', '', '', '银行卡(银商)', '', 0.00, '1', '', '', '1', 1, 1, '2018-05-21 15:23:29', 'system', 'system', '2018-05-21 15:23:29');
  5763. INSERT INTO `trade_pay_type_dict` (`id`, `pay_type`, `pay_platform_type`, `pay_platform_domain_url`, `name`, `description`, `pay_fee_rate`, `is_enable`, `notify_url`, `refund_notify_url`, `is_show`, `priority`, `version`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  5764. (16, '24', '', '', '银行卡(付临门)', '', 0.00, '1', '', '', '1', 1, 1, '2018-05-21 15:24:06', 'system', 'system', '2018-05-21 15:24:06'),
  5765. (17, '18', '', 'http://0521ce68.ngrok.io/service-trade/order/oneCodePayOrder', '一码付', '', 0.00, '1', '', '', '1', 1, 1, '2018-05-28 15:24:06', 'system', 'system', '2018-05-28 15:24:06');
  5766. INSERT INTO `trade_pay_type_dict` (`id`, `pay_type`, `pay_platform_type`, `pay_platform_domain_url`, `name`, `description`, `pay_fee_rate`, `is_enable`, `notify_url`, `refund_notify_url`, `is_show`, `priority`, `version`, `created_at`, `created_by`, `updated_by`, `updated_at`) VALUES
  5767. (18, '12', '5', 'http://47.93.28.53:8080/service-payment/', '微信支付(服务号)', '', 0.00, '1', 'http://47.93.28.53:8080/unionService/payNotify/paySuccessNotify', 'http://47.93.28.53:8080/service-trade/payNotify/refundSuccessNotify', '1', 8, 1, '2018-02-22 14:56:41', 'system', 'system', '2018-02-22 14:56:41'),
  5768. (19, '13', '', '', '饭卡(沈阳食堂)', '饭卡(沈阳食堂)', 0.00, '1', '', '', '1', 10, 1, '2018-02-22 14:56:41', 'system', 'system', '2018-02-22 14:56:41');
  5769. /*!40000 ALTER TABLE `trade_pay_type_dict` ENABLE KEYS */;
  5770. -- 导出 表 shenyangshitang.trade_settlement_info 结构
  5771. CREATE TABLE IF NOT EXISTS `trade_settlement_info` (
  5772. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  5773. `org_id` int(11) NOT NULL DEFAULT '0' COMMENT '组织机构Id',
  5774. `shop_id` int(11) NOT NULL DEFAULT '0' COMMENT '门店Id',
  5775. `settlement_type` char(1) NOT NULL DEFAULT '' COMMENT '结算类型@1:集团结算@2:门店结算',
  5776. `mcode` varchar(32) NOT NULL DEFAULT '' COMMENT '商户号',
  5777. `secret_key` varchar(128) NOT NULL DEFAULT '' COMMENT '密钥',
  5778. `mch_name` varchar(128) NOT NULL DEFAULT '' COMMENT '商户名称',
  5779. `version` int(11) DEFAULT '1' COMMENT '版本号(乐观锁)',
  5780. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5781. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5782. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5783. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5784. PRIMARY KEY (`id`),
  5785. KEY `Index 2` (`shop_id`,`org_id`)
  5786. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='交易管理交易商户结算信息';
  5787. -- 正在导出表 shenyangshitang.trade_settlement_info 的数据:~0 rows (大约)
  5788. /*!40000 ALTER TABLE `trade_settlement_info` DISABLE KEYS */;
  5789. /*!40000 ALTER TABLE `trade_settlement_info` ENABLE KEYS */;
  5790. -- 导出 表 shenyangshitang.upgrade_package 结构
  5791. CREATE TABLE IF NOT EXISTS `upgrade_package` (
  5792. `id` int(11) NOT NULL AUTO_INCREMENT,
  5793. `file_name` varchar(255) NOT NULL DEFAULT '' COMMENT '文件名称',
  5794. `file_path` varchar(255) NOT NULL DEFAULT '' COMMENT '文件路径',
  5795. `file_size` int(11) NOT NULL DEFAULT '0' COMMENT '文件大小',
  5796. `md5_code` varchar(255) NOT NULL DEFAULT '' COMMENT '升级包md5',
  5797. `file_type` int(2) NOT NULL DEFAULT '0' COMMENT '文件类型0:增量包 1:全量包',
  5798. `version_code` varchar(255) NOT NULL DEFAULT '' COMMENT '版本',
  5799. `prev_package_id` int(11) NOT NULL DEFAULT '0' COMMENT '上个版本id',
  5800. `manufacturer` varchar(50) NOT NULL DEFAULT '' COMMENT '厂商',
  5801. `device_type` varchar(50) NOT NULL DEFAULT '' COMMENT '设备',
  5802. `device_model` varchar(50) NOT NULL DEFAULT '' COMMENT '设备型号',
  5803. `customer` varchar(50) NOT NULL DEFAULT '' COMMENT '客户',
  5804. `created_by` int(11) NOT NULL DEFAULT '0' COMMENT '创建人',
  5805. `created_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5806. `last_modified_by` int(11) NOT NULL DEFAULT '0' COMMENT '修改人',
  5807. `last_modified_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间',
  5808. `status` int(2) NOT NULL DEFAULT '0' COMMENT '数据状态 0:可用;1删除;2:停用',
  5809. `release_note` varchar(1024) NOT NULL COMMENT 'PDA_ReleaseNote',
  5810. `organization_id` int(11) NOT NULL DEFAULT '0' COMMENT '组织id(集团)',
  5811. PRIMARY KEY (`id`),
  5812. KEY `Index 2` (`id`,`status`)
  5813. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='升级包表';
  5814. -- 正在导出表 shenyangshitang.upgrade_package 的数据:~0 rows (大约)
  5815. /*!40000 ALTER TABLE `upgrade_package` DISABLE KEYS */;
  5816. /*!40000 ALTER TABLE `upgrade_package` ENABLE KEYS */;
  5817. -- 导出 表 shenyangshitang.upgrade_strategy 结构
  5818. CREATE TABLE IF NOT EXISTS `upgrade_strategy` (
  5819. `id` int(11) NOT NULL AUTO_INCREMENT,
  5820. `group_id` int(11) NOT NULL DEFAULT '0' COMMENT '策略id',
  5821. `device_id` int(11) NOT NULL DEFAULT '0' COMMENT '设备id',
  5822. `package_id` int(11) NOT NULL DEFAULT '0' COMMENT '更新包id',
  5823. `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新成功时间',
  5824. `update_status` int(2) NOT NULL DEFAULT '0' COMMENT '更新状态 (0:未更新;1:已更新)',
  5825. `status` int(2) NOT NULL DEFAULT '0' COMMENT '状态 0:正常 1:取消',
  5826. PRIMARY KEY (`id`),
  5827. UNIQUE KEY `unique_device_id_package_id_group_id` (`device_id`,`package_id`,`group_id`) USING BTREE,
  5828. KEY `FK_upgrade_strategy_upgrade_strategy_group` (`group_id`),
  5829. KEY `FK_upgrade_strategy_upgrade_package` (`package_id`),
  5830. CONSTRAINT `FK_upgrade_strategy_device` FOREIGN KEY (`device_id`) REFERENCES `device` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
  5831. CONSTRAINT `FK_upgrade_strategy_upgrade_package` FOREIGN KEY (`package_id`) REFERENCES `upgrade_package` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
  5832. CONSTRAINT `FK_upgrade_strategy_upgrade_strategy_group` FOREIGN KEY (`group_id`) REFERENCES `upgrade_strategy_group` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
  5833. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='升级策略设备更新包表';
  5834. -- 正在导出表 shenyangshitang.upgrade_strategy 的数据:~0 rows (大约)
  5835. /*!40000 ALTER TABLE `upgrade_strategy` DISABLE KEYS */;
  5836. /*!40000 ALTER TABLE `upgrade_strategy` ENABLE KEYS */;
  5837. -- 导出 表 shenyangshitang.upgrade_strategy_group 结构
  5838. CREATE TABLE IF NOT EXISTS `upgrade_strategy_group` (
  5839. `id` int(11) NOT NULL AUTO_INCREMENT,
  5840. `strategy_name` varchar(255) NOT NULL DEFAULT '' COMMENT '策略名称',
  5841. `package_id` int(11) NOT NULL DEFAULT '0' COMMENT '更新包id',
  5842. `upgrade_start_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '升级开始时间',
  5843. `upgrade_end_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '升级结束时间',
  5844. `is_force` int(2) NOT NULL DEFAULT '1' COMMENT '是否强制升级0:否;1:是',
  5845. `organization_id` int(11) NOT NULL DEFAULT '0' COMMENT '组织id(集团)',
  5846. `created_by` int(11) NOT NULL DEFAULT '0' COMMENT '创建人',
  5847. `created_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5848. `last_modified_by` int(11) NOT NULL DEFAULT '0' COMMENT '修改人',
  5849. `last_modified_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间',
  5850. `status` int(2) NOT NULL DEFAULT '0' COMMENT '策略状态:0:可用1:取消',
  5851. PRIMARY KEY (`id`),
  5852. KEY `FK_upgrade_strategy_group_upgrade_patch` (`package_id`),
  5853. CONSTRAINT `FK_upgrade_strategy_group_upgrade_patch` FOREIGN KEY (`package_id`) REFERENCES `upgrade_package` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
  5854. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='升级策略表';
  5855. -- 正在导出表 shenyangshitang.upgrade_strategy_group 的数据:~0 rows (大约)
  5856. /*!40000 ALTER TABLE `upgrade_strategy_group` DISABLE KEYS */;
  5857. /*!40000 ALTER TABLE `upgrade_strategy_group` ENABLE KEYS */;
  5858. -- 导出 表 shenyangshitang.user_info 结构
  5859. CREATE TABLE IF NOT EXISTS `user_info` (
  5860. `id` int(11) NOT NULL AUTO_INCREMENT,
  5861. `username` varchar(20) NOT NULL,
  5862. `nickname` varchar(20) DEFAULT NULL,
  5863. `password` varchar(60) NOT NULL,
  5864. `role` varchar(20) NOT NULL,
  5865. `org` int(11) DEFAULT NULL,
  5866. `activated` bit(1) NOT NULL DEFAULT b'1',
  5867. PRIMARY KEY (`id`),
  5868. UNIQUE KEY `user_info_username_uindex` (`username`,`activated`) USING BTREE,
  5869. KEY `FK_USER_INF_REFERENCE_ORG_idx` (`org`),
  5870. CONSTRAINT `FK_USER_INF_REFERENCE_ORG` FOREIGN KEY (`org`) REFERENCES `org` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
  5871. ) ENGINE=InnoDB AUTO_INCREMENT=231 DEFAULT CHARSET=utf8;
  5872. -- 正在导出表 shenyangshitang.user_info 的数据:~1 rows (大约)
  5873. /*!40000 ALTER TABLE `user_info` DISABLE KEYS */;
  5874. INSERT INTO `user_info` (`id`, `username`, `nickname`, `password`, `role`, `org`, `activated`) VALUES
  5875. (2, 'sa', NULL, '$2a$10$ByesSJi9m4WpXKYDMxsBie9x4Zdq6B4Ojuw2g7E3WNE6y5sqBXoT2', 'sa', NULL, b'1');
  5876. /*!40000 ALTER TABLE `user_info` ENABLE KEYS */;
  5877. -- 导出 表 shenyangshitang.user_pay_info 结构
  5878. CREATE TABLE IF NOT EXISTS `user_pay_info` (
  5879. `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  5880. `login_name` varchar(32) DEFAULT '' COMMENT '登录账号',
  5881. `mobile` varchar(16) NOT NULL DEFAULT '' COMMENT '手机号',
  5882. `email` varchar(128) NOT NULL DEFAULT '' COMMENT '电子邮件',
  5883. `password` varchar(128) NOT NULL DEFAULT '' COMMENT '登录密码',
  5884. `nike_name` varchar(64) NOT NULL DEFAULT '' COMMENT '昵称',
  5885. `status` char(1) NOT NULL DEFAULT '' COMMENT '用户状态@1启用@2冻结',
  5886. `auth_type` char(1) DEFAULT '' COMMENT '认证类型@1个人认证@企业认证',
  5887. `auth_status` char(1) DEFAULT '' COMMENT '认证状态@1未申请@2待审核@3已通过',
  5888. `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  5889. `created_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '创建者(系统,员工)',
  5890. `updated_by` varchar(50) NOT NULL DEFAULT 'system' COMMENT '更新者(系统,员工)',
  5891. `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
  5892. PRIMARY KEY (`id`)
  5893. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='支付用户信息';
  5894. -- 正在导出表 shenyangshitang.user_pay_info 的数据:~0 rows (大约)
  5895. /*!40000 ALTER TABLE `user_pay_info` DISABLE KEYS */;
  5896. /*!40000 ALTER TABLE `user_pay_info` ENABLE KEYS */;
  5897. -- 导出 表 shenyangshitang.user_permission_group 结构
  5898. CREATE TABLE IF NOT EXISTS `user_permission_group` (
  5899. `user` int(11) NOT NULL,
  5900. `permission_group` int(11) NOT NULL,
  5901. PRIMARY KEY (`user`,`permission_group`),
  5902. KEY `FKuser_info_565551` (`user`),
  5903. KEY `FKuser_info_102020` (`permission_group`)
  5904. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  5905. -- 正在导出表 shenyangshitang.user_permission_group 的数据:~3,905 rows (大约)
  5906. /*!40000 ALTER TABLE `user_permission_group` DISABLE KEYS */;
  5907. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  5908. (2, 10),
  5909. (2, 18),
  5910. (2, 20),
  5911. (2, 25),
  5912. (2, 38),
  5913. (2, 39),
  5914. (2, 40),
  5915. (2, 41),
  5916. (2, 44),
  5917. (2, 45),
  5918. (2, 51),
  5919. (2, 52),
  5920. (2, 53),
  5921. (2, 54),
  5922. (2, 68),
  5923. (2, 69),
  5924. (2, 70),
  5925. (2, 71),
  5926. (2, 72),
  5927. (2, 73),
  5928. (4, 10),
  5929. (4, 18),
  5930. (4, 19),
  5931. (4, 20),
  5932. (4, 21),
  5933. (4, 22),
  5934. (4, 23),
  5935. (4, 24),
  5936. (4, 25),
  5937. (4, 26),
  5938. (4, 27),
  5939. (4, 28),
  5940. (4, 29),
  5941. (4, 30),
  5942. (4, 31),
  5943. (4, 32),
  5944. (4, 33),
  5945. (4, 34),
  5946. (4, 35),
  5947. (4, 36),
  5948. (4, 37),
  5949. (4, 38),
  5950. (4, 39),
  5951. (4, 40),
  5952. (4, 41),
  5953. (4, 42),
  5954. (4, 43),
  5955. (4, 44),
  5956. (4, 45),
  5957. (4, 49),
  5958. (4, 50),
  5959. (4, 51),
  5960. (4, 52),
  5961. (4, 53),
  5962. (4, 54),
  5963. (4, 55),
  5964. (4, 56),
  5965. (4, 57),
  5966. (4, 58),
  5967. (5, 10),
  5968. (5, 18),
  5969. (5, 19),
  5970. (5, 20),
  5971. (5, 21),
  5972. (5, 22),
  5973. (5, 23),
  5974. (5, 24),
  5975. (5, 25),
  5976. (5, 26),
  5977. (5, 27),
  5978. (5, 28),
  5979. (5, 29),
  5980. (5, 30),
  5981. (5, 31),
  5982. (5, 32),
  5983. (5, 33),
  5984. (5, 34);
  5985. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  5986. (5, 35),
  5987. (5, 36),
  5988. (5, 37),
  5989. (5, 38),
  5990. (5, 39),
  5991. (5, 40),
  5992. (5, 41),
  5993. (5, 42),
  5994. (5, 43),
  5995. (5, 44),
  5996. (5, 45),
  5997. (5, 46),
  5998. (5, 47),
  5999. (5, 48),
  6000. (5, 49),
  6001. (5, 50),
  6002. (5, 51),
  6003. (5, 52),
  6004. (5, 53),
  6005. (5, 54),
  6006. (5, 55),
  6007. (5, 56),
  6008. (5, 57),
  6009. (5, 58),
  6010. (12, 1),
  6011. (13, 1),
  6012. (14, 1),
  6013. (15, 1),
  6014. (16, 1),
  6015. (17, 1),
  6016. (18, 1),
  6017. (20, 1),
  6018. (21, 1),
  6019. (23, 1),
  6020. (24, 1),
  6021. (25, 1),
  6022. (26, 1),
  6023. (27, 10),
  6024. (27, 18),
  6025. (27, 19),
  6026. (27, 20),
  6027. (27, 21),
  6028. (27, 22),
  6029. (27, 23),
  6030. (27, 24),
  6031. (27, 25),
  6032. (27, 26),
  6033. (27, 27),
  6034. (27, 28),
  6035. (27, 29),
  6036. (27, 30),
  6037. (27, 31),
  6038. (27, 32),
  6039. (27, 33),
  6040. (27, 34),
  6041. (27, 35),
  6042. (27, 36),
  6043. (27, 37),
  6044. (27, 38),
  6045. (27, 39),
  6046. (27, 40),
  6047. (27, 41),
  6048. (27, 42),
  6049. (27, 43),
  6050. (27, 44),
  6051. (27, 45),
  6052. (27, 46),
  6053. (27, 47),
  6054. (27, 48),
  6055. (27, 49),
  6056. (27, 50),
  6057. (27, 51),
  6058. (27, 52),
  6059. (27, 53);
  6060. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6061. (27, 54),
  6062. (27, 55),
  6063. (27, 56),
  6064. (27, 57),
  6065. (27, 58),
  6066. (28, 1),
  6067. (29, 1),
  6068. (30, 1),
  6069. (31, 10),
  6070. (32, 1),
  6071. (33, 1),
  6072. (34, 1),
  6073. (35, 1),
  6074. (36, 1),
  6075. (37, 10),
  6076. (37, 18),
  6077. (37, 19),
  6078. (37, 20),
  6079. (37, 21),
  6080. (37, 22),
  6081. (37, 23),
  6082. (37, 24),
  6083. (37, 25),
  6084. (37, 26),
  6085. (37, 27),
  6086. (37, 28),
  6087. (37, 29),
  6088. (37, 30),
  6089. (37, 31),
  6090. (37, 32),
  6091. (37, 33),
  6092. (37, 34),
  6093. (37, 35),
  6094. (37, 36),
  6095. (37, 37),
  6096. (37, 38),
  6097. (37, 39),
  6098. (37, 40),
  6099. (37, 41),
  6100. (37, 42),
  6101. (37, 43),
  6102. (37, 44),
  6103. (37, 45),
  6104. (37, 49),
  6105. (37, 50),
  6106. (37, 51),
  6107. (37, 52),
  6108. (37, 53),
  6109. (37, 54),
  6110. (37, 55),
  6111. (37, 56),
  6112. (37, 57),
  6113. (37, 58),
  6114. (38, 10),
  6115. (38, 18),
  6116. (38, 19),
  6117. (38, 20),
  6118. (38, 21),
  6119. (38, 22),
  6120. (38, 23),
  6121. (38, 24),
  6122. (38, 25),
  6123. (38, 26),
  6124. (38, 27),
  6125. (38, 28),
  6126. (38, 29),
  6127. (38, 30),
  6128. (38, 31),
  6129. (38, 32),
  6130. (38, 33),
  6131. (38, 34);
  6132. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6133. (38, 35),
  6134. (38, 36),
  6135. (38, 37),
  6136. (38, 38),
  6137. (38, 39),
  6138. (38, 40),
  6139. (38, 41),
  6140. (38, 42),
  6141. (38, 43),
  6142. (38, 44),
  6143. (38, 45),
  6144. (38, 46),
  6145. (38, 47),
  6146. (38, 48),
  6147. (38, 49),
  6148. (38, 50),
  6149. (38, 51),
  6150. (38, 52),
  6151. (38, 53),
  6152. (38, 54),
  6153. (38, 55),
  6154. (38, 56),
  6155. (38, 57),
  6156. (38, 58),
  6157. (39, 1),
  6158. (40, 1),
  6159. (41, 1),
  6160. (42, 1),
  6161. (43, 1),
  6162. (44, 1),
  6163. (45, 1),
  6164. (46, 10),
  6165. (46, 18),
  6166. (46, 19),
  6167. (46, 20),
  6168. (46, 21),
  6169. (46, 22),
  6170. (46, 23),
  6171. (46, 24),
  6172. (46, 25),
  6173. (46, 26),
  6174. (46, 27),
  6175. (46, 28),
  6176. (46, 29),
  6177. (46, 30),
  6178. (46, 31),
  6179. (46, 32),
  6180. (46, 33),
  6181. (46, 34),
  6182. (46, 35),
  6183. (46, 36),
  6184. (46, 37),
  6185. (46, 38),
  6186. (46, 39),
  6187. (46, 40),
  6188. (46, 41),
  6189. (46, 42),
  6190. (46, 43),
  6191. (46, 44),
  6192. (46, 45),
  6193. (46, 46),
  6194. (46, 47),
  6195. (46, 48),
  6196. (46, 49),
  6197. (46, 50),
  6198. (46, 51),
  6199. (46, 52),
  6200. (46, 53),
  6201. (46, 54),
  6202. (46, 55),
  6203. (46, 56);
  6204. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6205. (46, 57),
  6206. (46, 58),
  6207. (47, 10),
  6208. (47, 20),
  6209. (47, 21),
  6210. (47, 22),
  6211. (47, 23),
  6212. (47, 24),
  6213. (47, 25),
  6214. (47, 26),
  6215. (47, 27),
  6216. (47, 28),
  6217. (47, 29),
  6218. (47, 30),
  6219. (47, 31),
  6220. (47, 32),
  6221. (47, 33),
  6222. (47, 34),
  6223. (47, 35),
  6224. (47, 36),
  6225. (47, 37),
  6226. (47, 38),
  6227. (47, 39),
  6228. (47, 44),
  6229. (47, 45),
  6230. (47, 46),
  6231. (47, 47),
  6232. (47, 48),
  6233. (47, 49),
  6234. (47, 50),
  6235. (47, 51),
  6236. (47, 52),
  6237. (47, 53),
  6238. (47, 54),
  6239. (47, 55),
  6240. (47, 56),
  6241. (47, 57),
  6242. (47, 58),
  6243. (48, 1),
  6244. (49, 1),
  6245. (50, 1),
  6246. (51, 1),
  6247. (52, 1),
  6248. (53, 1),
  6249. (54, 1),
  6250. (55, 1),
  6251. (56, 1),
  6252. (57, 1),
  6253. (58, 1),
  6254. (59, 1),
  6255. (60, 1),
  6256. (61, 1),
  6257. (62, 1),
  6258. (63, 1),
  6259. (64, 1),
  6260. (65, 1),
  6261. (66, 1),
  6262. (67, 1),
  6263. (68, 1),
  6264. (69, 1),
  6265. (70, 1),
  6266. (71, 1),
  6267. (72, 10),
  6268. (72, 20),
  6269. (72, 21),
  6270. (72, 22),
  6271. (72, 23),
  6272. (72, 24),
  6273. (72, 25),
  6274. (72, 26),
  6275. (72, 27),
  6276. (72, 28);
  6277. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6278. (72, 29),
  6279. (72, 30),
  6280. (72, 31),
  6281. (72, 32),
  6282. (72, 33),
  6283. (72, 34),
  6284. (72, 35),
  6285. (72, 36),
  6286. (72, 37),
  6287. (72, 38),
  6288. (72, 39),
  6289. (72, 44),
  6290. (72, 45),
  6291. (72, 46),
  6292. (72, 47),
  6293. (72, 48),
  6294. (72, 49),
  6295. (72, 50),
  6296. (72, 51),
  6297. (72, 52),
  6298. (72, 53),
  6299. (72, 54),
  6300. (72, 55),
  6301. (72, 56),
  6302. (72, 57),
  6303. (72, 58),
  6304. (73, 1),
  6305. (74, 1),
  6306. (75, 1),
  6307. (76, 1),
  6308. (77, 1),
  6309. (78, 1),
  6310. (79, 1),
  6311. (80, 1),
  6312. (81, 1),
  6313. (82, 1),
  6314. (83, 1),
  6315. (84, 1),
  6316. (85, 1),
  6317. (86, 1),
  6318. (87, 1),
  6319. (88, 1),
  6320. (89, 1),
  6321. (90, 1),
  6322. (91, 1),
  6323. (92, 1),
  6324. (93, 1),
  6325. (94, 1),
  6326. (94, 21),
  6327. (94, 22),
  6328. (94, 23),
  6329. (95, 1),
  6330. (96, 1),
  6331. (97, 1),
  6332. (107, 18),
  6333. (107, 19),
  6334. (107, 20),
  6335. (107, 21),
  6336. (107, 22),
  6337. (107, 23),
  6338. (107, 24),
  6339. (107, 25),
  6340. (107, 26),
  6341. (107, 27),
  6342. (107, 28),
  6343. (107, 29),
  6344. (107, 30),
  6345. (107, 31),
  6346. (107, 32),
  6347. (107, 33),
  6348. (107, 34);
  6349. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6350. (107, 35),
  6351. (107, 36),
  6352. (107, 37),
  6353. (107, 38),
  6354. (107, 39),
  6355. (107, 40),
  6356. (107, 41),
  6357. (107, 42),
  6358. (107, 43),
  6359. (107, 44),
  6360. (107, 45),
  6361. (107, 46),
  6362. (107, 47),
  6363. (107, 48),
  6364. (107, 49),
  6365. (107, 50),
  6366. (107, 51),
  6367. (107, 52),
  6368. (107, 53),
  6369. (107, 54),
  6370. (107, 55),
  6371. (107, 56),
  6372. (107, 57),
  6373. (107, 58),
  6374. (109, 10),
  6375. (109, 18),
  6376. (109, 19),
  6377. (109, 20),
  6378. (109, 21),
  6379. (109, 22),
  6380. (109, 23),
  6381. (109, 24),
  6382. (109, 25),
  6383. (109, 26),
  6384. (109, 27),
  6385. (109, 28),
  6386. (109, 29),
  6387. (109, 30),
  6388. (109, 31),
  6389. (109, 32),
  6390. (109, 33),
  6391. (109, 34),
  6392. (109, 35),
  6393. (109, 36),
  6394. (109, 37),
  6395. (109, 38),
  6396. (109, 39),
  6397. (109, 40),
  6398. (109, 41),
  6399. (109, 42),
  6400. (109, 43),
  6401. (109, 44),
  6402. (109, 45),
  6403. (109, 46),
  6404. (109, 47),
  6405. (109, 48),
  6406. (109, 49),
  6407. (109, 50),
  6408. (109, 51),
  6409. (109, 52),
  6410. (109, 53),
  6411. (109, 54),
  6412. (109, 55),
  6413. (109, 56),
  6414. (109, 57);
  6415. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6416. (109, 58),
  6417. (110, 18),
  6418. (110, 19),
  6419. (110, 20),
  6420. (110, 21),
  6421. (110, 22),
  6422. (110, 38),
  6423. (110, 39),
  6424. (110, 40),
  6425. (110, 41),
  6426. (110, 42),
  6427. (110, 43),
  6428. (110, 44),
  6429. (110, 45),
  6430. (110, 46),
  6431. (110, 47),
  6432. (110, 48),
  6433. (110, 49),
  6434. (110, 50),
  6435. (113, 10),
  6436. (113, 19),
  6437. (113, 41),
  6438. (113, 42),
  6439. (113, 53),
  6440. (115, 18),
  6441. (115, 19),
  6442. (115, 20),
  6443. (115, 21),
  6444. (115, 22),
  6445. (115, 23),
  6446. (115, 24),
  6447. (115, 25),
  6448. (115, 26),
  6449. (115, 27),
  6450. (115, 28),
  6451. (115, 29),
  6452. (115, 30),
  6453. (115, 31),
  6454. (115, 32),
  6455. (115, 33),
  6456. (115, 34),
  6457. (115, 35),
  6458. (115, 36),
  6459. (115, 37),
  6460. (115, 38),
  6461. (115, 39),
  6462. (115, 40),
  6463. (115, 41),
  6464. (115, 42),
  6465. (115, 43),
  6466. (115, 44),
  6467. (115, 45),
  6468. (115, 46),
  6469. (115, 47),
  6470. (115, 48),
  6471. (115, 49),
  6472. (115, 50),
  6473. (115, 51),
  6474. (115, 52),
  6475. (115, 53),
  6476. (115, 54),
  6477. (115, 55),
  6478. (115, 56),
  6479. (115, 57),
  6480. (115, 58);
  6481. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6482. (117, 18),
  6483. (117, 19),
  6484. (117, 20),
  6485. (117, 21),
  6486. (117, 22),
  6487. (117, 23),
  6488. (117, 24),
  6489. (117, 25),
  6490. (117, 26),
  6491. (117, 27),
  6492. (117, 28),
  6493. (117, 29),
  6494. (117, 30),
  6495. (117, 31),
  6496. (117, 32),
  6497. (117, 33),
  6498. (117, 34),
  6499. (117, 35),
  6500. (117, 36),
  6501. (117, 37),
  6502. (117, 38),
  6503. (117, 39),
  6504. (117, 40),
  6505. (117, 41),
  6506. (117, 42),
  6507. (117, 43),
  6508. (117, 44),
  6509. (117, 45),
  6510. (117, 46),
  6511. (117, 47),
  6512. (117, 48),
  6513. (117, 49),
  6514. (117, 50),
  6515. (117, 51),
  6516. (117, 52),
  6517. (117, 53),
  6518. (117, 54),
  6519. (117, 55),
  6520. (117, 56),
  6521. (117, 57),
  6522. (117, 58),
  6523. (118, 18),
  6524. (118, 19),
  6525. (118, 20),
  6526. (118, 21),
  6527. (118, 22),
  6528. (118, 23),
  6529. (118, 24),
  6530. (118, 25),
  6531. (118, 26),
  6532. (118, 27),
  6533. (118, 28),
  6534. (118, 29),
  6535. (118, 30),
  6536. (118, 31),
  6537. (118, 32),
  6538. (118, 33),
  6539. (118, 34),
  6540. (118, 35),
  6541. (118, 36),
  6542. (118, 37),
  6543. (118, 38),
  6544. (118, 39),
  6545. (118, 40),
  6546. (118, 41);
  6547. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6548. (118, 42),
  6549. (118, 43),
  6550. (118, 44),
  6551. (118, 45),
  6552. (118, 46),
  6553. (118, 47),
  6554. (118, 48),
  6555. (118, 49),
  6556. (118, 50),
  6557. (118, 51),
  6558. (118, 52),
  6559. (118, 53),
  6560. (118, 54),
  6561. (118, 55),
  6562. (118, 56),
  6563. (118, 57),
  6564. (118, 58),
  6565. (120, 10),
  6566. (120, 18),
  6567. (120, 19),
  6568. (120, 20),
  6569. (120, 21),
  6570. (120, 22),
  6571. (120, 23),
  6572. (120, 24),
  6573. (120, 25),
  6574. (120, 26),
  6575. (120, 27),
  6576. (120, 28),
  6577. (120, 29),
  6578. (120, 30),
  6579. (120, 31),
  6580. (120, 32),
  6581. (120, 33),
  6582. (120, 34),
  6583. (120, 35),
  6584. (120, 36),
  6585. (120, 37),
  6586. (120, 38),
  6587. (120, 39),
  6588. (120, 40),
  6589. (120, 41),
  6590. (120, 42),
  6591. (120, 43),
  6592. (120, 44),
  6593. (120, 45),
  6594. (120, 46),
  6595. (120, 47),
  6596. (120, 48),
  6597. (120, 49),
  6598. (120, 50),
  6599. (120, 51),
  6600. (120, 52),
  6601. (120, 53),
  6602. (120, 54),
  6603. (120, 55),
  6604. (120, 56),
  6605. (120, 57),
  6606. (120, 58),
  6607. (123, 10),
  6608. (123, 18),
  6609. (123, 19),
  6610. (123, 20),
  6611. (123, 21),
  6612. (123, 22);
  6613. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6614. (123, 23),
  6615. (123, 24),
  6616. (123, 25),
  6617. (123, 26),
  6618. (123, 27),
  6619. (123, 28),
  6620. (123, 29),
  6621. (123, 30),
  6622. (123, 31),
  6623. (123, 32),
  6624. (123, 33),
  6625. (123, 34),
  6626. (123, 35),
  6627. (123, 36),
  6628. (123, 37),
  6629. (123, 38),
  6630. (123, 39),
  6631. (123, 40),
  6632. (123, 41),
  6633. (123, 42),
  6634. (123, 43),
  6635. (123, 44),
  6636. (123, 45),
  6637. (123, 46),
  6638. (123, 47),
  6639. (123, 48),
  6640. (123, 49),
  6641. (123, 50),
  6642. (123, 51),
  6643. (123, 52),
  6644. (123, 53),
  6645. (123, 54),
  6646. (123, 55),
  6647. (123, 56),
  6648. (123, 57),
  6649. (123, 58),
  6650. (124, 18),
  6651. (124, 19),
  6652. (124, 20),
  6653. (124, 21),
  6654. (124, 22),
  6655. (124, 23),
  6656. (124, 24),
  6657. (124, 25),
  6658. (124, 26),
  6659. (124, 27),
  6660. (124, 28),
  6661. (124, 29),
  6662. (124, 30),
  6663. (124, 31),
  6664. (124, 32),
  6665. (124, 33),
  6666. (124, 34),
  6667. (124, 35),
  6668. (124, 36),
  6669. (124, 37),
  6670. (124, 38),
  6671. (124, 39),
  6672. (124, 40),
  6673. (124, 41),
  6674. (124, 42),
  6675. (124, 43),
  6676. (124, 44),
  6677. (124, 45),
  6678. (124, 46);
  6679. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6680. (124, 47),
  6681. (124, 48),
  6682. (124, 49),
  6683. (124, 50),
  6684. (124, 51),
  6685. (124, 52),
  6686. (124, 53),
  6687. (124, 54),
  6688. (124, 55),
  6689. (124, 56),
  6690. (124, 57),
  6691. (124, 58),
  6692. (125, 18),
  6693. (125, 19),
  6694. (125, 20),
  6695. (125, 21),
  6696. (125, 22),
  6697. (125, 23),
  6698. (125, 24),
  6699. (125, 25),
  6700. (125, 26),
  6701. (125, 27),
  6702. (125, 28),
  6703. (125, 29),
  6704. (125, 30),
  6705. (125, 31),
  6706. (125, 32),
  6707. (125, 33),
  6708. (125, 34),
  6709. (125, 35),
  6710. (125, 36),
  6711. (125, 37),
  6712. (125, 38),
  6713. (125, 39),
  6714. (125, 40),
  6715. (125, 41),
  6716. (125, 42),
  6717. (125, 43),
  6718. (125, 44),
  6719. (125, 45),
  6720. (125, 46),
  6721. (125, 47),
  6722. (125, 48),
  6723. (125, 49),
  6724. (125, 50),
  6725. (125, 51),
  6726. (125, 52),
  6727. (125, 53),
  6728. (125, 54),
  6729. (125, 55),
  6730. (125, 56),
  6731. (125, 57),
  6732. (125, 58),
  6733. (126, 18),
  6734. (126, 19),
  6735. (126, 20),
  6736. (126, 21),
  6737. (126, 22),
  6738. (126, 23),
  6739. (126, 24),
  6740. (126, 25),
  6741. (126, 26),
  6742. (126, 27),
  6743. (126, 28),
  6744. (126, 29);
  6745. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6746. (126, 30),
  6747. (126, 31),
  6748. (126, 32),
  6749. (126, 33),
  6750. (126, 34),
  6751. (126, 35),
  6752. (126, 36),
  6753. (126, 37),
  6754. (126, 38),
  6755. (126, 39),
  6756. (126, 40),
  6757. (126, 41),
  6758. (126, 42),
  6759. (126, 43),
  6760. (126, 44),
  6761. (126, 45),
  6762. (126, 46),
  6763. (126, 47),
  6764. (126, 48),
  6765. (126, 49),
  6766. (126, 50),
  6767. (126, 51),
  6768. (126, 52),
  6769. (126, 53),
  6770. (126, 54),
  6771. (126, 55),
  6772. (126, 56),
  6773. (126, 57),
  6774. (126, 58),
  6775. (128, 10),
  6776. (128, 18),
  6777. (128, 19),
  6778. (128, 20),
  6779. (128, 21),
  6780. (128, 22),
  6781. (128, 23),
  6782. (128, 24),
  6783. (128, 25),
  6784. (128, 26),
  6785. (128, 27),
  6786. (128, 28),
  6787. (128, 29),
  6788. (128, 30),
  6789. (128, 31),
  6790. (128, 32),
  6791. (128, 33),
  6792. (128, 34),
  6793. (128, 35),
  6794. (128, 36),
  6795. (128, 37),
  6796. (128, 38),
  6797. (128, 39),
  6798. (128, 40),
  6799. (128, 41),
  6800. (128, 42),
  6801. (128, 43),
  6802. (128, 44),
  6803. (128, 45),
  6804. (128, 46),
  6805. (128, 47),
  6806. (128, 48),
  6807. (128, 49),
  6808. (128, 50),
  6809. (128, 51),
  6810. (128, 52);
  6811. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6812. (128, 53),
  6813. (128, 54),
  6814. (128, 55),
  6815. (128, 56),
  6816. (128, 57),
  6817. (128, 58),
  6818. (129, 10),
  6819. (129, 18),
  6820. (129, 19),
  6821. (129, 20),
  6822. (129, 21),
  6823. (129, 22),
  6824. (129, 23),
  6825. (129, 24),
  6826. (129, 25),
  6827. (129, 26),
  6828. (129, 27),
  6829. (129, 28),
  6830. (129, 29),
  6831. (129, 30),
  6832. (129, 31),
  6833. (129, 32),
  6834. (129, 33),
  6835. (129, 34),
  6836. (129, 35),
  6837. (129, 36),
  6838. (129, 37),
  6839. (129, 38),
  6840. (129, 39),
  6841. (129, 40),
  6842. (129, 41),
  6843. (129, 42),
  6844. (129, 43),
  6845. (129, 44),
  6846. (129, 45),
  6847. (129, 46),
  6848. (129, 47),
  6849. (129, 48),
  6850. (129, 49),
  6851. (129, 50),
  6852. (129, 51),
  6853. (129, 52),
  6854. (129, 53),
  6855. (129, 54),
  6856. (129, 55),
  6857. (129, 56),
  6858. (129, 57),
  6859. (129, 58),
  6860. (130, 10),
  6861. (130, 18),
  6862. (130, 19),
  6863. (130, 20),
  6864. (130, 21),
  6865. (130, 22),
  6866. (130, 23),
  6867. (130, 24),
  6868. (130, 25),
  6869. (130, 26),
  6870. (130, 27),
  6871. (130, 28),
  6872. (130, 29),
  6873. (130, 30),
  6874. (130, 31),
  6875. (130, 32),
  6876. (130, 33);
  6877. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6878. (130, 34),
  6879. (130, 35),
  6880. (130, 36),
  6881. (130, 37),
  6882. (130, 38),
  6883. (130, 39),
  6884. (130, 40),
  6885. (130, 41),
  6886. (130, 42),
  6887. (130, 43),
  6888. (130, 44),
  6889. (130, 45),
  6890. (130, 46),
  6891. (130, 47),
  6892. (130, 48),
  6893. (130, 49),
  6894. (130, 50),
  6895. (130, 51),
  6896. (130, 52),
  6897. (130, 53),
  6898. (130, 54),
  6899. (130, 55),
  6900. (130, 56),
  6901. (130, 57),
  6902. (130, 58),
  6903. (131, 10),
  6904. (131, 18),
  6905. (131, 19),
  6906. (131, 20),
  6907. (131, 21),
  6908. (131, 22),
  6909. (131, 23),
  6910. (131, 24),
  6911. (131, 25),
  6912. (131, 26),
  6913. (131, 27),
  6914. (131, 28),
  6915. (131, 29),
  6916. (131, 30),
  6917. (131, 31),
  6918. (131, 32),
  6919. (131, 33),
  6920. (131, 34),
  6921. (131, 35),
  6922. (131, 36),
  6923. (131, 37),
  6924. (131, 38),
  6925. (131, 39),
  6926. (131, 40),
  6927. (131, 41),
  6928. (131, 42),
  6929. (131, 43),
  6930. (131, 44),
  6931. (131, 45),
  6932. (131, 46),
  6933. (131, 47),
  6934. (131, 48),
  6935. (131, 49),
  6936. (131, 50),
  6937. (131, 51),
  6938. (131, 52),
  6939. (131, 53),
  6940. (131, 54),
  6941. (131, 55),
  6942. (131, 56);
  6943. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  6944. (131, 57),
  6945. (131, 58),
  6946. (133, 10),
  6947. (133, 18),
  6948. (133, 19),
  6949. (133, 20),
  6950. (133, 21),
  6951. (133, 22),
  6952. (133, 23),
  6953. (133, 24),
  6954. (133, 25),
  6955. (133, 26),
  6956. (133, 27),
  6957. (133, 28),
  6958. (133, 29),
  6959. (133, 30),
  6960. (133, 31),
  6961. (133, 32),
  6962. (133, 33),
  6963. (133, 34),
  6964. (133, 35),
  6965. (133, 36),
  6966. (133, 37),
  6967. (133, 38),
  6968. (133, 39),
  6969. (133, 40),
  6970. (133, 41),
  6971. (133, 42),
  6972. (133, 43),
  6973. (133, 44),
  6974. (133, 45),
  6975. (133, 46),
  6976. (133, 47),
  6977. (133, 48),
  6978. (133, 49),
  6979. (133, 50),
  6980. (133, 51),
  6981. (133, 52),
  6982. (133, 53),
  6983. (133, 54),
  6984. (133, 55),
  6985. (133, 56),
  6986. (133, 57),
  6987. (133, 58),
  6988. (138, 10),
  6989. (138, 18),
  6990. (138, 19),
  6991. (138, 20),
  6992. (138, 21),
  6993. (138, 22),
  6994. (138, 23),
  6995. (138, 24),
  6996. (138, 25),
  6997. (138, 26),
  6998. (138, 27),
  6999. (138, 28),
  7000. (138, 29),
  7001. (138, 30),
  7002. (138, 31),
  7003. (138, 32),
  7004. (138, 33),
  7005. (138, 34),
  7006. (138, 35),
  7007. (138, 36),
  7008. (138, 37);
  7009. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7010. (138, 38),
  7011. (138, 39),
  7012. (138, 40),
  7013. (138, 41),
  7014. (138, 42),
  7015. (138, 43),
  7016. (138, 44),
  7017. (138, 45),
  7018. (138, 46),
  7019. (138, 47),
  7020. (138, 48),
  7021. (138, 49),
  7022. (138, 50),
  7023. (138, 51),
  7024. (138, 52),
  7025. (138, 53),
  7026. (138, 54),
  7027. (138, 55),
  7028. (138, 56),
  7029. (138, 57),
  7030. (138, 58),
  7031. (138, 64),
  7032. (138, 65),
  7033. (138, 66),
  7034. (138, 67),
  7035. (139, 10),
  7036. (139, 18),
  7037. (139, 19),
  7038. (139, 20),
  7039. (139, 21),
  7040. (139, 22),
  7041. (139, 23),
  7042. (139, 24),
  7043. (139, 25),
  7044. (139, 26),
  7045. (139, 27),
  7046. (139, 28),
  7047. (139, 29),
  7048. (139, 30),
  7049. (139, 31),
  7050. (139, 32),
  7051. (139, 33),
  7052. (139, 34),
  7053. (139, 35),
  7054. (139, 36),
  7055. (139, 37),
  7056. (139, 38),
  7057. (139, 39),
  7058. (139, 40),
  7059. (139, 41),
  7060. (139, 42),
  7061. (139, 43),
  7062. (139, 44),
  7063. (139, 45),
  7064. (139, 46),
  7065. (139, 47),
  7066. (139, 48),
  7067. (139, 49),
  7068. (139, 50),
  7069. (139, 51),
  7070. (139, 52),
  7071. (139, 53),
  7072. (139, 54),
  7073. (139, 55),
  7074. (139, 56);
  7075. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7076. (139, 57),
  7077. (139, 58),
  7078. (140, 10),
  7079. (140, 18),
  7080. (140, 19),
  7081. (140, 20),
  7082. (140, 38),
  7083. (140, 39),
  7084. (140, 40),
  7085. (140, 41),
  7086. (140, 42),
  7087. (140, 43),
  7088. (140, 44),
  7089. (140, 45),
  7090. (140, 51),
  7091. (140, 52),
  7092. (140, 53),
  7093. (142, 10),
  7094. (142, 18),
  7095. (142, 19),
  7096. (142, 20),
  7097. (142, 21),
  7098. (142, 22),
  7099. (142, 23),
  7100. (142, 24),
  7101. (142, 25),
  7102. (142, 26),
  7103. (142, 27),
  7104. (142, 28),
  7105. (142, 29),
  7106. (142, 30),
  7107. (142, 31),
  7108. (142, 32),
  7109. (142, 33),
  7110. (142, 38),
  7111. (142, 39),
  7112. (142, 40),
  7113. (142, 41),
  7114. (142, 42),
  7115. (142, 43),
  7116. (142, 44),
  7117. (142, 45),
  7118. (142, 46),
  7119. (142, 47),
  7120. (142, 48),
  7121. (142, 49),
  7122. (142, 50),
  7123. (142, 51),
  7124. (142, 52),
  7125. (142, 53),
  7126. (142, 54),
  7127. (143, 10),
  7128. (143, 18),
  7129. (143, 19),
  7130. (143, 20),
  7131. (143, 21),
  7132. (143, 22),
  7133. (143, 23),
  7134. (143, 24),
  7135. (143, 25),
  7136. (143, 26),
  7137. (143, 27),
  7138. (143, 28),
  7139. (143, 29),
  7140. (143, 30);
  7141. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7142. (143, 31),
  7143. (143, 32),
  7144. (143, 33),
  7145. (143, 34),
  7146. (143, 35),
  7147. (143, 36),
  7148. (143, 37),
  7149. (143, 38),
  7150. (143, 39),
  7151. (143, 40),
  7152. (143, 41),
  7153. (143, 42),
  7154. (143, 43),
  7155. (143, 44),
  7156. (143, 45),
  7157. (143, 46),
  7158. (143, 47),
  7159. (143, 48),
  7160. (143, 49),
  7161. (143, 50),
  7162. (143, 51),
  7163. (143, 52),
  7164. (143, 53),
  7165. (143, 54),
  7166. (143, 55),
  7167. (143, 56),
  7168. (143, 57),
  7169. (143, 58),
  7170. (144, 10),
  7171. (144, 18),
  7172. (144, 19),
  7173. (144, 20),
  7174. (144, 21),
  7175. (144, 22),
  7176. (144, 23),
  7177. (144, 24),
  7178. (144, 25),
  7179. (144, 26),
  7180. (144, 27),
  7181. (144, 28),
  7182. (144, 29),
  7183. (144, 30),
  7184. (144, 31),
  7185. (144, 32),
  7186. (144, 33),
  7187. (144, 34),
  7188. (144, 35),
  7189. (144, 36),
  7190. (144, 37),
  7191. (144, 38),
  7192. (144, 39),
  7193. (144, 40),
  7194. (144, 41),
  7195. (144, 42),
  7196. (144, 43),
  7197. (144, 44),
  7198. (144, 45),
  7199. (144, 46),
  7200. (144, 47),
  7201. (144, 48),
  7202. (144, 49),
  7203. (144, 50),
  7204. (144, 51),
  7205. (144, 52),
  7206. (144, 53);
  7207. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7208. (144, 54),
  7209. (144, 55),
  7210. (144, 56),
  7211. (144, 57),
  7212. (144, 58),
  7213. (145, 10),
  7214. (145, 18),
  7215. (145, 19),
  7216. (145, 20),
  7217. (145, 21),
  7218. (145, 22),
  7219. (145, 23),
  7220. (145, 24),
  7221. (145, 25),
  7222. (145, 26),
  7223. (145, 27),
  7224. (145, 28),
  7225. (145, 29),
  7226. (145, 30),
  7227. (145, 31),
  7228. (145, 32),
  7229. (145, 33),
  7230. (145, 34),
  7231. (145, 35),
  7232. (145, 36),
  7233. (145, 37),
  7234. (145, 38),
  7235. (145, 39),
  7236. (145, 40),
  7237. (145, 41),
  7238. (145, 42),
  7239. (145, 43),
  7240. (145, 44),
  7241. (145, 45),
  7242. (145, 46),
  7243. (145, 47),
  7244. (145, 48),
  7245. (145, 49),
  7246. (145, 50),
  7247. (145, 51),
  7248. (145, 52),
  7249. (145, 53),
  7250. (145, 54),
  7251. (145, 55),
  7252. (145, 56),
  7253. (145, 57),
  7254. (145, 58),
  7255. (146, 10),
  7256. (146, 18),
  7257. (146, 19),
  7258. (146, 20),
  7259. (146, 21),
  7260. (146, 22),
  7261. (146, 23),
  7262. (146, 24),
  7263. (146, 25),
  7264. (146, 26),
  7265. (146, 27),
  7266. (146, 28),
  7267. (146, 29),
  7268. (146, 30),
  7269. (146, 31),
  7270. (146, 32),
  7271. (146, 33),
  7272. (146, 34);
  7273. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7274. (146, 35),
  7275. (146, 36),
  7276. (146, 37),
  7277. (146, 38),
  7278. (146, 39),
  7279. (146, 40),
  7280. (146, 41),
  7281. (146, 42),
  7282. (146, 43),
  7283. (146, 44),
  7284. (146, 45),
  7285. (146, 46),
  7286. (146, 47),
  7287. (146, 48),
  7288. (146, 49),
  7289. (146, 50),
  7290. (146, 51),
  7291. (146, 52),
  7292. (146, 53),
  7293. (146, 54),
  7294. (146, 55),
  7295. (146, 56),
  7296. (146, 57),
  7297. (146, 58),
  7298. (147, 10),
  7299. (147, 20),
  7300. (147, 21),
  7301. (147, 22),
  7302. (147, 23),
  7303. (147, 24),
  7304. (147, 25),
  7305. (147, 26),
  7306. (147, 27),
  7307. (147, 28),
  7308. (147, 29),
  7309. (147, 30),
  7310. (147, 31),
  7311. (147, 32),
  7312. (147, 33),
  7313. (147, 34),
  7314. (147, 35),
  7315. (147, 36),
  7316. (147, 37),
  7317. (147, 38),
  7318. (147, 39),
  7319. (147, 44),
  7320. (147, 45),
  7321. (147, 46),
  7322. (147, 47),
  7323. (147, 48),
  7324. (147, 49),
  7325. (147, 50),
  7326. (147, 51),
  7327. (147, 52),
  7328. (147, 53),
  7329. (147, 54),
  7330. (147, 55),
  7331. (147, 56),
  7332. (147, 57),
  7333. (147, 58),
  7334. (148, 10),
  7335. (148, 18),
  7336. (148, 19),
  7337. (148, 20),
  7338. (148, 21);
  7339. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7340. (148, 22),
  7341. (148, 23),
  7342. (148, 24),
  7343. (148, 25),
  7344. (148, 26),
  7345. (148, 27),
  7346. (148, 28),
  7347. (148, 29),
  7348. (148, 30),
  7349. (148, 31),
  7350. (148, 32),
  7351. (148, 33),
  7352. (148, 34),
  7353. (148, 35),
  7354. (148, 36),
  7355. (148, 37),
  7356. (148, 38),
  7357. (148, 39),
  7358. (148, 40),
  7359. (148, 41),
  7360. (148, 42),
  7361. (148, 43),
  7362. (148, 44),
  7363. (148, 45),
  7364. (148, 46),
  7365. (148, 47),
  7366. (148, 48),
  7367. (148, 49),
  7368. (148, 50),
  7369. (148, 51),
  7370. (148, 52),
  7371. (148, 53),
  7372. (148, 54),
  7373. (148, 55),
  7374. (148, 56),
  7375. (148, 57),
  7376. (148, 58),
  7377. (149, 10),
  7378. (149, 18),
  7379. (149, 19),
  7380. (149, 20),
  7381. (149, 21),
  7382. (149, 22),
  7383. (149, 23),
  7384. (149, 24),
  7385. (149, 25),
  7386. (149, 26),
  7387. (149, 27),
  7388. (149, 28),
  7389. (149, 29),
  7390. (149, 30),
  7391. (149, 31),
  7392. (149, 32),
  7393. (149, 33),
  7394. (149, 34),
  7395. (149, 35),
  7396. (149, 36),
  7397. (149, 37),
  7398. (149, 38),
  7399. (149, 39),
  7400. (149, 40),
  7401. (149, 41),
  7402. (149, 42),
  7403. (149, 43),
  7404. (149, 44);
  7405. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7406. (149, 45),
  7407. (149, 46),
  7408. (149, 47),
  7409. (149, 48),
  7410. (149, 49),
  7411. (149, 50),
  7412. (149, 51),
  7413. (149, 52),
  7414. (149, 53),
  7415. (149, 54),
  7416. (149, 55),
  7417. (149, 56),
  7418. (149, 57),
  7419. (149, 58),
  7420. (149, 64),
  7421. (149, 65),
  7422. (149, 66),
  7423. (149, 67),
  7424. (150, 10),
  7425. (150, 20),
  7426. (150, 21),
  7427. (150, 22),
  7428. (150, 23),
  7429. (150, 24),
  7430. (150, 25),
  7431. (150, 26),
  7432. (150, 27),
  7433. (150, 28),
  7434. (150, 29),
  7435. (150, 30),
  7436. (150, 31),
  7437. (150, 32),
  7438. (150, 33),
  7439. (150, 34),
  7440. (150, 35),
  7441. (150, 36),
  7442. (150, 37),
  7443. (150, 38),
  7444. (150, 39),
  7445. (150, 44),
  7446. (150, 45),
  7447. (150, 46),
  7448. (150, 47),
  7449. (150, 48),
  7450. (150, 49),
  7451. (150, 50),
  7452. (150, 51),
  7453. (150, 52),
  7454. (150, 53),
  7455. (150, 54),
  7456. (150, 55),
  7457. (150, 56),
  7458. (150, 57),
  7459. (150, 58),
  7460. (151, 10),
  7461. (151, 20),
  7462. (151, 21),
  7463. (151, 22),
  7464. (151, 23),
  7465. (151, 24),
  7466. (151, 25),
  7467. (151, 26),
  7468. (151, 27),
  7469. (151, 28),
  7470. (151, 29);
  7471. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7472. (151, 30),
  7473. (151, 31),
  7474. (151, 32),
  7475. (151, 33),
  7476. (151, 34),
  7477. (151, 35),
  7478. (151, 36),
  7479. (151, 37),
  7480. (151, 38),
  7481. (151, 39),
  7482. (151, 44),
  7483. (151, 45),
  7484. (151, 46),
  7485. (151, 47),
  7486. (151, 48),
  7487. (151, 49),
  7488. (151, 50),
  7489. (151, 51),
  7490. (151, 52),
  7491. (151, 53),
  7492. (151, 54),
  7493. (151, 55),
  7494. (151, 56),
  7495. (151, 57),
  7496. (151, 58),
  7497. (153, 10),
  7498. (153, 20),
  7499. (153, 21),
  7500. (153, 22),
  7501. (153, 23),
  7502. (153, 24),
  7503. (153, 25),
  7504. (153, 26),
  7505. (153, 27),
  7506. (153, 28),
  7507. (153, 29),
  7508. (153, 30),
  7509. (153, 31),
  7510. (153, 32),
  7511. (153, 33),
  7512. (153, 34),
  7513. (153, 35),
  7514. (153, 36),
  7515. (153, 37),
  7516. (153, 38),
  7517. (153, 39),
  7518. (153, 44),
  7519. (153, 45),
  7520. (153, 46),
  7521. (153, 47),
  7522. (153, 48),
  7523. (153, 49),
  7524. (153, 50),
  7525. (153, 51),
  7526. (153, 52),
  7527. (153, 53),
  7528. (153, 54),
  7529. (153, 55),
  7530. (153, 56),
  7531. (153, 57),
  7532. (153, 58),
  7533. (154, 10),
  7534. (154, 20),
  7535. (154, 21),
  7536. (154, 22);
  7537. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7538. (154, 23),
  7539. (154, 24),
  7540. (154, 25),
  7541. (154, 26),
  7542. (154, 27),
  7543. (154, 28),
  7544. (154, 29),
  7545. (154, 30),
  7546. (154, 31),
  7547. (154, 32),
  7548. (154, 33),
  7549. (154, 34),
  7550. (154, 35),
  7551. (154, 36),
  7552. (154, 37),
  7553. (154, 38),
  7554. (154, 39),
  7555. (154, 44),
  7556. (154, 45),
  7557. (154, 46),
  7558. (154, 47),
  7559. (154, 48),
  7560. (154, 49),
  7561. (154, 50),
  7562. (154, 51),
  7563. (154, 52),
  7564. (154, 53),
  7565. (154, 54),
  7566. (154, 55),
  7567. (154, 56),
  7568. (154, 57),
  7569. (154, 58),
  7570. (156, 10),
  7571. (156, 18),
  7572. (156, 19),
  7573. (156, 20),
  7574. (156, 21),
  7575. (156, 22),
  7576. (156, 23),
  7577. (156, 24),
  7578. (156, 25),
  7579. (156, 26),
  7580. (156, 27),
  7581. (156, 28),
  7582. (156, 29),
  7583. (156, 30),
  7584. (156, 31),
  7585. (156, 32),
  7586. (156, 33),
  7587. (156, 34),
  7588. (156, 35),
  7589. (156, 36),
  7590. (156, 37),
  7591. (156, 38),
  7592. (156, 39),
  7593. (156, 40),
  7594. (156, 41),
  7595. (156, 42),
  7596. (156, 43),
  7597. (156, 44),
  7598. (156, 45),
  7599. (156, 49),
  7600. (156, 50),
  7601. (156, 51),
  7602. (156, 52);
  7603. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7604. (156, 53),
  7605. (156, 54),
  7606. (156, 55),
  7607. (156, 56),
  7608. (156, 57),
  7609. (156, 58),
  7610. (156, 64),
  7611. (156, 65),
  7612. (156, 66),
  7613. (156, 67),
  7614. (159, 10),
  7615. (159, 18),
  7616. (159, 19),
  7617. (159, 20),
  7618. (159, 21),
  7619. (159, 22),
  7620. (159, 23),
  7621. (159, 24),
  7622. (159, 25),
  7623. (159, 26),
  7624. (159, 27),
  7625. (159, 28),
  7626. (159, 29),
  7627. (159, 30),
  7628. (159, 31),
  7629. (159, 32),
  7630. (159, 33),
  7631. (159, 34),
  7632. (159, 35),
  7633. (159, 36),
  7634. (159, 37),
  7635. (159, 38),
  7636. (159, 39),
  7637. (159, 40),
  7638. (159, 41),
  7639. (159, 42),
  7640. (159, 43),
  7641. (159, 44),
  7642. (159, 45),
  7643. (159, 46),
  7644. (159, 47),
  7645. (159, 48),
  7646. (159, 49),
  7647. (159, 50),
  7648. (159, 51),
  7649. (159, 52),
  7650. (159, 53),
  7651. (159, 54),
  7652. (159, 55),
  7653. (159, 56),
  7654. (159, 57),
  7655. (159, 58),
  7656. (160, 10),
  7657. (160, 20),
  7658. (160, 21),
  7659. (160, 22),
  7660. (160, 23),
  7661. (160, 24),
  7662. (160, 25),
  7663. (160, 26),
  7664. (160, 27),
  7665. (160, 28),
  7666. (160, 29),
  7667. (160, 30),
  7668. (160, 31);
  7669. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7670. (160, 32),
  7671. (160, 33),
  7672. (160, 34),
  7673. (160, 35),
  7674. (160, 36),
  7675. (160, 37),
  7676. (160, 38),
  7677. (160, 39),
  7678. (160, 44),
  7679. (160, 45),
  7680. (160, 46),
  7681. (160, 47),
  7682. (160, 48),
  7683. (160, 49),
  7684. (160, 50),
  7685. (160, 51),
  7686. (160, 52),
  7687. (160, 53),
  7688. (160, 54),
  7689. (160, 55),
  7690. (160, 56),
  7691. (160, 57),
  7692. (160, 58),
  7693. (161, 10),
  7694. (161, 18),
  7695. (161, 19),
  7696. (161, 20),
  7697. (161, 21),
  7698. (161, 22),
  7699. (161, 23),
  7700. (161, 24),
  7701. (161, 25),
  7702. (161, 26),
  7703. (161, 27),
  7704. (161, 28),
  7705. (161, 29),
  7706. (161, 30),
  7707. (161, 31),
  7708. (161, 32),
  7709. (161, 33),
  7710. (161, 34),
  7711. (161, 35),
  7712. (161, 38),
  7713. (161, 39),
  7714. (161, 40),
  7715. (161, 41),
  7716. (161, 42),
  7717. (161, 43),
  7718. (161, 44),
  7719. (161, 45),
  7720. (161, 46),
  7721. (161, 47),
  7722. (161, 48),
  7723. (161, 49),
  7724. (161, 50),
  7725. (161, 51),
  7726. (161, 52),
  7727. (161, 53),
  7728. (161, 54),
  7729. (161, 55),
  7730. (161, 56),
  7731. (161, 57),
  7732. (161, 64),
  7733. (161, 65),
  7734. (161, 66);
  7735. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7736. (161, 67),
  7737. (162, 10),
  7738. (162, 18),
  7739. (162, 19),
  7740. (162, 20),
  7741. (162, 21),
  7742. (162, 22),
  7743. (162, 23),
  7744. (162, 24),
  7745. (162, 25),
  7746. (162, 26),
  7747. (162, 27),
  7748. (162, 28),
  7749. (162, 29),
  7750. (162, 30),
  7751. (162, 31),
  7752. (162, 32),
  7753. (162, 33),
  7754. (162, 34),
  7755. (162, 35),
  7756. (162, 38),
  7757. (162, 39),
  7758. (162, 40),
  7759. (162, 41),
  7760. (162, 42),
  7761. (162, 43),
  7762. (162, 44),
  7763. (162, 45),
  7764. (162, 46),
  7765. (162, 47),
  7766. (162, 48),
  7767. (162, 49),
  7768. (162, 50),
  7769. (162, 51),
  7770. (162, 52),
  7771. (162, 53),
  7772. (162, 54),
  7773. (162, 55),
  7774. (162, 56),
  7775. (162, 57),
  7776. (162, 64),
  7777. (162, 65),
  7778. (162, 66),
  7779. (162, 67),
  7780. (163, 10),
  7781. (163, 20),
  7782. (163, 21),
  7783. (163, 22),
  7784. (163, 23),
  7785. (163, 24),
  7786. (163, 25),
  7787. (163, 26),
  7788. (163, 27),
  7789. (163, 28),
  7790. (163, 29),
  7791. (163, 30),
  7792. (163, 31),
  7793. (163, 32),
  7794. (163, 33),
  7795. (163, 34),
  7796. (163, 35),
  7797. (163, 36),
  7798. (163, 37),
  7799. (163, 38),
  7800. (163, 39);
  7801. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7802. (163, 44),
  7803. (163, 45),
  7804. (163, 46),
  7805. (163, 47),
  7806. (163, 48),
  7807. (163, 49),
  7808. (163, 50),
  7809. (163, 51),
  7810. (163, 52),
  7811. (163, 53),
  7812. (163, 54),
  7813. (163, 55),
  7814. (163, 56),
  7815. (163, 57),
  7816. (163, 58),
  7817. (164, 10),
  7818. (164, 20),
  7819. (164, 21),
  7820. (164, 22),
  7821. (164, 23),
  7822. (164, 24),
  7823. (164, 25),
  7824. (164, 26),
  7825. (164, 27),
  7826. (164, 28),
  7827. (164, 29),
  7828. (164, 30),
  7829. (164, 31),
  7830. (164, 32),
  7831. (164, 33),
  7832. (164, 34),
  7833. (164, 35),
  7834. (164, 36),
  7835. (164, 37),
  7836. (164, 38),
  7837. (164, 39),
  7838. (164, 44),
  7839. (164, 45),
  7840. (164, 46),
  7841. (164, 47),
  7842. (164, 48),
  7843. (164, 49),
  7844. (164, 50),
  7845. (164, 51),
  7846. (164, 52),
  7847. (164, 53),
  7848. (164, 54),
  7849. (164, 55),
  7850. (164, 56),
  7851. (164, 57),
  7852. (164, 58),
  7853. (165, 34),
  7854. (165, 35),
  7855. (165, 36),
  7856. (165, 37),
  7857. (165, 55),
  7858. (165, 56),
  7859. (165, 57),
  7860. (165, 58),
  7861. (167, 10),
  7862. (167, 18),
  7863. (167, 19),
  7864. (167, 20),
  7865. (167, 21),
  7866. (167, 22);
  7867. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7868. (167, 23),
  7869. (167, 24),
  7870. (167, 25),
  7871. (167, 26),
  7872. (167, 27),
  7873. (167, 28),
  7874. (167, 29),
  7875. (167, 30),
  7876. (167, 31),
  7877. (167, 32),
  7878. (167, 33),
  7879. (167, 34),
  7880. (167, 35),
  7881. (167, 36),
  7882. (167, 37),
  7883. (167, 38),
  7884. (167, 39),
  7885. (167, 40),
  7886. (167, 41),
  7887. (167, 42),
  7888. (167, 43),
  7889. (167, 44),
  7890. (167, 45),
  7891. (167, 46),
  7892. (167, 47),
  7893. (167, 48),
  7894. (167, 49),
  7895. (167, 50),
  7896. (167, 51),
  7897. (167, 52),
  7898. (167, 53),
  7899. (167, 54),
  7900. (167, 55),
  7901. (167, 56),
  7902. (167, 57),
  7903. (167, 58),
  7904. (168, 10),
  7905. (168, 18),
  7906. (168, 19),
  7907. (168, 20),
  7908. (168, 21),
  7909. (168, 22),
  7910. (168, 23),
  7911. (168, 24),
  7912. (168, 25),
  7913. (168, 26),
  7914. (168, 27),
  7915. (168, 28),
  7916. (168, 29),
  7917. (168, 30),
  7918. (168, 31),
  7919. (168, 32),
  7920. (168, 33),
  7921. (168, 34),
  7922. (168, 35),
  7923. (168, 36),
  7924. (168, 37),
  7925. (168, 38),
  7926. (168, 39),
  7927. (168, 40),
  7928. (168, 41),
  7929. (168, 42),
  7930. (168, 43),
  7931. (168, 44),
  7932. (168, 45);
  7933. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  7934. (168, 46),
  7935. (168, 47),
  7936. (168, 48),
  7937. (168, 49),
  7938. (168, 50),
  7939. (168, 51),
  7940. (168, 52),
  7941. (168, 53),
  7942. (168, 54),
  7943. (168, 55),
  7944. (168, 56),
  7945. (168, 57),
  7946. (168, 58),
  7947. (169, 10),
  7948. (169, 18),
  7949. (169, 19),
  7950. (169, 20),
  7951. (169, 21),
  7952. (169, 22),
  7953. (169, 23),
  7954. (169, 24),
  7955. (169, 25),
  7956. (169, 26),
  7957. (169, 27),
  7958. (169, 28),
  7959. (169, 29),
  7960. (169, 30),
  7961. (169, 31),
  7962. (169, 32),
  7963. (169, 33),
  7964. (169, 34),
  7965. (169, 35),
  7966. (169, 38),
  7967. (169, 39),
  7968. (169, 40),
  7969. (169, 41),
  7970. (169, 42),
  7971. (169, 43),
  7972. (169, 44),
  7973. (169, 45),
  7974. (169, 46),
  7975. (169, 47),
  7976. (169, 48),
  7977. (169, 49),
  7978. (169, 50),
  7979. (169, 51),
  7980. (169, 52),
  7981. (169, 53),
  7982. (169, 54),
  7983. (169, 55),
  7984. (169, 56),
  7985. (169, 57),
  7986. (169, 64),
  7987. (169, 65),
  7988. (169, 66),
  7989. (169, 67),
  7990. (174, 10),
  7991. (174, 20),
  7992. (174, 21),
  7993. (174, 22),
  7994. (174, 23),
  7995. (174, 24),
  7996. (174, 25),
  7997. (174, 26),
  7998. (174, 27);
  7999. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8000. (174, 28),
  8001. (174, 29),
  8002. (174, 30),
  8003. (174, 31),
  8004. (174, 32),
  8005. (174, 33),
  8006. (174, 34),
  8007. (174, 35),
  8008. (174, 36),
  8009. (174, 37),
  8010. (174, 38),
  8011. (174, 39),
  8012. (174, 44),
  8013. (174, 45),
  8014. (174, 46),
  8015. (174, 47),
  8016. (174, 48),
  8017. (174, 49),
  8018. (174, 50),
  8019. (174, 51),
  8020. (174, 52),
  8021. (174, 53),
  8022. (174, 54),
  8023. (174, 55),
  8024. (174, 56),
  8025. (174, 57),
  8026. (174, 58),
  8027. (175, 10),
  8028. (175, 20),
  8029. (175, 21),
  8030. (175, 22),
  8031. (175, 23),
  8032. (175, 24),
  8033. (175, 25),
  8034. (175, 26),
  8035. (175, 27),
  8036. (175, 28),
  8037. (175, 29),
  8038. (175, 30),
  8039. (175, 31),
  8040. (175, 32),
  8041. (175, 33),
  8042. (175, 34),
  8043. (175, 35),
  8044. (175, 36),
  8045. (175, 37),
  8046. (175, 38),
  8047. (175, 39),
  8048. (175, 44),
  8049. (175, 45),
  8050. (175, 46),
  8051. (175, 47),
  8052. (175, 48),
  8053. (175, 49),
  8054. (175, 50),
  8055. (175, 51),
  8056. (175, 52),
  8057. (175, 53),
  8058. (175, 54),
  8059. (175, 55),
  8060. (175, 56),
  8061. (175, 57),
  8062. (175, 58),
  8063. (178, 10),
  8064. (178, 20);
  8065. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8066. (178, 21),
  8067. (178, 22),
  8068. (178, 23),
  8069. (178, 24),
  8070. (178, 25),
  8071. (178, 26),
  8072. (178, 27),
  8073. (178, 28),
  8074. (178, 29),
  8075. (178, 30),
  8076. (178, 31),
  8077. (178, 32),
  8078. (178, 33),
  8079. (178, 34),
  8080. (178, 35),
  8081. (178, 36),
  8082. (178, 37),
  8083. (178, 38),
  8084. (178, 39),
  8085. (178, 44),
  8086. (178, 45),
  8087. (178, 46),
  8088. (178, 47),
  8089. (178, 48),
  8090. (178, 49),
  8091. (178, 50),
  8092. (178, 51),
  8093. (178, 52),
  8094. (178, 53),
  8095. (178, 54),
  8096. (178, 55),
  8097. (178, 56),
  8098. (178, 57),
  8099. (178, 58),
  8100. (179, 10),
  8101. (179, 18),
  8102. (179, 19),
  8103. (179, 20),
  8104. (179, 21),
  8105. (179, 22),
  8106. (179, 23),
  8107. (179, 24),
  8108. (179, 25),
  8109. (179, 26),
  8110. (179, 27),
  8111. (179, 28),
  8112. (179, 29),
  8113. (179, 30),
  8114. (179, 31),
  8115. (179, 32),
  8116. (179, 33),
  8117. (179, 34),
  8118. (179, 35),
  8119. (179, 38),
  8120. (179, 39),
  8121. (179, 40),
  8122. (179, 41),
  8123. (179, 42),
  8124. (179, 43),
  8125. (179, 44),
  8126. (179, 45),
  8127. (179, 49),
  8128. (179, 50),
  8129. (179, 51),
  8130. (179, 52);
  8131. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8132. (179, 53),
  8133. (179, 54),
  8134. (179, 55),
  8135. (179, 56),
  8136. (179, 57),
  8137. (179, 64),
  8138. (179, 65),
  8139. (179, 66),
  8140. (179, 67),
  8141. (180, 10),
  8142. (180, 18),
  8143. (180, 19),
  8144. (180, 20),
  8145. (180, 21),
  8146. (180, 22),
  8147. (180, 23),
  8148. (180, 24),
  8149. (180, 25),
  8150. (180, 26),
  8151. (180, 27),
  8152. (180, 28),
  8153. (180, 29),
  8154. (180, 30),
  8155. (180, 31),
  8156. (180, 32),
  8157. (180, 33),
  8158. (180, 34),
  8159. (180, 35),
  8160. (180, 36),
  8161. (180, 37),
  8162. (180, 38),
  8163. (180, 39),
  8164. (180, 40),
  8165. (180, 41),
  8166. (180, 42),
  8167. (180, 43),
  8168. (180, 44),
  8169. (180, 45),
  8170. (180, 46),
  8171. (180, 47),
  8172. (180, 48),
  8173. (180, 49),
  8174. (180, 50),
  8175. (180, 51),
  8176. (180, 52),
  8177. (180, 53),
  8178. (180, 54),
  8179. (180, 55),
  8180. (180, 56),
  8181. (180, 57),
  8182. (180, 58),
  8183. (181, 10),
  8184. (181, 18),
  8185. (181, 19),
  8186. (181, 20),
  8187. (181, 21),
  8188. (181, 22),
  8189. (181, 23),
  8190. (181, 24),
  8191. (181, 25),
  8192. (181, 26),
  8193. (181, 27),
  8194. (181, 28),
  8195. (181, 29),
  8196. (181, 30);
  8197. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8198. (181, 31),
  8199. (181, 32),
  8200. (181, 33),
  8201. (181, 34),
  8202. (181, 35),
  8203. (181, 38),
  8204. (181, 39),
  8205. (181, 40),
  8206. (181, 41),
  8207. (181, 42),
  8208. (181, 43),
  8209. (181, 44),
  8210. (181, 45),
  8211. (181, 46),
  8212. (181, 47),
  8213. (181, 48),
  8214. (181, 49),
  8215. (181, 50),
  8216. (181, 51),
  8217. (181, 52),
  8218. (181, 53),
  8219. (181, 54),
  8220. (181, 55),
  8221. (181, 56),
  8222. (181, 57),
  8223. (181, 64),
  8224. (181, 65),
  8225. (181, 66),
  8226. (181, 67),
  8227. (182, 10),
  8228. (182, 20),
  8229. (182, 21),
  8230. (182, 22),
  8231. (182, 23),
  8232. (182, 24),
  8233. (182, 25),
  8234. (182, 26),
  8235. (182, 27),
  8236. (182, 28),
  8237. (182, 29),
  8238. (182, 30),
  8239. (182, 31),
  8240. (182, 32),
  8241. (182, 33),
  8242. (182, 34),
  8243. (182, 35),
  8244. (182, 38),
  8245. (182, 39),
  8246. (182, 44),
  8247. (182, 45),
  8248. (182, 46),
  8249. (182, 47),
  8250. (182, 48),
  8251. (182, 49),
  8252. (182, 50),
  8253. (182, 51),
  8254. (182, 52),
  8255. (182, 53),
  8256. (182, 54),
  8257. (182, 55),
  8258. (182, 56),
  8259. (182, 57),
  8260. (182, 64),
  8261. (182, 65),
  8262. (182, 66);
  8263. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8264. (182, 67),
  8265. (184, 10),
  8266. (184, 20),
  8267. (184, 21),
  8268. (184, 22),
  8269. (184, 23),
  8270. (184, 24),
  8271. (184, 25),
  8272. (184, 26),
  8273. (184, 27),
  8274. (184, 28),
  8275. (184, 29),
  8276. (184, 30),
  8277. (184, 31),
  8278. (184, 32),
  8279. (184, 33),
  8280. (184, 34),
  8281. (184, 35),
  8282. (184, 36),
  8283. (184, 37),
  8284. (184, 38),
  8285. (184, 39),
  8286. (184, 44),
  8287. (184, 45),
  8288. (184, 46),
  8289. (184, 47),
  8290. (184, 48),
  8291. (184, 49),
  8292. (184, 50),
  8293. (184, 51),
  8294. (184, 52),
  8295. (184, 53),
  8296. (184, 54),
  8297. (184, 55),
  8298. (184, 56),
  8299. (184, 57),
  8300. (184, 58),
  8301. (185, 10),
  8302. (185, 20),
  8303. (185, 21),
  8304. (185, 22),
  8305. (185, 23),
  8306. (185, 24),
  8307. (185, 25),
  8308. (185, 26),
  8309. (185, 27),
  8310. (185, 28),
  8311. (185, 29),
  8312. (185, 30),
  8313. (185, 31),
  8314. (185, 32),
  8315. (185, 33),
  8316. (185, 34),
  8317. (185, 35),
  8318. (185, 36),
  8319. (185, 37),
  8320. (185, 38),
  8321. (185, 39),
  8322. (185, 44),
  8323. (185, 45),
  8324. (185, 46),
  8325. (185, 47),
  8326. (185, 48),
  8327. (185, 49),
  8328. (185, 50);
  8329. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8330. (185, 51),
  8331. (185, 52),
  8332. (185, 53),
  8333. (185, 54),
  8334. (185, 55),
  8335. (185, 56),
  8336. (185, 57),
  8337. (185, 58),
  8338. (186, 10),
  8339. (186, 18),
  8340. (186, 19),
  8341. (186, 20),
  8342. (186, 21),
  8343. (186, 22),
  8344. (186, 23),
  8345. (186, 24),
  8346. (186, 25),
  8347. (186, 26),
  8348. (186, 27),
  8349. (186, 28),
  8350. (186, 29),
  8351. (186, 30),
  8352. (186, 31),
  8353. (186, 32),
  8354. (186, 33),
  8355. (186, 34),
  8356. (186, 35),
  8357. (186, 36),
  8358. (186, 37),
  8359. (186, 38),
  8360. (186, 39),
  8361. (186, 40),
  8362. (186, 41),
  8363. (186, 42),
  8364. (186, 43),
  8365. (186, 44),
  8366. (186, 45),
  8367. (186, 46),
  8368. (186, 47),
  8369. (186, 48),
  8370. (186, 49),
  8371. (186, 50),
  8372. (186, 51),
  8373. (186, 52),
  8374. (186, 53),
  8375. (186, 54),
  8376. (186, 55),
  8377. (186, 56),
  8378. (186, 57),
  8379. (186, 58),
  8380. (187, 10),
  8381. (187, 18),
  8382. (187, 19),
  8383. (187, 20),
  8384. (187, 21),
  8385. (187, 22),
  8386. (187, 23),
  8387. (187, 24),
  8388. (187, 25),
  8389. (187, 26),
  8390. (187, 27),
  8391. (187, 28),
  8392. (187, 29),
  8393. (187, 30),
  8394. (187, 31);
  8395. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8396. (187, 32),
  8397. (187, 33),
  8398. (187, 34),
  8399. (187, 35),
  8400. (187, 38),
  8401. (187, 39),
  8402. (187, 40),
  8403. (187, 41),
  8404. (187, 42),
  8405. (187, 43),
  8406. (187, 44),
  8407. (187, 45),
  8408. (187, 46),
  8409. (187, 47),
  8410. (187, 48),
  8411. (187, 49),
  8412. (187, 50),
  8413. (187, 51),
  8414. (187, 52),
  8415. (187, 53),
  8416. (187, 54),
  8417. (187, 55),
  8418. (187, 56),
  8419. (187, 57),
  8420. (187, 64),
  8421. (187, 65),
  8422. (187, 66),
  8423. (187, 67),
  8424. (188, 10),
  8425. (188, 20),
  8426. (188, 21),
  8427. (188, 22),
  8428. (188, 23),
  8429. (188, 24),
  8430. (188, 25),
  8431. (188, 26),
  8432. (188, 27),
  8433. (188, 28),
  8434. (188, 29),
  8435. (188, 30),
  8436. (188, 31),
  8437. (188, 32),
  8438. (188, 33),
  8439. (188, 34),
  8440. (188, 35),
  8441. (188, 36),
  8442. (188, 37),
  8443. (188, 38),
  8444. (188, 39),
  8445. (188, 44),
  8446. (188, 45),
  8447. (188, 46),
  8448. (188, 47),
  8449. (188, 48),
  8450. (188, 49),
  8451. (188, 50),
  8452. (188, 51),
  8453. (188, 52),
  8454. (188, 53),
  8455. (188, 54),
  8456. (188, 55),
  8457. (188, 56),
  8458. (188, 57),
  8459. (188, 58),
  8460. (189, 10);
  8461. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8462. (189, 20),
  8463. (189, 21),
  8464. (189, 22),
  8465. (189, 23),
  8466. (189, 24),
  8467. (189, 25),
  8468. (189, 26),
  8469. (189, 27),
  8470. (189, 28),
  8471. (189, 29),
  8472. (189, 30),
  8473. (189, 31),
  8474. (189, 32),
  8475. (189, 33),
  8476. (189, 34),
  8477. (189, 35),
  8478. (189, 36),
  8479. (189, 37),
  8480. (189, 38),
  8481. (189, 39),
  8482. (189, 44),
  8483. (189, 45),
  8484. (189, 46),
  8485. (189, 47),
  8486. (189, 48),
  8487. (189, 49),
  8488. (189, 50),
  8489. (189, 51),
  8490. (189, 52),
  8491. (189, 53),
  8492. (189, 54),
  8493. (189, 55),
  8494. (189, 56),
  8495. (189, 57),
  8496. (189, 58),
  8497. (190, 10),
  8498. (190, 20),
  8499. (190, 21),
  8500. (190, 22),
  8501. (190, 23),
  8502. (190, 24),
  8503. (190, 25),
  8504. (190, 26),
  8505. (190, 27),
  8506. (190, 28),
  8507. (190, 29),
  8508. (190, 30),
  8509. (190, 31),
  8510. (190, 32),
  8511. (190, 33),
  8512. (190, 34),
  8513. (190, 35),
  8514. (190, 36),
  8515. (190, 37),
  8516. (190, 38),
  8517. (190, 39),
  8518. (190, 44),
  8519. (190, 45),
  8520. (190, 46),
  8521. (190, 47),
  8522. (190, 48),
  8523. (190, 49),
  8524. (190, 50),
  8525. (190, 51),
  8526. (190, 52);
  8527. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8528. (190, 53),
  8529. (190, 54),
  8530. (190, 55),
  8531. (190, 56),
  8532. (190, 57),
  8533. (190, 58),
  8534. (190, 70),
  8535. (190, 71),
  8536. (190, 72),
  8537. (190, 73),
  8538. (193, 10),
  8539. (193, 20),
  8540. (193, 21),
  8541. (193, 22),
  8542. (193, 23),
  8543. (193, 24),
  8544. (193, 25),
  8545. (193, 26),
  8546. (193, 27),
  8547. (193, 28),
  8548. (193, 29),
  8549. (193, 30),
  8550. (193, 31),
  8551. (193, 32),
  8552. (193, 33),
  8553. (193, 34),
  8554. (193, 35),
  8555. (193, 36),
  8556. (193, 37),
  8557. (193, 38),
  8558. (193, 39),
  8559. (193, 44),
  8560. (193, 45),
  8561. (193, 46),
  8562. (193, 47),
  8563. (193, 48),
  8564. (193, 49),
  8565. (193, 50),
  8566. (193, 51),
  8567. (193, 52),
  8568. (193, 53),
  8569. (193, 54),
  8570. (193, 55),
  8571. (193, 56),
  8572. (193, 57),
  8573. (193, 58),
  8574. (194, 10),
  8575. (194, 20),
  8576. (194, 21),
  8577. (194, 22),
  8578. (194, 23),
  8579. (194, 24),
  8580. (194, 25),
  8581. (194, 26),
  8582. (194, 27),
  8583. (194, 28),
  8584. (194, 29),
  8585. (194, 30),
  8586. (194, 31),
  8587. (194, 32),
  8588. (194, 33),
  8589. (194, 34),
  8590. (194, 35),
  8591. (194, 36),
  8592. (194, 37);
  8593. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8594. (194, 38),
  8595. (194, 39),
  8596. (194, 44),
  8597. (194, 45),
  8598. (194, 46),
  8599. (194, 47),
  8600. (194, 48),
  8601. (194, 49),
  8602. (194, 50),
  8603. (194, 51),
  8604. (194, 52),
  8605. (194, 53),
  8606. (194, 54),
  8607. (194, 55),
  8608. (194, 56),
  8609. (194, 57),
  8610. (194, 58),
  8611. (195, 10),
  8612. (195, 20),
  8613. (195, 21),
  8614. (195, 22),
  8615. (195, 23),
  8616. (195, 24),
  8617. (195, 25),
  8618. (195, 26),
  8619. (195, 27),
  8620. (195, 28),
  8621. (195, 29),
  8622. (195, 30),
  8623. (195, 31),
  8624. (195, 32),
  8625. (195, 33),
  8626. (195, 34),
  8627. (195, 35),
  8628. (195, 38),
  8629. (195, 39),
  8630. (195, 44),
  8631. (195, 45),
  8632. (195, 46),
  8633. (195, 47),
  8634. (195, 48),
  8635. (195, 49),
  8636. (195, 50),
  8637. (195, 51),
  8638. (195, 52),
  8639. (195, 53),
  8640. (195, 54),
  8641. (195, 55),
  8642. (195, 56),
  8643. (195, 57),
  8644. (195, 64),
  8645. (195, 65),
  8646. (195, 66),
  8647. (195, 67),
  8648. (197, 10),
  8649. (197, 20),
  8650. (197, 21),
  8651. (197, 22),
  8652. (197, 23),
  8653. (197, 24),
  8654. (197, 25),
  8655. (197, 26),
  8656. (197, 27),
  8657. (197, 28),
  8658. (197, 29);
  8659. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8660. (197, 30),
  8661. (197, 31),
  8662. (197, 32),
  8663. (197, 33),
  8664. (197, 34),
  8665. (197, 35),
  8666. (197, 36),
  8667. (197, 37),
  8668. (197, 38),
  8669. (197, 39),
  8670. (197, 44),
  8671. (197, 45),
  8672. (197, 46),
  8673. (197, 47),
  8674. (197, 48),
  8675. (197, 49),
  8676. (197, 50),
  8677. (197, 51),
  8678. (197, 52),
  8679. (197, 53),
  8680. (197, 54),
  8681. (197, 55),
  8682. (197, 56),
  8683. (197, 57),
  8684. (197, 58),
  8685. (198, 10),
  8686. (198, 20),
  8687. (198, 21),
  8688. (198, 22),
  8689. (198, 23),
  8690. (198, 24),
  8691. (198, 25),
  8692. (198, 26),
  8693. (198, 27),
  8694. (198, 28),
  8695. (198, 29),
  8696. (198, 30),
  8697. (198, 31),
  8698. (198, 32),
  8699. (198, 33),
  8700. (198, 34),
  8701. (198, 35),
  8702. (198, 36),
  8703. (198, 37),
  8704. (198, 38),
  8705. (198, 39),
  8706. (198, 44),
  8707. (198, 45),
  8708. (198, 46),
  8709. (198, 47),
  8710. (198, 48),
  8711. (198, 49),
  8712. (198, 50),
  8713. (198, 51),
  8714. (198, 52),
  8715. (198, 53),
  8716. (198, 54),
  8717. (198, 55),
  8718. (198, 56),
  8719. (198, 57),
  8720. (198, 58),
  8721. (199, 10),
  8722. (199, 20),
  8723. (199, 21),
  8724. (199, 22);
  8725. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8726. (199, 23),
  8727. (199, 24),
  8728. (199, 25),
  8729. (199, 26),
  8730. (199, 27),
  8731. (199, 28),
  8732. (199, 29),
  8733. (199, 30),
  8734. (199, 31),
  8735. (199, 32),
  8736. (199, 33),
  8737. (199, 34),
  8738. (199, 35),
  8739. (199, 36),
  8740. (199, 37),
  8741. (199, 38),
  8742. (199, 39),
  8743. (199, 44),
  8744. (199, 45),
  8745. (199, 46),
  8746. (199, 47),
  8747. (199, 48),
  8748. (199, 49),
  8749. (199, 50),
  8750. (199, 51),
  8751. (199, 52),
  8752. (199, 53),
  8753. (199, 54),
  8754. (199, 55),
  8755. (199, 56),
  8756. (199, 57),
  8757. (199, 58),
  8758. (200, 10),
  8759. (200, 20),
  8760. (200, 21),
  8761. (200, 22),
  8762. (200, 23),
  8763. (200, 24),
  8764. (200, 25),
  8765. (200, 26),
  8766. (200, 27),
  8767. (200, 28),
  8768. (200, 29),
  8769. (200, 30),
  8770. (200, 31),
  8771. (200, 32),
  8772. (200, 33),
  8773. (200, 34),
  8774. (200, 35),
  8775. (200, 36),
  8776. (200, 37),
  8777. (200, 38),
  8778. (200, 39),
  8779. (200, 44),
  8780. (200, 45),
  8781. (200, 46),
  8782. (200, 47),
  8783. (200, 48),
  8784. (200, 49),
  8785. (200, 50),
  8786. (200, 51),
  8787. (200, 52),
  8788. (200, 53),
  8789. (200, 54),
  8790. (200, 55);
  8791. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8792. (200, 56),
  8793. (200, 57),
  8794. (200, 58),
  8795. (201, 10),
  8796. (201, 20),
  8797. (201, 21),
  8798. (201, 22),
  8799. (201, 23),
  8800. (201, 24),
  8801. (201, 25),
  8802. (201, 26),
  8803. (201, 27),
  8804. (201, 28),
  8805. (201, 29),
  8806. (201, 30),
  8807. (201, 31),
  8808. (201, 32),
  8809. (201, 33),
  8810. (201, 34),
  8811. (201, 35),
  8812. (201, 36),
  8813. (201, 37),
  8814. (201, 38),
  8815. (201, 39),
  8816. (201, 44),
  8817. (201, 45),
  8818. (201, 46),
  8819. (201, 47),
  8820. (201, 48),
  8821. (201, 49),
  8822. (201, 50),
  8823. (201, 51),
  8824. (201, 52),
  8825. (201, 53),
  8826. (201, 54),
  8827. (201, 55),
  8828. (201, 56),
  8829. (201, 57),
  8830. (201, 58),
  8831. (202, 10),
  8832. (202, 18),
  8833. (202, 19),
  8834. (202, 20),
  8835. (202, 21),
  8836. (202, 22),
  8837. (202, 23),
  8838. (202, 24),
  8839. (202, 25),
  8840. (202, 26),
  8841. (202, 27),
  8842. (202, 28),
  8843. (202, 29),
  8844. (202, 30),
  8845. (202, 31),
  8846. (202, 32),
  8847. (202, 33),
  8848. (202, 34),
  8849. (202, 35),
  8850. (202, 38),
  8851. (202, 39),
  8852. (202, 40),
  8853. (202, 41),
  8854. (202, 42),
  8855. (202, 43),
  8856. (202, 44);
  8857. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8858. (202, 45),
  8859. (202, 46),
  8860. (202, 47),
  8861. (202, 48),
  8862. (202, 49),
  8863. (202, 50),
  8864. (202, 51),
  8865. (202, 52),
  8866. (202, 53),
  8867. (202, 54),
  8868. (202, 55),
  8869. (202, 56),
  8870. (202, 57),
  8871. (202, 64),
  8872. (202, 65),
  8873. (202, 66),
  8874. (202, 67),
  8875. (203, 6),
  8876. (203, 10),
  8877. (203, 20),
  8878. (203, 21),
  8879. (203, 22),
  8880. (203, 23),
  8881. (203, 24),
  8882. (203, 25),
  8883. (203, 26),
  8884. (203, 27),
  8885. (203, 28),
  8886. (203, 29),
  8887. (203, 30),
  8888. (203, 31),
  8889. (203, 32),
  8890. (203, 33),
  8891. (203, 34),
  8892. (203, 35),
  8893. (203, 38),
  8894. (203, 39),
  8895. (203, 44),
  8896. (203, 45),
  8897. (203, 46),
  8898. (203, 47),
  8899. (203, 48),
  8900. (203, 49),
  8901. (203, 50),
  8902. (203, 51),
  8903. (203, 52),
  8904. (203, 53),
  8905. (203, 54),
  8906. (203, 55),
  8907. (203, 56),
  8908. (203, 57),
  8909. (204, 10),
  8910. (204, 18),
  8911. (204, 19),
  8912. (204, 20),
  8913. (204, 21),
  8914. (204, 22),
  8915. (204, 23),
  8916. (204, 24),
  8917. (204, 25),
  8918. (204, 26),
  8919. (204, 27),
  8920. (204, 28),
  8921. (204, 29),
  8922. (204, 30);
  8923. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8924. (204, 31),
  8925. (204, 32),
  8926. (204, 33),
  8927. (204, 34),
  8928. (204, 35),
  8929. (204, 36),
  8930. (204, 37),
  8931. (204, 38),
  8932. (204, 39),
  8933. (204, 40),
  8934. (204, 41),
  8935. (204, 42),
  8936. (204, 43),
  8937. (204, 44),
  8938. (204, 45),
  8939. (204, 46),
  8940. (204, 47),
  8941. (204, 48),
  8942. (204, 49),
  8943. (204, 50),
  8944. (204, 51),
  8945. (204, 52),
  8946. (204, 53),
  8947. (204, 54),
  8948. (204, 55),
  8949. (204, 56),
  8950. (204, 57),
  8951. (204, 58),
  8952. (204, 68),
  8953. (204, 70),
  8954. (204, 71),
  8955. (204, 72),
  8956. (204, 73),
  8957. (205, 10),
  8958. (205, 20),
  8959. (205, 21),
  8960. (205, 22),
  8961. (205, 23),
  8962. (205, 24),
  8963. (205, 25),
  8964. (205, 26),
  8965. (205, 27),
  8966. (205, 28),
  8967. (205, 29),
  8968. (205, 30),
  8969. (205, 31),
  8970. (205, 32),
  8971. (205, 33),
  8972. (205, 34),
  8973. (205, 35),
  8974. (205, 36),
  8975. (205, 37),
  8976. (205, 38),
  8977. (205, 39),
  8978. (205, 44),
  8979. (205, 45),
  8980. (205, 46),
  8981. (205, 47),
  8982. (205, 48),
  8983. (205, 49),
  8984. (205, 50),
  8985. (205, 51),
  8986. (205, 52),
  8987. (205, 53),
  8988. (205, 54);
  8989. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  8990. (205, 55),
  8991. (205, 56),
  8992. (205, 57),
  8993. (205, 58),
  8994. (205, 68),
  8995. (205, 70),
  8996. (205, 71),
  8997. (205, 72),
  8998. (205, 73),
  8999. (206, 10),
  9000. (206, 20),
  9001. (206, 21),
  9002. (206, 22),
  9003. (206, 23),
  9004. (206, 24),
  9005. (206, 25),
  9006. (206, 26),
  9007. (206, 27),
  9008. (206, 28),
  9009. (206, 29),
  9010. (206, 30),
  9011. (206, 31),
  9012. (206, 32),
  9013. (206, 33),
  9014. (206, 34),
  9015. (206, 35),
  9016. (206, 36),
  9017. (206, 37),
  9018. (206, 38),
  9019. (206, 39),
  9020. (206, 44),
  9021. (206, 45),
  9022. (206, 46),
  9023. (206, 47),
  9024. (206, 48),
  9025. (206, 49),
  9026. (206, 50),
  9027. (206, 51),
  9028. (206, 52),
  9029. (206, 53),
  9030. (206, 54),
  9031. (206, 55),
  9032. (206, 56),
  9033. (206, 57),
  9034. (206, 58),
  9035. (207, 10),
  9036. (207, 20),
  9037. (207, 21),
  9038. (207, 22),
  9039. (207, 23),
  9040. (207, 24),
  9041. (207, 25),
  9042. (207, 26),
  9043. (207, 27),
  9044. (207, 28),
  9045. (207, 29),
  9046. (207, 30),
  9047. (207, 31),
  9048. (207, 32),
  9049. (207, 33),
  9050. (207, 34),
  9051. (207, 35),
  9052. (207, 36),
  9053. (207, 37),
  9054. (207, 38);
  9055. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9056. (207, 39),
  9057. (207, 44),
  9058. (207, 45),
  9059. (207, 46),
  9060. (207, 47),
  9061. (207, 48),
  9062. (207, 49),
  9063. (207, 50),
  9064. (207, 51),
  9065. (207, 52),
  9066. (207, 53),
  9067. (207, 54),
  9068. (207, 55),
  9069. (207, 56),
  9070. (207, 57),
  9071. (207, 58),
  9072. (208, 10),
  9073. (208, 20),
  9074. (208, 21),
  9075. (208, 22),
  9076. (208, 23),
  9077. (208, 24),
  9078. (208, 25),
  9079. (208, 26),
  9080. (208, 27),
  9081. (208, 28),
  9082. (208, 29),
  9083. (208, 30),
  9084. (208, 31),
  9085. (208, 32),
  9086. (208, 33),
  9087. (208, 34),
  9088. (208, 35),
  9089. (208, 36),
  9090. (208, 37),
  9091. (208, 38),
  9092. (208, 39),
  9093. (208, 44),
  9094. (208, 45),
  9095. (208, 46),
  9096. (208, 47),
  9097. (208, 48),
  9098. (208, 49),
  9099. (208, 50),
  9100. (208, 51),
  9101. (208, 52),
  9102. (208, 53),
  9103. (208, 54),
  9104. (208, 55),
  9105. (208, 56),
  9106. (208, 57),
  9107. (208, 58),
  9108. (209, 10),
  9109. (209, 20),
  9110. (209, 21),
  9111. (209, 22),
  9112. (209, 23),
  9113. (209, 24),
  9114. (209, 25),
  9115. (209, 26),
  9116. (209, 27),
  9117. (209, 28),
  9118. (209, 29),
  9119. (209, 30),
  9120. (209, 31);
  9121. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9122. (209, 32),
  9123. (209, 33),
  9124. (209, 34),
  9125. (209, 35),
  9126. (209, 36),
  9127. (209, 37),
  9128. (209, 38),
  9129. (209, 39),
  9130. (209, 44),
  9131. (209, 45),
  9132. (209, 46),
  9133. (209, 47),
  9134. (209, 48),
  9135. (209, 49),
  9136. (209, 50),
  9137. (209, 51),
  9138. (209, 52),
  9139. (209, 53),
  9140. (209, 54),
  9141. (209, 55),
  9142. (209, 56),
  9143. (209, 57),
  9144. (209, 58),
  9145. (209, 68),
  9146. (209, 69),
  9147. (209, 70),
  9148. (209, 71),
  9149. (209, 72),
  9150. (209, 73),
  9151. (210, 10),
  9152. (210, 20),
  9153. (210, 21),
  9154. (210, 22),
  9155. (210, 23),
  9156. (210, 24),
  9157. (210, 25),
  9158. (210, 26),
  9159. (210, 27),
  9160. (210, 28),
  9161. (210, 29),
  9162. (210, 30),
  9163. (210, 31),
  9164. (210, 32),
  9165. (210, 33),
  9166. (210, 34),
  9167. (210, 35),
  9168. (210, 36),
  9169. (210, 37),
  9170. (210, 38),
  9171. (210, 39),
  9172. (210, 44),
  9173. (210, 45),
  9174. (210, 46),
  9175. (210, 47),
  9176. (210, 48),
  9177. (210, 49),
  9178. (210, 50),
  9179. (210, 51),
  9180. (210, 52),
  9181. (210, 53),
  9182. (210, 54),
  9183. (210, 55),
  9184. (210, 56),
  9185. (210, 57),
  9186. (210, 58);
  9187. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9188. (210, 68),
  9189. (210, 70),
  9190. (210, 71),
  9191. (210, 72),
  9192. (210, 73),
  9193. (211, 10),
  9194. (211, 18),
  9195. (211, 19),
  9196. (211, 20),
  9197. (211, 21),
  9198. (211, 22),
  9199. (211, 23),
  9200. (211, 24),
  9201. (211, 25),
  9202. (211, 26),
  9203. (211, 27),
  9204. (211, 28),
  9205. (211, 29),
  9206. (211, 30),
  9207. (211, 31),
  9208. (211, 32),
  9209. (211, 33),
  9210. (211, 34),
  9211. (211, 35),
  9212. (211, 36),
  9213. (211, 37),
  9214. (211, 38),
  9215. (211, 39),
  9216. (211, 40),
  9217. (211, 41),
  9218. (211, 42),
  9219. (211, 43),
  9220. (211, 44),
  9221. (211, 45),
  9222. (211, 46),
  9223. (211, 47),
  9224. (211, 48),
  9225. (211, 49),
  9226. (211, 50),
  9227. (211, 51),
  9228. (211, 52),
  9229. (211, 53),
  9230. (211, 54),
  9231. (211, 55),
  9232. (211, 56),
  9233. (211, 57),
  9234. (211, 58),
  9235. (211, 68),
  9236. (211, 70),
  9237. (211, 71),
  9238. (211, 72),
  9239. (211, 73),
  9240. (212, 10),
  9241. (212, 20),
  9242. (212, 21),
  9243. (212, 22),
  9244. (212, 23),
  9245. (212, 24),
  9246. (212, 25),
  9247. (212, 26),
  9248. (212, 27),
  9249. (212, 28),
  9250. (212, 29),
  9251. (212, 30),
  9252. (212, 31);
  9253. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9254. (212, 32),
  9255. (212, 33),
  9256. (212, 34),
  9257. (212, 35),
  9258. (212, 36),
  9259. (212, 37),
  9260. (212, 38),
  9261. (212, 39),
  9262. (212, 44),
  9263. (212, 45),
  9264. (212, 46),
  9265. (212, 47),
  9266. (212, 48),
  9267. (212, 49),
  9268. (212, 50),
  9269. (212, 51),
  9270. (212, 52),
  9271. (212, 53),
  9272. (212, 54),
  9273. (212, 55),
  9274. (212, 56),
  9275. (212, 57),
  9276. (212, 58),
  9277. (212, 68),
  9278. (212, 70),
  9279. (212, 71),
  9280. (212, 72),
  9281. (212, 73),
  9282. (213, 10),
  9283. (213, 20),
  9284. (213, 21),
  9285. (213, 22),
  9286. (213, 23),
  9287. (213, 24),
  9288. (213, 25),
  9289. (213, 26),
  9290. (213, 27),
  9291. (213, 28),
  9292. (213, 29),
  9293. (213, 30),
  9294. (213, 31),
  9295. (213, 32),
  9296. (213, 33),
  9297. (213, 34),
  9298. (213, 35),
  9299. (213, 36),
  9300. (213, 37),
  9301. (213, 38),
  9302. (213, 39),
  9303. (213, 44),
  9304. (213, 45),
  9305. (213, 46),
  9306. (213, 47),
  9307. (213, 48),
  9308. (213, 49),
  9309. (213, 50),
  9310. (213, 51),
  9311. (213, 52),
  9312. (213, 53),
  9313. (213, 54),
  9314. (213, 55),
  9315. (213, 56),
  9316. (213, 57),
  9317. (213, 58),
  9318. (213, 68);
  9319. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9320. (213, 69),
  9321. (213, 70),
  9322. (213, 71),
  9323. (213, 72),
  9324. (213, 73),
  9325. (214, 10),
  9326. (214, 20),
  9327. (214, 21),
  9328. (214, 22),
  9329. (214, 23),
  9330. (214, 24),
  9331. (214, 25),
  9332. (214, 26),
  9333. (214, 27),
  9334. (214, 28),
  9335. (214, 29),
  9336. (214, 30),
  9337. (214, 31),
  9338. (214, 32),
  9339. (214, 33),
  9340. (214, 34),
  9341. (214, 35),
  9342. (214, 36),
  9343. (214, 37),
  9344. (214, 38),
  9345. (214, 39),
  9346. (214, 44),
  9347. (214, 45),
  9348. (214, 46),
  9349. (214, 47),
  9350. (214, 48),
  9351. (214, 49),
  9352. (214, 50),
  9353. (214, 51),
  9354. (214, 52),
  9355. (214, 53),
  9356. (214, 54),
  9357. (214, 55),
  9358. (214, 56),
  9359. (214, 57),
  9360. (214, 58),
  9361. (214, 68),
  9362. (214, 70),
  9363. (214, 71),
  9364. (214, 72),
  9365. (214, 73),
  9366. (215, 10),
  9367. (215, 18),
  9368. (215, 19),
  9369. (215, 20),
  9370. (215, 21),
  9371. (215, 22),
  9372. (215, 23),
  9373. (215, 24),
  9374. (215, 25),
  9375. (215, 26),
  9376. (215, 27),
  9377. (215, 28),
  9378. (215, 29),
  9379. (215, 30),
  9380. (215, 31),
  9381. (215, 32),
  9382. (215, 33),
  9383. (215, 34),
  9384. (215, 35);
  9385. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9386. (215, 36),
  9387. (215, 37),
  9388. (215, 38),
  9389. (215, 39),
  9390. (215, 40),
  9391. (215, 41),
  9392. (215, 42),
  9393. (215, 43),
  9394. (215, 44),
  9395. (215, 45),
  9396. (215, 46),
  9397. (215, 47),
  9398. (215, 48),
  9399. (215, 49),
  9400. (215, 50),
  9401. (215, 51),
  9402. (215, 52),
  9403. (215, 53),
  9404. (215, 54),
  9405. (215, 55),
  9406. (215, 56),
  9407. (215, 57),
  9408. (215, 58),
  9409. (215, 68),
  9410. (215, 70),
  9411. (215, 71),
  9412. (215, 72),
  9413. (215, 73),
  9414. (215, 74),
  9415. (216, 10),
  9416. (216, 18),
  9417. (216, 19),
  9418. (216, 20),
  9419. (216, 21),
  9420. (216, 22),
  9421. (216, 23),
  9422. (216, 24),
  9423. (216, 25),
  9424. (216, 26),
  9425. (216, 27),
  9426. (216, 28),
  9427. (216, 29),
  9428. (216, 30),
  9429. (216, 31),
  9430. (216, 32),
  9431. (216, 33),
  9432. (216, 34),
  9433. (216, 35),
  9434. (216, 36),
  9435. (216, 37),
  9436. (216, 38),
  9437. (216, 39),
  9438. (216, 40),
  9439. (216, 41),
  9440. (216, 42),
  9441. (216, 43),
  9442. (216, 44),
  9443. (216, 45),
  9444. (216, 46),
  9445. (216, 47),
  9446. (216, 48),
  9447. (216, 49),
  9448. (216, 50),
  9449. (216, 51),
  9450. (216, 52);
  9451. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9452. (216, 53),
  9453. (216, 54),
  9454. (216, 55),
  9455. (216, 56),
  9456. (216, 57),
  9457. (216, 58),
  9458. (216, 68),
  9459. (216, 70),
  9460. (216, 71),
  9461. (216, 72),
  9462. (216, 73),
  9463. (216, 74),
  9464. (218, 10),
  9465. (218, 18),
  9466. (218, 19),
  9467. (218, 20),
  9468. (218, 21),
  9469. (218, 22),
  9470. (218, 23),
  9471. (218, 24),
  9472. (218, 25),
  9473. (218, 26),
  9474. (218, 27),
  9475. (218, 28),
  9476. (218, 29),
  9477. (218, 30),
  9478. (218, 31),
  9479. (218, 32),
  9480. (218, 33),
  9481. (218, 34),
  9482. (218, 35),
  9483. (218, 36),
  9484. (218, 37),
  9485. (218, 38),
  9486. (218, 39),
  9487. (218, 40),
  9488. (218, 41),
  9489. (218, 42),
  9490. (218, 43),
  9491. (218, 44),
  9492. (218, 45),
  9493. (218, 46),
  9494. (218, 47),
  9495. (218, 48),
  9496. (218, 49),
  9497. (218, 50),
  9498. (218, 51),
  9499. (218, 52),
  9500. (218, 53),
  9501. (218, 54),
  9502. (218, 55),
  9503. (218, 56),
  9504. (218, 57),
  9505. (218, 58),
  9506. (218, 68),
  9507. (218, 70),
  9508. (218, 71),
  9509. (218, 72),
  9510. (218, 73),
  9511. (218, 74),
  9512. (219, 10),
  9513. (219, 20),
  9514. (219, 21),
  9515. (219, 22),
  9516. (219, 23);
  9517. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9518. (219, 24),
  9519. (219, 25),
  9520. (219, 26),
  9521. (219, 27),
  9522. (219, 28),
  9523. (219, 29),
  9524. (219, 30),
  9525. (219, 31),
  9526. (219, 32),
  9527. (219, 33),
  9528. (219, 34),
  9529. (219, 35),
  9530. (219, 36),
  9531. (219, 37),
  9532. (219, 38),
  9533. (219, 39),
  9534. (219, 44),
  9535. (219, 45),
  9536. (219, 46),
  9537. (219, 47),
  9538. (219, 48),
  9539. (219, 49),
  9540. (219, 50),
  9541. (219, 51),
  9542. (219, 52),
  9543. (219, 53),
  9544. (219, 54),
  9545. (219, 55),
  9546. (219, 56),
  9547. (219, 57),
  9548. (219, 58),
  9549. (219, 68),
  9550. (219, 70),
  9551. (219, 71),
  9552. (219, 72),
  9553. (219, 73),
  9554. (219, 74),
  9555. (220, 10),
  9556. (220, 18),
  9557. (220, 19),
  9558. (220, 20),
  9559. (220, 21),
  9560. (220, 22),
  9561. (220, 23),
  9562. (220, 24),
  9563. (220, 25),
  9564. (220, 26),
  9565. (220, 27),
  9566. (220, 28),
  9567. (220, 29),
  9568. (220, 30),
  9569. (220, 31),
  9570. (220, 32),
  9571. (220, 33),
  9572. (220, 34),
  9573. (220, 35),
  9574. (220, 36),
  9575. (220, 37),
  9576. (220, 38),
  9577. (220, 39),
  9578. (220, 40),
  9579. (220, 41),
  9580. (220, 42),
  9581. (220, 43),
  9582. (220, 44);
  9583. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9584. (220, 45),
  9585. (220, 46),
  9586. (220, 47),
  9587. (220, 48),
  9588. (220, 49),
  9589. (220, 50),
  9590. (220, 51),
  9591. (220, 52),
  9592. (220, 53),
  9593. (220, 54),
  9594. (220, 55),
  9595. (220, 56),
  9596. (220, 57),
  9597. (220, 58),
  9598. (220, 68),
  9599. (220, 70),
  9600. (220, 71),
  9601. (220, 72),
  9602. (220, 73),
  9603. (220, 74),
  9604. (221, 10),
  9605. (221, 18),
  9606. (221, 19),
  9607. (221, 20),
  9608. (221, 21),
  9609. (221, 22),
  9610. (221, 23),
  9611. (221, 24),
  9612. (221, 25),
  9613. (221, 26),
  9614. (221, 27),
  9615. (221, 28),
  9616. (221, 29),
  9617. (221, 30),
  9618. (221, 31),
  9619. (221, 32),
  9620. (221, 33),
  9621. (221, 34),
  9622. (221, 35),
  9623. (221, 36),
  9624. (221, 37),
  9625. (221, 38),
  9626. (221, 39),
  9627. (221, 40),
  9628. (221, 41),
  9629. (221, 42),
  9630. (221, 43),
  9631. (221, 44),
  9632. (221, 45),
  9633. (221, 46),
  9634. (221, 47),
  9635. (221, 48),
  9636. (221, 49),
  9637. (221, 50),
  9638. (221, 51),
  9639. (221, 52),
  9640. (221, 53),
  9641. (221, 54),
  9642. (221, 55),
  9643. (221, 56),
  9644. (221, 57),
  9645. (221, 58),
  9646. (221, 68),
  9647. (221, 70),
  9648. (221, 71);
  9649. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9650. (221, 72),
  9651. (221, 73),
  9652. (221, 74),
  9653. (222, 10),
  9654. (222, 20),
  9655. (222, 21),
  9656. (222, 22),
  9657. (222, 23),
  9658. (222, 24),
  9659. (222, 25),
  9660. (222, 26),
  9661. (222, 27),
  9662. (222, 28),
  9663. (222, 29),
  9664. (222, 30),
  9665. (222, 31),
  9666. (222, 32),
  9667. (222, 33),
  9668. (222, 34),
  9669. (222, 35),
  9670. (222, 36),
  9671. (222, 37),
  9672. (222, 38),
  9673. (222, 39),
  9674. (222, 44),
  9675. (222, 45),
  9676. (222, 46),
  9677. (222, 47),
  9678. (222, 48),
  9679. (222, 49),
  9680. (222, 50),
  9681. (222, 51),
  9682. (222, 52),
  9683. (222, 53),
  9684. (222, 54),
  9685. (222, 55),
  9686. (222, 56),
  9687. (222, 57),
  9688. (222, 58),
  9689. (222, 68),
  9690. (222, 70),
  9691. (222, 71),
  9692. (222, 72),
  9693. (222, 73),
  9694. (222, 74),
  9695. (223, 10),
  9696. (223, 18),
  9697. (223, 19),
  9698. (223, 20),
  9699. (223, 21),
  9700. (223, 22),
  9701. (223, 23),
  9702. (223, 24),
  9703. (223, 25),
  9704. (223, 26),
  9705. (223, 27),
  9706. (223, 28),
  9707. (223, 29),
  9708. (223, 30),
  9709. (223, 31),
  9710. (223, 32),
  9711. (223, 33),
  9712. (223, 34),
  9713. (223, 35),
  9714. (223, 36);
  9715. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9716. (223, 37),
  9717. (223, 38),
  9718. (223, 39),
  9719. (223, 40),
  9720. (223, 41),
  9721. (223, 42),
  9722. (223, 43),
  9723. (223, 44),
  9724. (223, 45),
  9725. (223, 46),
  9726. (223, 47),
  9727. (223, 48),
  9728. (223, 49),
  9729. (223, 50),
  9730. (223, 51),
  9731. (223, 52),
  9732. (223, 53),
  9733. (223, 54),
  9734. (223, 55),
  9735. (223, 56),
  9736. (223, 57),
  9737. (223, 58),
  9738. (223, 68),
  9739. (223, 70),
  9740. (223, 71),
  9741. (223, 72),
  9742. (223, 73),
  9743. (223, 74),
  9744. (226, 10),
  9745. (226, 20),
  9746. (226, 21),
  9747. (226, 22),
  9748. (226, 23),
  9749. (226, 24),
  9750. (226, 25),
  9751. (226, 26),
  9752. (226, 27),
  9753. (226, 28),
  9754. (226, 29),
  9755. (226, 30),
  9756. (226, 31),
  9757. (226, 32),
  9758. (226, 33),
  9759. (226, 34),
  9760. (226, 35),
  9761. (226, 36),
  9762. (226, 37),
  9763. (226, 38),
  9764. (226, 39),
  9765. (226, 44),
  9766. (226, 45),
  9767. (226, 46),
  9768. (226, 47),
  9769. (226, 48),
  9770. (226, 49),
  9771. (226, 50),
  9772. (226, 51),
  9773. (226, 52),
  9774. (226, 53),
  9775. (226, 54),
  9776. (226, 55),
  9777. (226, 56),
  9778. (226, 57),
  9779. (226, 58),
  9780. (226, 68);
  9781. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9782. (226, 70),
  9783. (226, 71),
  9784. (226, 72),
  9785. (226, 73),
  9786. (226, 74),
  9787. (228, 10),
  9788. (228, 20),
  9789. (228, 21),
  9790. (228, 22),
  9791. (228, 23),
  9792. (228, 24),
  9793. (228, 25),
  9794. (228, 26),
  9795. (228, 27),
  9796. (228, 28),
  9797. (228, 29),
  9798. (228, 30),
  9799. (228, 31),
  9800. (228, 32),
  9801. (228, 33),
  9802. (228, 34),
  9803. (228, 35),
  9804. (228, 36),
  9805. (228, 37),
  9806. (228, 38),
  9807. (228, 39),
  9808. (228, 44),
  9809. (228, 45),
  9810. (228, 46),
  9811. (228, 47),
  9812. (228, 48),
  9813. (228, 49),
  9814. (228, 50),
  9815. (228, 51),
  9816. (228, 52),
  9817. (228, 53),
  9818. (228, 54),
  9819. (228, 55),
  9820. (228, 56),
  9821. (228, 57),
  9822. (228, 58),
  9823. (228, 68),
  9824. (228, 69),
  9825. (228, 70),
  9826. (228, 71),
  9827. (228, 72),
  9828. (228, 73),
  9829. (230, 10),
  9830. (230, 20),
  9831. (230, 21),
  9832. (230, 22),
  9833. (230, 23),
  9834. (230, 24),
  9835. (230, 25),
  9836. (230, 26),
  9837. (230, 27),
  9838. (230, 28),
  9839. (230, 29),
  9840. (230, 30),
  9841. (230, 31),
  9842. (230, 32),
  9843. (230, 33),
  9844. (230, 34),
  9845. (230, 35),
  9846. (230, 36);
  9847. INSERT INTO `user_permission_group` (`user`, `permission_group`) VALUES
  9848. (230, 37),
  9849. (230, 38),
  9850. (230, 39),
  9851. (230, 44),
  9852. (230, 45),
  9853. (230, 46),
  9854. (230, 47),
  9855. (230, 48),
  9856. (230, 49),
  9857. (230, 50),
  9858. (230, 51),
  9859. (230, 52),
  9860. (230, 53),
  9861. (230, 54),
  9862. (230, 55),
  9863. (230, 56),
  9864. (230, 57),
  9865. (230, 58),
  9866. (230, 68),
  9867. (230, 70),
  9868. (230, 71),
  9869. (230, 72),
  9870. (230, 73),
  9871. (230, 74);
  9872. /*!40000 ALTER TABLE `user_permission_group` ENABLE KEYS */;
  9873. -- 导出 表 shenyangshitang.user_shop 结构
  9874. CREATE TABLE IF NOT EXISTS `user_shop` (
  9875. `usr` int(11) NOT NULL,
  9876. `shop` int(11) NOT NULL,
  9877. PRIMARY KEY (`usr`,`shop`),
  9878. KEY `FK_USER_SHO_REFERENCE_SHOP_idx` (`shop`)
  9879. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  9880. -- 正在导出表 shenyangshitang.user_shop 的数据:~0 rows (大约)
  9881. /*!40000 ALTER TABLE `user_shop` DISABLE KEYS */;
  9882. /*!40000 ALTER TABLE `user_shop` ENABLE KEYS */;
  9883. /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
  9884. /*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
  9885. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;