song.jun
2026-05-20 87054d98234d4c37fc3ba9595efe63bcfdc30b07
sbcLabSystem/Models/Backstage/QCDistributionInfoViewModel.cs
@@ -142,7 +142,7 @@
                var byId = existingRegisters.ToDictionary(p => p.Id, p => p);
                var byLabProject = existingRegisters
                    .GroupBy(p => Tuple.Create(p.LabId, p.ProjectId))
                    .ToDictionary(g => g.Key, g => g.First());
                    .ToDictionary(g => g.Key, g => g.OrderByDescending(p => p.Id).First());
                viewModel.LabList.ForEach(x =>
                {