|
@@ -6334,7 +6334,7 @@ namespace OASystem.API.Controllers
|
|
}
|
|
}
|
|
}
|
|
}
|
|
string path = savePath + Find.TeamName + "出访日程.docx";
|
|
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
|
|
try
|
|
{
|
|
{
|