20230908赛鼎个人信息密码更新

This commit is contained in:
2023-09-08 10:49:05 +08:00
parent f7c72e318c
commit 6b2c6e3e21
9 changed files with 2 additions and 3 deletions
-1
View File
@@ -10443,7 +10443,6 @@
</Compile>
<Compile Include="HSSE\InformationProject\EPSummaryReport.aspx.cs">
<DependentUpon>EPSummaryReport.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="HSSE\InformationProject\EPSummaryReport.aspx.designer.cs">
<DependentUpon>EPSummaryReport.aspx</DependentUpon>
@@ -256,8 +256,8 @@ namespace FineUIPro.Web.Personal
return;
}
//BLL.Person_PersonsService.UpdatePassword(user.PersonId, this.txtNewPassword.Text);
//BLL.LogService.AddSys_Log(this.CurrUser, user.UserCode, user.PersonId, BLL.Const.UserMenuId, BLL.Const.BtnModify);
BLL.Person_PersonsService.UpdatePassword(user.PersonId, this.txtNewPassword.Text);
BLL.LogService.AddSys_Log(this.CurrUser, user.JobNum, user.PersonId, BLL.Const.UserMenuId, BLL.Const.BtnModify);
PageContext.RegisterStartupScript(ActiveWindow.GetHideReference());
}
}