统一模板路径分隔符为正斜杠提升兼容性

This commit is contained in:
锦麟 王
2026-04-29 16:26:09 +08:00
parent 94461f46f7
commit 1c1e7daca5
@@ -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;
}