rabin 3 years ago
parent
commit
4788987f81
1 changed files with 1 additions and 0 deletions
  1. 1 0
      service/agent/lib/Import.php

+ 1 - 0
service/agent/lib/Import.php

@@ -440,6 +440,7 @@ class Import
         $key = 9;
         if ($data) {
             foreach ($data as $k => $v) {
+                $update = array();
                 $update['avatar'] = $this->upload($v['avatar']);
                 $update['sign'] = $this->upload($v['sign']);
                 $update['idcard_front'] = $this->upload($v['idcard_front']);