Uat_Study
he 2022-10-18 10:11:21 +08:00
parent cba9c70154
commit 9d1395e796
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
public async Task<string> GetIsLymphTarget(ReadingCalculateDto inDto)
{
var result = IsLymph.No.GetEnumInt();
var tableQuestion = inDto.QuestionInfo.Where(x => x.LesionType == LesionType.TargetLesion).SelectMany(x => x.TableRowInfoList).ToList();
var tableQuestion = inDto.QuestionInfo.Where(x => x.LesionType == LesionType.NonTargetLesions).SelectMany(x => x.TableRowInfoList).ToList();
foreach (var item in tableQuestion)
{