From e72a8b05a43d2ba21e65df08773845f3c6d46609 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Mon, 17 Jul 2023 14:15:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9E=E6=96=BD=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E5=AF=BC=E5=87=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/HSSE/ActionPlan/ActionPlanList.aspx.cs | 1 + SGGL/FineUIPro.Web/ZHGL/Plan/ActionPlanList.aspx.cs | 1 + 2 files changed, 2 insertions(+) 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)) {