重新发布

Uat_IRC_Net8
he 2026-05-12 14:23:38 +08:00
parent 68d320d9cf
commit 4033c8d004
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ public class SegmentationService(IRepository<Segmentation> _segmentationReposito
var newVersion = maxVersion == null ? 1 : maxVersion.Version + 1; var newVersion = maxVersion == null ? 1 : maxVersion.Version + 1;
var startTime = maxVersion != null ? maxVersion.CreateTime : data.UpdateTime ; var startTime = maxVersion != null ? maxVersion.CreateTime : data.UpdateTime ;
var versionEntity = new SegmentationVersion var versionEntity = new SegmentationVersion
{ {
SegmentationId = data.Id, SegmentationId = data.Id,