修改一版

Uat_Study
he 2022-10-26 15:39:08 +08:00
parent f256708041
commit 95296b0546
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{ {
return 0; return 0;
} }
var result= inDto.QuestionInfo.Where(x => x.LesionType == LesionType.AlwaysNewLesions&&).SelectMany(x => x.TableRowInfoList) var result= inDto.QuestionInfo.Where(x => x.LesionType == LesionType.AlwaysNewLesions).SelectMany(x => x.TableRowInfoList)
.Where(x =>x.FristAddTaskNum>=2&& x.TableQuestionList.Any(y => y.QuestionMark == QuestionMark.State && y.Answer == EvaluationOfState.Exists.GetEnumInt())) .Where(x =>x.FristAddTaskNum>=2&& x.TableQuestionList.Any(y => y.QuestionMark == QuestionMark.State && y.Answer == EvaluationOfState.Exists.GetEnumInt()))
.Count(); .Count();
return result; return result;