Compare commits

..

No commits in common. "b9d9552ae831f9648876fb57d7bd2a30cee1fc2c" and "28b3f16ef0c318ced7a388d67c077e5b7da2af07" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -492,10 +492,10 @@ namespace IRaCIS.Core.Application.Service
_mapper.Map(model, user);
//if (user.IsZhiZhun)
//{
// user.OrganizationName = _userInfo.IsEn_Us ? _systemEmailConfig.OrganizationName : _systemEmailConfig.OrganizationNameCN;
//}
if (user.IsZhiZhun)
{
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 });