Forráskód Böngészése

[智价云] 导出更新

tangyuanwang 16 órája
szülő
commit
fe3bcc8a67
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/Jobs/Manager/Other/ExportLowPriceGoodsJobs.php

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

@@ -462,7 +462,7 @@ class ExportLowPriceGoodsJobs implements ShouldQueue
                 $sheet->setCellValue('F' . $row, $item['product_name']);
                 $sheet->setCellValue('G' . $row, $item['inventory']);
                 $sheet->setCellValue('H' . $row, $item['sales']);
-                $sheet->setCellValue('I' . $row, $item['snapshot_url'] != '' ? $item['snapshot_url'] : '暂无');
+                $sheet->setCellValue('I' . $row, $item['snapshot_url']);
                 $sheet->setCellValue('J' . $row, $item['product_specs']);
                 $sheet->setCellValue('K' . $row, $item['suggested_price']);
                 $sheet->setCellValue('L' . $row, $item['online_posting_price']);