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)