Compare commits

..

2 Commits

Author SHA1 Message Date
he 77798e929e Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2025-01-16 15:06:52 +08:00
he f407c5f514 稽查修改 2025-01-16 15:06:50 +08:00
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,