fix: 产品目录同步产品默认在售
This commit is contained in:
@@ -183,7 +183,7 @@ class ReceiveProductSync
|
|||||||
'desc' => '',
|
'desc' => '',
|
||||||
'video_img' => '',
|
'video_img' => '',
|
||||||
'video_url' => '',
|
'video_url' => '',
|
||||||
'is_sale' => 0,
|
'is_sale' => 1,
|
||||||
'is_new' => 0,
|
'is_new' => 0,
|
||||||
'is_hot' => 0,
|
'is_hot' => 0,
|
||||||
'is_show' => 0,
|
'is_show' => 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user