@@ -107,6 +107,7 @@ public class SegmentationService(IRepository<Segmentation> _segmentationReposito
|
||||
.OrderByDescending(x => x.Version)
|
||||
.FirstOrDefaultAsync();
|
||||
|
||||
|
||||
var startTime = maxVersion != null ? maxVersion.CreateTime :(data.SEGUpdateTime==null? DateTime.MinValue: data.SEGUpdateTime.Value);
|
||||
|
||||
var segmentList = await _segmentRepository
|
||||
|
||||
Reference in New Issue
Block a user