|
@@ -1360,7 +1360,7 @@ namespace OASystem.API.Controllers
|
|
|
}
|
|
|
}
|
|
|
//MemoryStream outSteam = new MemoryStream();
|
|
|
- string filsPath = AppSettingsHelper.Get("WordBasePath") + $"ForeignReceivables/File/{ClientItem.Key.Replace("\n", "")}.docx";
|
|
|
+ string filsPath = AppSettingsHelper.Get("WordBasePath") + $"ForeignReceivables/File/{ClientItem.Key.Replace("\n", "")}_{_DelegationInfo.VisitCountry.Replace("|","、")}.docx";
|
|
|
//去水印
|
|
|
new Aspose.Words.License().SetLicense(new MemoryStream(Convert.FromBase64String(AsposeHelper.asposeKey)));
|
|
|
doc.Save(filsPath);
|