正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论