修改项目阅片单元稽查
parent
5ea5323112
commit
b81619d854
|
@ -507,6 +507,10 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
{
|
{
|
||||||
extraIdentification = $"/{cloneEntity.ParentCode}";
|
extraIdentification = $"/{cloneEntity.ParentCode}";
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
extraIdentification = $"/{cloneEntity.ParentCode}/IsTrial";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
await InsertInspection<ReadingCriterionDictionary>(cloneEntity, type, x => new InspectionConvertDTO()
|
await InsertInspection<ReadingCriterionDictionary>(cloneEntity, type, x => new InspectionConvertDTO()
|
||||||
|
|
Loading…
Reference in New Issue