From 25b02027173b589d6d95a6d8e70a1fb6b01c2525 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 28 Sep 2022 18:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/ReadingImageTaskService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index 68fb53887..6bb6d56f0 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -317,7 +317,7 @@ namespace IRaCIS.Application.Services RowIndex = index }); - index++; + var spiltList = rowInfoList.Where(x => x.RowIndex % 1 != 0 && x.RowIndex > item.RowIndex && x.RowIndex < Math.Floor(item.RowIndex + 1)).OrderBy(x=>x.RowIndex).ToList(); @@ -337,7 +337,7 @@ namespace IRaCIS.Application.Services spiltindex += 0.01M; } - + index++; } return ResponseOutput.Ok(true);