rabin 3 년 전
부모
커밋
1dea6b1d1f
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      lib/Manage.php

+ 3 - 1
lib/Manage.php

@@ -53,7 +53,9 @@ class Manage
                     Dever::db('area/city')->update($update);
                 }
             }
-            $this->setTown_api();
+            if ($id == 1) {
+                $this->setTown_api();
+            }
         }
     }