jiangjc 9 meses atrás
pai
commit
79b86beba2

+ 1 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -6334,7 +6334,7 @@ namespace OASystem.API.Controllers
                 }
             }
             string path = savePath + Find.TeamName + "出访日程.docx";
-            string ftpPath = AppSettingsHelper.Get("WordFtpPath") + "Travel/export/"+ Find.TeamName + "出访日程.docx";
+            string ftpPath = AppSettingsHelper.Get("WordBaseUrl") + AppSettingsHelper.Get("WordFtpPath") + "Travel/export/" + Find.TeamName + "出访日程.docx";
 
             try
             {