diff --git a/pgserver/application/admin/controller/ReportManage.php b/pgserver/application/admin/controller/ReportManage.php index c7f9d03..d3f9bc8 100644 --- a/pgserver/application/admin/controller/ReportManage.php +++ b/pgserver/application/admin/controller/ReportManage.php @@ -2450,6 +2450,8 @@ class ReportManage extends Base{ Log::debug('生成报告5'); //上传文件 $upload = ossUpload(trim(str_replace("\\", "/", $filename), '/'), $filePath); + Log::error('upload:'); + Log::error($upload); @unlink($filePath); //把本地图片删除(原图) //报告PDF地址 $url = config('uploadFile.url') . $filename;