rabin 3 年之前
父节点
当前提交
2ecd99a8bc
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      src/Import.php

+ 1 - 4
src/Import.php

@@ -41,10 +41,7 @@ class Import
                 $id = Dever::upinto('area/province', $update, $update);
                 $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]);
             }
             }
         }
         }
     }
     }