uat-ivus-oct-再次修改2

Test_IRC_Net8
hang 2025-12-15 16:00:46 +08:00
parent 6d538bf250
commit f3c78c1892
1 changed files with 1 additions and 1 deletions

View File

@ -1655,7 +1655,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
//,
NoneDicomStudyList = inQuery.IsImageSegmentLabel != false ? sv.NoneDicomStudyList.Where(t => isQueryNoneDicom ? inQuery.NoneDicomStudyIdList.Contains(t.Id) : false)
.Where(t => info.IsImageFilter ? ("|" + info.CriterionModalitys + "|").Contains("|" + t.Modality + "|") : true)
//.Where(t => info.IsImageFilter ? ("|" + info.CriterionModalitys + "|").Contains("|" + t.Modality + "|") : true)
.Where(t => t.IsReading)
.Select(nd => new DownloadNoneDicomStudyDto()
{