修改稽查
parent
3e3a815ecf
commit
c4c1ae11cf
|
@ -150,7 +150,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||||
|
|
||||||
public string ConfigType { get; set; } = string.Empty;
|
public string ConfigType { get; set; } = string.Empty;
|
||||||
|
|
||||||
public bool? IsShowParent { get; set; }
|
public int? IsShowParent { get; set; }
|
||||||
|
|
||||||
public int? Sort { get; set; }
|
public int? Sort { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -118,7 +118,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
||||||
//CreateUserName = leftuser.UserName,
|
//CreateUserName = leftuser.UserName,
|
||||||
//RoleName = leftusertype.UserTypeShortName,
|
//RoleName = leftusertype.UserTypeShortName,
|
||||||
|
|
||||||
CreateUserRealName=data.CreateUserName,
|
CreateUserRealName=data.CreateUserRealName,
|
||||||
CreateUserName = data.CreateUserName,
|
CreateUserName = data.CreateUserName,
|
||||||
RoleName=data.RoleName,
|
RoleName=data.RoleName,
|
||||||
|
|
||||||
|
|
|
@ -1738,6 +1738,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
//}
|
//}
|
||||||
|
|
||||||
inspection.CreateUserName = _userInfo.UserName;
|
inspection.CreateUserName = _userInfo.UserName;
|
||||||
|
inspection.CreateUserRealName = _userInfo.RealName;
|
||||||
inspection.RoleName = _userInfo.UserTypeShortName;
|
inspection.RoleName = _userInfo.UserTypeShortName;
|
||||||
inspection.CreateUserId = _userInfo.Id;
|
inspection.CreateUserId = _userInfo.Id;
|
||||||
inspection.IP = _userInfo.IP;
|
inspection.IP = _userInfo.IP;
|
||||||
|
|
Loading…
Reference in New Issue