Compare commits

..

No commits in common. "dev" and "v1.0.23" have entirely different histories.
dev ... v1.0.23

View file

@ -664,7 +664,6 @@ public class ImportBackgroundService : BackgroundService
if (string.IsNullOrEmpty(cell1)) break;
var r = new RecruitScore();
r.Id = Guid.NewGuid();
r.ExamId = reader.GetValue(1)?.ToString();
if (!string.IsNullOrEmpty(r.ExamId) && recruitsDict.TryGetValue(r.ExamId, out var recruit))