稽查修改
parent
2d1e2f53ee
commit
f407c5f514
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue