Merge branch 'Test.IRC' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test.IRC
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1668,6 +1668,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
|
||||
@@ -1718,6 +1719,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,
|
||||
|
||||
Reference in New Issue
Block a user