重新发布
This commit is contained in:
@@ -113,6 +113,7 @@ public class SegmentationService(IRepository<Segmentation> _segmentationReposito
|
||||
var newVersion = maxVersion == null ? 1 : maxVersion.Version + 1;
|
||||
var startTime = maxVersion != null ? maxVersion.CreateTime : data.UpdateTime ;
|
||||
|
||||
|
||||
var versionEntity = new SegmentationVersion
|
||||
{
|
||||
SegmentationId = data.Id,
|
||||
|
||||
Reference in New Issue
Block a user