|
|
@@ -342,7 +342,7 @@ class ExportLowPriceGoodsJobs implements ShouldQueue
|
|
|
$sheet->setCellValue('L2', '挂网价格');
|
|
|
$sheet->setCellValue('M2', '是否超低价格');
|
|
|
$sheet->setCellValue('N2', '超低监控价格');
|
|
|
- $sheet->setCellValue('O2', '累计挂网次数');
|
|
|
+ $sheet->setCellValue('O2', ' ');
|
|
|
$sheet->setCellValue('P2', '连续挂网次数');
|
|
|
$sheet->setCellValue('Q2', '链接地址');
|
|
|
$sheet->setCellValue('R2', '店铺名称');
|
|
|
@@ -431,7 +431,7 @@ class ExportLowPriceGoodsJobs implements ShouldQueue
|
|
|
$sheet->setCellValue('L' . $row, $item['online_posting_price']);
|
|
|
$sheet->setCellValue('M' . $row, $item['is_ultra_low_price'] == 1 ? '是' : '否');
|
|
|
$sheet->setCellValue('N' . $row, $item['ultra_low_price']);
|
|
|
- $sheet->setCellValue('O' . $row, $item['online_posting_count']);
|
|
|
+ $sheet->setCellValue('O' . $row, '');
|
|
|
$sheet->setCellValue('P' . $row, $item['continuous_listing_count']);
|
|
|
$sheet->setCellValue('Q' . $row, $item['link_url']);
|
|
|
$sheet->setCellValue('R' . $row, $item['store_name']);
|