소스 검색

[智价云] 导出失败优化

tangyuanwang 16 시간 전
부모
커밋
61f9e43fdf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
     }
 
     /**