Compare commits
No commits in common. "40669a14fe25b96405344c2c13d751ea462b5efc" and "a47b94e1a6524f6b0bd7f79d56fd469067fe8b29" have entirely different histories.
40669a14fe
...
a47b94e1a6
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue