From 0f68f170ad11838a35665f7b250c644385aa12a9 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 12 May 2026 14:29:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=8F=91=E5=B8=83?= 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 50c74532d..8f6274ff8 100644 --- a/IRaCIS.Core.Application/Service/Reading/Segment/SegmentationService.cs +++ b/IRaCIS.Core.Application/Service/Reading/Segment/SegmentationService.cs @@ -114,6 +114,7 @@ public class SegmentationService(IRepository _segmentationReposito var startTime = maxVersion != null ? maxVersion.CreateTime : data.UpdateTime ; + var versionEntity = new SegmentationVersion { SegmentationId = data.Id,