diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 433262897..9f469cf9a 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -248,7 +248,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common //一致性核查 foreach (var item in entitys.Where(x => x.Entity.GetType() == typeof(CheckChallengeDialog))) { - + type = _userInfo.UserTypeShortName + "/" + type; await InsertInspection(item, type, x => new DataInspection() { GeneralId = x.Id,