修改OA推送页面路径

This commit is contained in:
2023-07-03 11:36:29 +08:00
parent 72533d1b9f
commit 47062507cf
+4
View File
@@ -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)