Compare commits

..

No commits in common. "2b961c79858f4439d1c6ee737fa9acb653790b70" and "f6bcefd1e8522e01acb26e950dacc5b958d65cd7" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }
} }