6
0
Fork 0

OssCopyCommand

base
panliang 2022-07-29 15:12:57 +08:00
parent 865b36bcd6
commit 46368be96d
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class OssCopy extends Command
$data[$key] = $this->copy($item); $data[$key] = $this->copy($item);
} }
} catch (OssException $e) { } catch (OssException $e) {
$this->error('key: ' . $key . ', value: ' . $item . ', id: ' . $model->id); $this->error("model: ".get_class($model).", id: ".$model->id.", key: ".$key.", value: " . $item);
} }
} }
if (count($data) > 0) { if (count($data) > 0) {