合并bug
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2025-02-13 11:06:32 +08:00
parent 14690dc3cc
commit 376cfa3167
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ namespace IRaCIS.Core.Application.Services
var instanceList = await _dicomInstanceRepository.Where(t => studyIds.Contains(t.StudyId))
.WhereIf(isReading == 1, s => s.IsReading)
.Select(t => new { t.SeriesId, t.Id, t.InstanceNumber, t.Path, t.NumberOfFrames, t.HtmlPath }).ToListAsync();
.Select(t => new { t.SeriesId, t.Id, t.InstanceNumber, t.Path, t.NumberOfFrames, t.HtmlPath,t.IsReading,t.IsDeleted }).ToListAsync();
foreach (var t in studyList)
{