แก้ error insert score
All checks were successful
Build & Deploy on Dev / build (push) Successful in 45s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 45s
This commit is contained in:
parent
d019ed588b
commit
44c56c4a0a
1 changed files with 1 additions and 0 deletions
|
|
@ -664,6 +664,7 @@ public class ImportBackgroundService : BackgroundService
|
||||||
if (string.IsNullOrEmpty(cell1)) break;
|
if (string.IsNullOrEmpty(cell1)) break;
|
||||||
|
|
||||||
var r = new RecruitScore();
|
var r = new RecruitScore();
|
||||||
|
r.Id = Guid.NewGuid();
|
||||||
r.ExamId = reader.GetValue(1)?.ToString();
|
r.ExamId = reader.GetValue(1)?.ToString();
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(r.ExamId) && recruitsDict.TryGetValue(r.ExamId, out var recruit))
|
if (!string.IsNullOrEmpty(r.ExamId) && recruitsDict.TryGetValue(r.ExamId, out var recruit))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue