(cherry picked from commit 38539da76545781fccd1e28ea1955fdb1b7679c4)
@@ -50,6 +50,7 @@ class ImportProduct extends Form
'seo_keywords' => '',
'seo_description' => '',
'status' => 2,
+ 'album_id' => $item['id'],//图库ID
'dist_id' => getDistributorId(),
'created_at' => now(), // 自动填充创建时间
'updated_at' => now(), // 自动填充更新时间
@@ -46,7 +46,9 @@ class DistProduct extends Model
'seo_description',
'slug',
'status',
- 'review_reply'
+ 'review_reply',
+ 'album_id',
+
];