修改稽查
parent
3e3a815ecf
commit
c4c1ae11cf
|
@ -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; }
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue