重新发布
parent
68d320d9cf
commit
4033c8d004
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue