|
@@ -6334,11 +6334,12 @@ namespace OASystem.API.Controllers
|
|
|
}
|
|
|
}
|
|
|
string path = savePath + Find.TeamName + "出访日程.docx";
|
|
|
+ string ftpPath = AppSettingsHelper.Get("WordBaseUrl") + AppSettingsHelper.Get("WordFtpPath") + "Travel/export/" + Find.TeamName + "出访日程.docx";
|
|
|
|
|
|
try
|
|
|
{
|
|
|
doc.Save(path, Aspose.Words.SaveFormat.Doc);
|
|
|
- jw = JsonView(true, "导出成功", path);
|
|
|
+ jw = JsonView(true, "导出成功", ftpPath);
|
|
|
}
|
|
|
catch (Exception)
|
|
|
{
|