修改版本
continuous-integration/drone/push Build is running Details

Uat_IRC_Net8
he 2026-05-12 15:32:16 +08:00
parent 4fe915cfd8
commit bd60f48cd1
1 changed files with 1 additions and 0 deletions

View File

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