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