增加项目文档新表
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-21 14:20:39 +08:00
parent 5791aca9fd
commit 5dd2dfd17b
9 changed files with 38847 additions and 150 deletions
@@ -414,6 +414,7 @@ namespace IRaCIS.Core.Application.Service
await _identityUserRepository.UpdatePartialFromQueryAsync(t => t.Id == identityUserId, u => new IdentityUser()
{
Password = newPwd,
LastChangePassWordTime = DateTime.Now,
IsFirstAdd = false
});
@@ -459,6 +460,7 @@ namespace IRaCIS.Core.Application.Service
var success = await _identityUserRepository.BatchUpdateNoTrackingAsync(t => t.Id == _userInfo.IdentityUserId, u => new IdentityUser()
{
Password = editPwModel.NewPassWord,
LastChangePassWordTime = DateTime.Now,
IsFirstAdd = false
});