20230831 WBS
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
string url = "";
|
||||
string PHTUrl = new Login().PHTUrl;
|
||||
string ProjectId = new Login().ProjectId;
|
||||
if (LoginService.UserLogOn(user, pwd, true, this.Page))
|
||||
if (LoginService.UserLogOn(user.Trim(), pwd.Trim(), true, this.Page))
|
||||
{
|
||||
//PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../SysManage/UpdatePasswordEdit.aspx?userId={0}", this.CurrUser.PersonId, "编辑 - ")));
|
||||
if (!this.CurrUser.LastIsOffice.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user