邮箱修改
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-04-24 11:05:21 +08:00
parent 5c4388a2e7
commit daf593f76a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ namespace IRaCIS.Core.Application.Triggers
if (beforeUser.EMail != user.EMail)
{
await _userReposiotry.BatchUpdateNoTrackingAsync(t => t.EMail == user.EMail, u => new User() { EMail = user.EMail });
await _userReposiotry.BatchUpdateNoTrackingAsync(t => t.EMail == beforeUser.EMail, u => new User() { EMail = user.EMail });
}
if (beforeUser.CheckCode != user.CheckCode)