Compare commits
2 Commits
28b3f16ef0
...
b9d9552ae8
| Author | SHA1 | Date |
|---|---|---|
|
|
b9d9552ae8 | |
|
|
ba81a842b7 |
|
|
@ -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