稽查修改

Uat_IRC_Net8
he 2025-01-16 15:06:50 +08:00
parent 2d1e2f53ee
commit f407c5f514
1 changed files with 2 additions and 1 deletions

View File

@ -1764,6 +1764,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
{
//IsDistinctionInterface = true ,
TrialId = x.TrialId,
IsDistinctionInterface=false,
ObjectRelationParentId = x.TrialId,
ExtraIndentification = extraIndentification,
//ObjectRelationParentId2 = x.IdentityUserId,
@ -1796,7 +1797,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
//var user = await _dbContext.Users.Include(x => x.UserTypeRole).FirstOrDefaultAsync(x => x.Id == entity.UserId);
await InsertInspection<TrialUserRole>(entity, type, x => new InspectionConvertDTO
{
IsDistinctionInterface = type == AuditOpt.Update ? true : false,
IsDistinctionInterface = false,
TrialId = x.TrialId,
ObjectRelationParentId = x.TrialId,
ExtraIndentification = extraIndentification,