|
|
@@ -444,7 +444,7 @@ class WiwibaoProductSync extends Command
|
|
444
|
444
|
$priceChanged['sku_difference_map'][$sku['gong_sku_id']] ?? ($priceChanged['spu_difference'] ?? '0.00'),
|
|
445
|
445
|
2
|
|
446
|
446
|
);
|
|
447
|
|
- Log::error('商品价格变动:' . json_encode([
|
|
|
447
|
+ Log::info('商品价格变动:' . json_encode([
|
|
448
|
448
|
'product_id' => $product['product_id'],
|
|
449
|
449
|
'sku_id' => $sku['gong_sku_id'],
|
|
450
|
450
|
'before_price' => $sku['price'],
|