6
0
Fork 0
panliang 2022-08-15 14:44:00 +08:00
parent ff7a9dde91
commit 1f294eafa5
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class OssCopy extends Command
}
}
if (count($data) > 0) {
// $model->forceFill($data)->save();
$model->forceFill($data)->save();
}
}