瀏覽代碼

[智价云] 禁止挂网导出时间更新

tangyuanwang 12 小時之前
父節點
當前提交
395515b913
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Jobs/Manager/Other/ExportViolationProductJobs.php

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

@@ -416,7 +416,7 @@ class ExportViolationProductJobs implements ShouldQueue
             $sheet->setCellValue('U' . $row, isset($processing_status_text[$item['processing_status']]) ? $processing_status_text[$item['processing_status']] : '');
             $sheet->setCellValue('V' . $row, $item['shipment_province_name']);
             $sheet->setCellValue('W' . $row, $item['shipment_city_name']);
-            $sheet->setCellValue('X' . $row, !!empty($item['collection_time']) ? date('Y-m-d H:i:s', $item['collection_time']) : '');
+            $sheet->setCellValue('X' . $row, !empty($item['collection_time']) ? date('Y-m-d H:i:s', $item['collection_time']) : '');
             $sheet->setCellValue('Y' . $row, date('Y-m-d H:i:s', $item['insert_time']));
             $row++;
         }