Compare commits

..

No commits in common. "40669a14fe25b96405344c2c13d751ea462b5efc" and "a47b94e1a6524f6b0bd7f79d56fd469067fe8b29" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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