修改稽查配置
parent
dcc4c0eeb0
commit
be94cda987
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue