Compare commits

..

No commits in common. "0cce75befadb9976e1e178828a2308cf55b095f9" and "a12db2637e3b0b922c492e27a4af3d82cfde7d86" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -187,8 +187,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
{
//TrialDicList = string.Join(",", trialDics)
StudyNameStr = string.Join("|", entity.StudyNameList.Where(x => x.IsChoose)),
CriterionNames = string.Join(",", criterionNameList.Union(memoryCriterionNameList).Distinct()),
ClinicalDataSetNames = string.Join(",", clinicalDataSetNameList.Union(memoryClinicalDataSetNameList).Distinct().OrderBy(t => t)),