邮箱修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5c4388a2e7
commit
daf593f76a
|
@ -74,7 +74,7 @@ namespace IRaCIS.Core.Application.Triggers
|
||||||
|
|
||||||
if (beforeUser.EMail != user.EMail)
|
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)
|
if (beforeUser.CheckCode != user.CheckCode)
|
||||||
|
|
Loading…
Reference in New Issue