This commit is contained in:
he
2022-09-22 14:42:23 +08:00
parent 3a1d133a7e
commit 37863af14b
3 changed files with 8 additions and 1 deletions
@@ -90,6 +90,8 @@ namespace IRaCIS.Core.Application.ViewModel
public OrganType OrganType { get; set; }
public DateTime CreateTime { get; set; }
public Guid CreateUserId { get; set; }
public bool CriterionNidus { get; set; }
}
public class BatchAddTrialOrganInDto
{
@@ -328,7 +328,7 @@ namespace IRaCIS.Core.Application.Service
LesionType = x.LesionType,
OriginalId = x.Id,
OrganType=x.OrganType,
IsSystemCriterion=false,
}).ToListAsync();
criterionNidusList.ForEach(x => x.Id = NewId.NextGuid());