From 4033c8d004b1b20daef92ed7b5926883193d30bc Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 12 May 2026 14:23:38 +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 115f0fa5b..50c74532d 100644 --- a/IRaCIS.Core.Application/Service/Reading/Segment/SegmentationService.cs +++ b/IRaCIS.Core.Application/Service/Reading/Segment/SegmentationService.cs @@ -113,6 +113,7 @@ public class SegmentationService(IRepository _segmentationReposito var newVersion = maxVersion == null ? 1 : maxVersion.Version + 1; var startTime = maxVersion != null ? maxVersion.CreateTime : data.UpdateTime ; + var versionEntity = new SegmentationVersion { SegmentationId = data.Id,