修改OA推送页面路径
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user