|
@@ -6938,7 +6938,7 @@ namespace OASystem.API.Controllers
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- string path = savePath + Find.TeamName + "出访日程.docx";
|
|
|
|
|
|
+ string path = savePath + Find.TeamName + "出访日程";
|
|
string ftpPath = AppSettingsHelper.Get("WordBaseUrl") + AppSettingsHelper.Get("WordFtpPath") + "Travel/export/" + Find.TeamName + "出访日程";
|
|
string ftpPath = AppSettingsHelper.Get("WordBaseUrl") + AppSettingsHelper.Get("WordFtpPath") + "Travel/export/" + Find.TeamName + "出访日程";
|
|
|
|
|
|
try
|
|
try
|
|
@@ -6952,7 +6952,7 @@ namespace OASystem.API.Controllers
|
|
postfix = ".pdf";
|
|
postfix = ".pdf";
|
|
}
|
|
}
|
|
|
|
|
|
- doc.Save(path, saveFormat);
|
|
|
|
|
|
+ doc.Save(path + postfix, saveFormat);
|
|
jw = JsonView(true, "导出成功", ftpPath + postfix);
|
|
jw = JsonView(true, "导出成功", ftpPath + postfix);
|
|
}
|
|
}
|
|
catch (Exception)
|
|
catch (Exception)
|