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

This commit is contained in:
2025-07-16 13:38:54 +08:00
parent 011f68b73d
commit 697ca4ba78

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,