20230831 WBS

This commit is contained in:
2023-08-31 16:37:09 +08:00
parent d9f8be1463
commit ba6774dbae
44 changed files with 1349 additions and 235 deletions
+1 -1
View File
@@ -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)