修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-09-03 17:58:21 +08:00
parent eae6be5fb4
commit 327874d396
1 changed files with 1 additions and 1 deletions

View File

@ -1146,7 +1146,7 @@ namespace IRaCIS.Application.Services
case ReadingTool.NoDicom:
if (!criterionInfo.IseCRFShowInDicomReading)
{
qusetionList = qusetionList.Where(x => x.IsShowInDicom && x.Type == ReadingQestionType.Group).OrderBy(x => x.ShowOrder).ToList();
qusetionList = qusetionList.Where(x => x.IsShowInDicom).OrderBy(x => x.ShowOrder).ToList();
}
break;
}