修改
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user