作者 刘锟

项目升级

... ... @@ -113,7 +113,7 @@ class ProjectUpdate extends Command
foreach ($items as $item) {
$product = $model->read(['title' => $item], 'id');
$product = $model->read(['title' => $item['ttile']], 'id');
if (!$product) {
$gallery = [];
foreach ($item['images'] as $k_img => $img) {
... ...