Sfoglia il codice sorgente

[智价云] 导出失败优化

tangyuanwang 15 ore fa
parent
commit
61f9e43fdf
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/Jobs/Manager/Other/ExportLowPriceGoodsJobs.php

+ 1 - 0
app/Jobs/Manager/Other/ExportLowPriceGoodsJobs.php

@@ -39,6 +39,7 @@ class ExportLowPriceGoodsJobs implements ShouldQueue
     public function __construct(array $message_data)
     {
         $this->message_data = $message_data;
+        $this->company_id = isset($this->message_data['company_id']) ? $this->message_data['company_id'] : 0;
     }
 
     /**