统一模板路径分隔符为正斜杠提升兼容性
This commit is contained in:
@@ -19,7 +19,7 @@ namespace YLErp.Plugins.GuoLian.DocumentGenerator
|
||||
|
||||
protected override string GetTemplateFilePath()
|
||||
{
|
||||
var templatePath = Path.Combine(GlobalConfig.PluginFolder, "App_Docs\\settlement_template\\settle_01.docx");
|
||||
var templatePath = Path.Combine(GlobalConfig.PluginFolder, "App_Docs/settlement_template/settle_01.docx");
|
||||
return templatePath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user