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']);