fix: 产品目录同步产品默认在售

This commit is contained in:
2025-07-16 13:38:54 +08:00
parent 2b8f8c8294
commit a52fb091a8

View File

@@ -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,