|
@@ -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(), // 自动填充更新时间
|