From 47062507cff1ad3d1e6d927b368f04a0928d039b Mon Sep 17 00:00:00 2001 From: gaofei <181547018@qq.com> Date: Mon, 3 Jul 2023 11:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9OA=E6=8E=A8=E9=80=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/PHTGL/OAWebSevice.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SGGL/BLL/PHTGL/OAWebSevice.cs b/SGGL/BLL/PHTGL/OAWebSevice.cs index 2162957d..4c6e8143 100644 --- a/SGGL/BLL/PHTGL/OAWebSevice.cs +++ b/SGGL/BLL/PHTGL/OAWebSevice.cs @@ -11,6 +11,10 @@ namespace BLL //string SGGLUrl = Funs.SGGLUrl.Substring(Funs.SGGLUrl.IndexOf("//")+2); string SGGLUrl = Funs.SGGLUrl; string url = string.Format("{0}/indexProject.aspx?projectId={1}&PHTUserid={2}&", SGGLUrl, projectid, personId); + if (formname == ActionPlanListApproveService.ActionPlanListEdit) + { + url = string.Format("{0}/index.aspx?PHTUserid={1}&", SGGLUrl, personId); + } //string url = string.Format("{0}/indexProject.aspx?projectId={1}&", SGGLUrl, projectid); string PHTUrl = ""; switch (formname)