Kaynağa Gözat

命令行-修复拉取微唯宝商品逻辑

sunxbiao 6 ay önce
ebeveyn
işleme
799b0131b6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/command/WiwibaoProductSync.php

+ 1 - 1
app/command/WiwibaoProductSync.php

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