From 7770eb5ad753688b472334663419e3935c663550 Mon Sep 17 00:00:00 2001 From: liangkun Date: Mon, 12 Jul 2021 11:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E9=A2=84=E8=A7=88=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/LR_SystemModule/Controllers/AnnexesController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Controllers/AnnexesController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Controllers/AnnexesController.cs index 3e6b4bf8c..6b3f94a69 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Controllers/AnnexesController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Controllers/AnnexesController.cs @@ -198,7 +198,7 @@ namespace Learun.Application.Web.Areas.LR_SystemModule.Controllers { //filePreviewIBLL.GetExcelData(data.F_FilePath); //liang 2021-6-25 改aspose预览 - AsposeCore.GetExcelData(DirFileHelper.GetAbsolutePath(data.F_FilePath)); + AsposeCore.GetExcelData(data.F_FilePath); } } if (data.F_FileType == "docx" || data.F_FileType == "doc")