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