From e2b67bb3f504c93eb5954cc313f94d75ea19d154 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 29 Jun 2026 15:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=9C=89=E5=BA=8F=E6=97=A0?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Helper/OtherTool/ImageHelper.cs | 2 +- .../Service/ImageAndDoc/DownloadAndUploadService.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Helper/OtherTool/ImageHelper.cs b/IRaCIS.Core.Application/Helper/OtherTool/ImageHelper.cs index d50a63773..9937ca19a 100644 --- a/IRaCIS.Core.Application/Helper/OtherTool/ImageHelper.cs +++ b/IRaCIS.Core.Application/Helper/OtherTool/ImageHelper.cs @@ -84,7 +84,7 @@ public static class ImageHelper { 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)); } }); diff --git a/IRaCIS.Core.Application/Service/ImageAndDoc/DownloadAndUploadService.cs b/IRaCIS.Core.Application/Service/ImageAndDoc/DownloadAndUploadService.cs index 997a2366e..92cb9c490 100644 --- a/IRaCIS.Core.Application/Service/ImageAndDoc/DownloadAndUploadService.cs +++ b/IRaCIS.Core.Application/Service/ImageAndDoc/DownloadAndUploadService.cs @@ -211,7 +211,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc 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 @@ -2054,7 +2054,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc 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, //裁判选择结果