部分界面导出失败问题处理(项目名称包含特殊字符/导致)

This commit is contained in:
2025-07-24 10:21:02 +08:00
parent d97b373cc6
commit 45ed356149
20 changed files with 22 additions and 22 deletions
@@ -496,7 +496,7 @@ namespace FineUIPro.Web.CQMS.QualityPlanning
initTemplatePath = Const.CQMS_OrganizationalUrl;
uploadfilepath = rootPath + initTemplatePath;
newUrl = uploadfilepath.Replace("总包质量管理组织机构图", "总包质量管理组织机构图(" + pModel.ShortName + "");
newUrl = uploadfilepath.Replace("总包质量管理组织机构图", "总包质量管理组织机构图(" + pModel.ShortName.Replace("/", "") + "");
//filePath = initTemplatePath.Replace(".doc", trainRecords.TrainRecordsId.Replace("/", "-") + ".pdf");
if (File.Exists(newUrl))
{