rabin 3 năm trước cách đây
mục cha
commit
1dea6b1d1f
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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();
+            }
         }
     }