rabin 3 éve
szülő
commit
2ecd99a8bc
1 módosított fájl, 1 hozzáadás és 4 törlés
  1. 1 4
      src/Import.php

+ 1 - 4
src/Import.php

@@ -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]);
             }
         }
     }