返回有序无序

Uat_IRC_Net10
hang 2026-06-29 15:43:00 +08:00
parent 631be6d7c7
commit e2b67bb3f5
2 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ public static class ImageHelper
{ {
foreach (var r in regions) foreach (var r in regions)
{ {
ctx.Fill(Color.White, new Rectangle(r.X, r.Y, r.Width, r.Height)); ctx.Fill(Color.Black, new Rectangle(r.X, r.Y, r.Width, r.Height));
} }
}); });

View File

@ -211,7 +211,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
var SVlist = await querySV.ToListAsync(); var SVlist = await querySV.ToListAsync();
return ResponseOutput.Ok(SVlist, new { TrialModality = criterionInfo.Modalitys }); return ResponseOutput.Ok(SVlist, new { TrialModality = criterionInfo.Modalitys, IsReadingTaskViewInOrder = criterionInfo.IsReadingTaskViewInOrder });
} }
else else
@ -2054,7 +2054,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
TableQuestionRowPictureList = t.LesionList.Select(c => new TrialKeyPicturePath { PicturePath = c.PicturePath, OtherPicturePath = c.OtherPicturePath }).ToList(), TableQuestionRowPictureList = t.LesionList.Select(c => new TrialKeyPicturePath { PicturePath = c.PicturePath, OtherPicturePath = c.OtherPicturePath }).ToList(),
SegmentationFileList = t.SegmentationList.Select(c => new TrialKeyPicturePath { PicturePath = c.SEGUrl, SegmentationName=c.SegmentationName, OtherPicturePath = string.Empty }).ToList(), SegmentationFileList = t.SegmentationList.Select(c => new TrialKeyPicturePath { PicturePath = c.SEGUrl, SegmentationName = c.SegmentationName, OtherPicturePath = string.Empty }).ToList(),
Id = t.Id, Id = t.Id,
//裁判选择结果 //裁判选择结果