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 => {