修改一版

This commit is contained in:
he
2022-08-02 17:34:58 +08:00
parent 2dd1858c00
commit 509001a131
2 changed files with 6 additions and 0 deletions
@@ -1083,6 +1083,7 @@ namespace IRaCIS.Application.Services
x.ReadingTaskState == ReadingTaskState.HaveSigned&&
x.TaskState==TaskState.Effect&&
x.IsAnalysisCreate == taskInfo.IsAnalysisCreate)
.WhereIf(taskInfo.ReadingCategory!=ReadingCategory.Visit,x=>x.ReadingCategory==taskInfo.ReadingCategory)
.ProjectTo<GetReadingPastResultListOutDto>(_mapper.ConfigurationProvider).OrderBy(x=>x.VisitTaskNum).ToListAsync();
return readingPastResultList;