Compare commits
No commits in common. "b9d9552ae831f9648876fb57d7bd2a30cee1fc2c" and "28b3f16ef0c318ced7a388d67c077e5b7da2af07" have entirely different histories.
b9d9552ae8
...
28b3f16ef0
|
|
@ -492,10 +492,10 @@ namespace IRaCIS.Core.Application.Service
|
||||||
|
|
||||||
_mapper.Map(model, user);
|
_mapper.Map(model, user);
|
||||||
|
|
||||||
//if (user.IsZhiZhun)
|
if (user.IsZhiZhun)
|
||||||
//{
|
{
|
||||||
// user.OrganizationName = _userInfo.IsEn_Us ? _systemEmailConfig.OrganizationName : _systemEmailConfig.OrganizationNameCN;
|
user.OrganizationName = _userInfo.IsEn_Us ? _systemEmailConfig.OrganizationName : _systemEmailConfig.OrganizationNameCN;
|
||||||
//}
|
}
|
||||||
|
|
||||||
await _userLogRepository.AddAsync(new UserLog() { IP = _userInfo.IP, LoginUserId = _userInfo.Id, OptUserId = model.Id, OptType = UserOptType.UpdateUser });
|
await _userLogRepository.AddAsync(new UserLog() { IP = _userInfo.IP, LoginUserId = _userInfo.Id, OptUserId = model.Id, OptType = UserOptType.UpdateUser });
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue