Compare commits
No commits in common. "2b961c79858f4439d1c6ee737fa9acb653790b70" and "f6bcefd1e8522e01acb26e950dacc5b958d65cd7" have entirely different histories.
2b961c7985
...
f6bcefd1e8
|
|
@ -1786,6 +1786,6 @@ public class Tumor_CDISC_ExportService(IRepository<ReadingQuestionCriterionTrial
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
return resultExceptJudgeList.Union(judegeList).OrderBy(t => t.SubjectCode).ThenBy(t => t.VisitTaskNum).ThenBy(t => t.ArmEnum).ToList();
|
return resultExceptJudgeList.Union(judegeList).ToList();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue