From bd60f48cd1c31080457f2201529c2149c797ab86 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 12 May 2026 15:32:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Segment/SegmentationService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/Reading/Segment/SegmentationService.cs b/IRaCIS.Core.Application/Service/Reading/Segment/SegmentationService.cs index d10f417db..e836a2d32 100644 --- a/IRaCIS.Core.Application/Service/Reading/Segment/SegmentationService.cs +++ b/IRaCIS.Core.Application/Service/Reading/Segment/SegmentationService.cs @@ -107,6 +107,7 @@ public class SegmentationService(IRepository _segmentationReposito .OrderByDescending(x => x.Version) .FirstOrDefaultAsync(); + var startTime = maxVersion != null ? maxVersion.CreateTime :(data.SEGUpdateTime==null? DateTime.MinValue: data.SEGUpdateTime.Value); var segmentList = await _segmentRepository