代码修改
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user