互换交易确认书无法生成

This commit is contained in:
yexuzhong
2026-03-25 19:26:08 +08:00
parent 1405fc4feb
commit dd78a66495
10 changed files with 67 additions and 69 deletions
@@ -105,7 +105,7 @@ namespace YLErp.Plugins.ShanXi.DocumentGenerator
protected override string GetTemplateFilePath()
{
var templatePath = "";
templatePath = Path.Combine(GlobalConfig.PluginFolder, "App_Docs\\结算单\\场外衍生品结算确认书.docx");
templatePath = Path.Combine(GlobalConfig.PluginFolder, "App_Docs\\settlement_template\\settle_01.docx");
return templatePath;
}