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")