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