作者 刘锟

update

@@ -323,7 +323,7 @@ class ProjectUpdate extends Command @@ -323,7 +323,7 @@ class ProjectUpdate extends Command
323 continue; 323 continue;
324 } 324 }
325 }else{ 325 }else{
326 - $model->edit(['intro'=>$item['short_description'] ?? ''],['id'=>$project['id']]); 326 + $model->edit(['intro'=>$item['short_description'] ?? ''],['id'=>$product['id']]);
327 } 327 }
328 } 328 }
329 } 329 }