瀏覽代碼

feature/EK-3320

ryan 1 月之前
父節點
當前提交
7e79855c4d
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      common/libs/export/BaseExport.php

+ 4 - 0
common/libs/export/BaseExport.php

@@ -1964,6 +1964,10 @@ ORDER;
 //            $pdf->Image('@' . $image, 15, 12, 20, 7, 'JPG');
             $pdf->writeHTML($context);
 
+            // 在输出PDF之前添加
+            header("Cache-Control: no-cache, no-store, must-revalidate");
+            header("Pragma: no-cache");
+            header("Expires: 0");
             $result = $pdf->Output($realFile, 'F');
 
             $this->_updateFirst($realFile, 1);