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