修改稽查

Uat_Study
hang 2022-09-07 17:16:33 +08:00
parent 3e3a815ecf
commit c4c1ae11cf
3 changed files with 3 additions and 2 deletions

View File

@ -150,7 +150,7 @@ namespace IRaCIS.Core.Application.ViewModel
public string ConfigType { get; set; } = string.Empty;
public bool? IsShowParent { get; set; }
public int? IsShowParent { get; set; }
public int? Sort { get; set; }

View File

@ -118,7 +118,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
//CreateUserName = leftuser.UserName,
//RoleName = leftusertype.UserTypeShortName,
CreateUserRealName=data.CreateUserName,
CreateUserRealName=data.CreateUserRealName,
CreateUserName = data.CreateUserName,
RoleName=data.RoleName,

View File

@ -1738,6 +1738,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
//}
inspection.CreateUserName = _userInfo.UserName;
inspection.CreateUserRealName = _userInfo.RealName;
inspection.RoleName = _userInfo.UserTypeShortName;
inspection.CreateUserId = _userInfo.Id;
inspection.IP = _userInfo.IP;