diff --git a/SGGL/FineUIPro.Web/HSSE/ActionPlan/ActionPlanList.aspx.cs b/SGGL/FineUIPro.Web/HSSE/ActionPlan/ActionPlanList.aspx.cs index 9610f5c5..0c744bfe 100644 --- a/SGGL/FineUIPro.Web/HSSE/ActionPlan/ActionPlanList.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/ActionPlan/ActionPlanList.aspx.cs @@ -410,6 +410,7 @@ namespace FineUIPro.Web.HSSE.ActionPlan { projectName = "(" + projectName + ")"; } + projectName = projectName.Replace("/", "|"); newUrl = uploadfilepath.Replace(".doc", projectName + ".doc"); if (File.Exists(newUrl)) { diff --git a/SGGL/FineUIPro.Web/ZHGL/Plan/ActionPlanList.aspx.cs b/SGGL/FineUIPro.Web/ZHGL/Plan/ActionPlanList.aspx.cs index 41bb4297..f489dfd9 100644 --- a/SGGL/FineUIPro.Web/ZHGL/Plan/ActionPlanList.aspx.cs +++ b/SGGL/FineUIPro.Web/ZHGL/Plan/ActionPlanList.aspx.cs @@ -396,6 +396,7 @@ namespace FineUIPro.Web.ZHGL.Plan { projectName = "(无项目)"; } + projectName = projectName.Replace("/", "|"); newUrl = uploadfilepath.Replace(".doc", projectName + ".doc"); if (File.Exists(newUrl)) {