Ver código fonte

[智价云] 手动清洗恢复

tangyuanwang 16 horas atrás
pai
commit
146006872e

+ 1 - 1
app/Http/Controllers/Manager/Process/LowPriceGoods.php

@@ -739,7 +739,7 @@ class LowPriceGoods extends Controller
         }
         $start_time =  Carbon::today()->startOfDay()->getTimestamp(); // 今天开始时间 00:00:00
         $end_time = Carbon::today()->endOfDay()->getTimestamp(); // 今天结束时间 23:59:59
-        $message_data = ['company_id' => 8, 'page' => '1', 'limit' => '10000', 'start_time' => $start_time, 'end_time' => $end_time];
+        $message_data = ['company_id' => $company_id, 'page' => '1', 'limit' => '10000', 'start_time' => $start_time, 'end_time' => $end_time];
         //执行低价挂网商品数据清洗任务
         ScrapeDataProductJobs::dispatch($message_data);
         // ScrapeDataProductJobs::dispatchSync($message_data);