代码修改

IRC_NewDev
he 2023-12-21 16:23:34 +08:00
parent 1fef1aa500
commit f55c52d99e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ namespace IRaCIS.Application.Services
x.IsAnalysisCreate == taskInfo.IsAnalysisCreate &&
x.IsSelfAnalysis == taskInfo.IsSelfAnalysis &&
x.VisitTaskNum < taskInfo.VisitTaskNum
).OrderBy(x => x.ArmEnum)
).OrderByDescending(x=>x.VisitTaskNum).OrderBy(x => x.ArmEnum)
.FirstNotNullAsync();
}