修正路径分隔符以提升跨平台兼容性
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user