Explorar el Código

修改 ExpertWordToModel -> ExpertWordToModel 中替换的路径

yuanrf hace 11 meses
padre
commit
6761da86be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      OASystem/OASystem.Api/OAMethodLib/File/AsposeHelper.cs

+ 1 - 1
OASystem/OASystem.Api/OAMethodLib/File/AsposeHelper.cs

@@ -80,7 +80,7 @@ namespace OASystem.API.OAMethodLib.File
 
                 //保存合并后的文档
                 doc.Save(saveFilePath);
-                saveFilePath = saveFilePath.Replace("C:/Server/File/OA2023/", AppSettingsHelper.Get("OfficeBaseUrl")); //返回下载地址
+                saveFilePath = saveFilePath.Replace("D:/FTP/File/OA2023/", AppSettingsHelper.Get("OfficeBaseUrl")); //返回下载地址
                 return saveFilePath; //返回下载地址
             }
             catch (Exception ex)