1127 稽查修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2023-11-27 13:27:44 +08:00
parent 2eced17ca9
commit 63b02936b1
1 changed files with 2 additions and 0 deletions

View File

@ -1666,6 +1666,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
}
await InsertInspection<TrialSite>(entity, type, x => new InspectionConvertDTO()
{
IsDistinctionInterface= type == AuditOpt.Update ? true : false,
TrialId = x.TrialId,
ObjectRelationParentId = x.TrialId
@ -1716,6 +1717,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
await InsertInspection<TrialSiteUser>(item.Entity as TrialSiteUser, type, x => new InspectionConvertDTO
{
IsDistinctionInterface= type == AuditOpt.Update ? true : false,
TrialId = x.TrialId,
ObjectRelationParentId = entity.TrialSite.Id,
ObjectRelationParentId2 = x.UserId,