重新发布
continuous-integration/drone/push Build is running

This commit is contained in:
he
2026-05-07 15:28:34 +08:00
parent 8ea8572947
commit c65860796b
@@ -89,7 +89,6 @@ public class SegmentationService(IRepository<Segmentation> _segmentationReposito
/// </summary>
/// <param name="inDto"></param>
/// <returns></returns>
private async Task SaveSegmentationVersionAsync(SaveSegmentationVersionAsyncInDto inDto)
{
var data = await _segmentationRepository.FirstOrDefaultNoTrackingAsync(x => x.Id == inDto.SegmentationId);