Compare commits

...

2 Commits

Author SHA1 Message Date
hang 2b961c7985 Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2025-11-12 15:47:50 +08:00
hang fb2fdd2c27 导表修改排序 2025-11-12 15:47:47 +08:00
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();
} }
} }