Преглед изворни кода

[智价云] 金活累计挂网字段列空

tangyuanwang пре 16 часа
родитељ
комит
c1f178950d

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

@@ -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']);

+ 2 - 2
app/Jobs/Manager/Other/ExportViolationProductJobs.php

@@ -357,7 +357,7 @@ class ExportViolationProductJobs implements ShouldQueue
             $sheet->setCellValue('H2', '销量');
             $sheet->setCellValue('I2', '快照URL');
             $sheet->setCellValue('J2', '商品规格');
-            $sheet->setCellValue('K2', '累计挂网次数');
+            $sheet->setCellValue('K2', ' ');
             $sheet->setCellValue('L2', '连续挂网次数');
             $sheet->setCellValue('M2', '链接地址');
             $sheet->setCellValue('N2', '店铺名称');
@@ -413,7 +413,7 @@ class ExportViolationProductJobs implements ShouldQueue
                 $sheet->setCellValue('H' . $row, '');
                 $sheet->setCellValue('I' . $row, $item['snapshot_url'] != '' ? $item['snapshot_url'] : '暂无');
                 $sheet->setCellValue('J' . $row, $item['product_specs']);
-                $sheet->setCellValue('K' . $row, $item['online_posting_count']);
+                $sheet->setCellValue('K' . $row, '');
                 $sheet->setCellValue('L' . $row, $item['continuous_listing_count']);
                 $sheet->setCellValue('M' . $row, $item['link_url']);
                 $sheet->setCellValue('N' . $row, $item['store_name']);