导表修改排序

Test_IRC_Net8
hang 2025-11-12 15:47:47 +08:00
parent 3ea2bdfc92
commit fb2fdd2c27
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).ToList();
return resultExceptJudgeList.Union(judegeList).OrderBy(t => t.SubjectCode).ThenBy(t => t.VisitTaskNum).ThenBy(t => t.ArmEnum).ToList();
}
}