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,