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);
 
                 # 获取城市
-                if ($update['name'] == '广东省') {
-                    $this->getCity($id, $update['name'], $result[1][$k]);
-                }
-                
+                $this->getCity($id, $update['name'], $result[1][$k]);
             }
         }
     }