rabin 3 年之前
父节点
当前提交
4788987f81
共有 1 个文件被更改,包括 1 次插入0 次删除
  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']);