修改稽查配置

Uat_Study
hang 2022-09-05 10:38:02 +08:00
parent dcc4c0eeb0
commit be94cda987
1 changed files with 2 additions and 2 deletions

View File

@ -832,7 +832,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
var userTypeName = string.Join(",", userTypeNameList); var userTypeName = string.Join(",", userTypeNameList);
await InsertInspection<SystemDocument>(entity, type, x => new InspectionConvertDTO() await InsertInspection<SystemDocument>(entity, type, x => new InspectionConvertDTO()
{ {
IsDistinctionInterface = true IsDistinctionInterface = false
}, new }, new
{ {
NeedConfirmedUserType = userTypeName, NeedConfirmedUserType = userTypeName,
@ -861,7 +861,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
var usertypeName = string.Join(",", usertypeNames); var usertypeName = string.Join(",", usertypeNames);
await InsertInspection<TrialDocument>(entity, type, x => new InspectionConvertDTO() await InsertInspection<TrialDocument>(entity, type, x => new InspectionConvertDTO()
{ {
IsDistinctionInterface = true, IsDistinctionInterface = false,
ObjectRelationParentId = x.TrialId ObjectRelationParentId = x.TrialId
}, },
new new