修正路径分隔符以提升跨平台兼容性

This commit is contained in:
锦麟 王
2026-04-13 17:35:13 +08:00
parent af524472a8
commit 130cbedaba
@@ -74,7 +74,7 @@ namespace YLErp.Plugins.GuoLian.DocumentGenerator
else
templateName = "国联民生-收益互换交易确认书-境内模板-【客户看空】-【债券ETF】-清洁版.docx";
return Path.Combine(GlobalConfig.PluginFolder, "App_Docs\\contract_template", templateName);
return Path.Combine(GlobalConfig.PluginFolder, "App_Docs/contract_template", templateName);
}
/// <summary>