@@ -41,10 +41,7 @@ class Import
$id = Dever::upinto('area/province', $update, $update);
# 获取城市
- if ($update['name'] == '广东省') {
- $this->getCity($id, $update['name'], $result[1][$k]);
- }
-
+ $this->getCity($id, $update['name'], $result[1][$k]);
}