瀏覽代碼

bugfix: EK-0524: 结算后台无法下载PDF订单.

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

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

@@ -582,6 +582,9 @@ class BaseExport extends Component {
             throw new Exception('无法获取需要的参数');
         }
         $path = __DS__ . $this->getSaveBasePath() . __DS__ . $this->getSavePath();
+
+        LoggerTool::debug([$path => $path]);
+
         $realFile = $path . __DS__ . $this->getFileName('.pdf');
 
         $this->completed = false;