修改稽查配置
parent
dcc4c0eeb0
commit
be94cda987
|
@ -832,7 +832,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
var userTypeName = string.Join(",", userTypeNameList);
|
||||
await InsertInspection<SystemDocument>(entity, type, x => new InspectionConvertDTO()
|
||||
{
|
||||
IsDistinctionInterface = true
|
||||
IsDistinctionInterface = false
|
||||
}, new
|
||||
{
|
||||
NeedConfirmedUserType = userTypeName,
|
||||
|
@ -861,7 +861,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
var usertypeName = string.Join(",", usertypeNames);
|
||||
await InsertInspection<TrialDocument>(entity, type, x => new InspectionConvertDTO()
|
||||
{
|
||||
IsDistinctionInterface = true,
|
||||
IsDistinctionInterface = false,
|
||||
ObjectRelationParentId = x.TrialId
|
||||
},
|
||||
new
|
||||
|
|
Loading…
Reference in New Issue