no commit message
This commit is contained in:
@@ -2450,6 +2450,8 @@ class ReportManage extends Base{
|
|||||||
Log::debug('生成报告5');
|
Log::debug('生成报告5');
|
||||||
//上传文件
|
//上传文件
|
||||||
$upload = ossUpload(trim(str_replace("\\", "/", $filename), '/'), $filePath);
|
$upload = ossUpload(trim(str_replace("\\", "/", $filename), '/'), $filePath);
|
||||||
|
Log::error('upload:');
|
||||||
|
Log::error($upload);
|
||||||
@unlink($filePath); //把本地图片删除(原图)
|
@unlink($filePath); //把本地图片删除(原图)
|
||||||
//报告PDF地址
|
//报告PDF地址
|
||||||
$url = config('uploadFile.url') . $filename;
|
$url = config('uploadFile.url') . $filename;
|
||||||
|
|||||||
Reference in New Issue
Block a user