Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m5s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m5s
This commit is contained in:
commit
c4a6b6d1df
1 changed files with 2 additions and 2 deletions
|
|
@ -2187,8 +2187,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers
|
|||
.Where(x => x.ExamId == examId)
|
||||
.Join(_context.DisableScores.AsQueryable()
|
||||
.Include(x => x.ScoreImport),
|
||||
rc => new { /*rc.PeriodExam.Year,*/ rc.ExamId },
|
||||
sc => new { /*sc.ScoreImport.Year,*/ sc.ExamId },
|
||||
rc => new { PeriodExamId = rc.PeriodExam.Id, rc.ExamId },
|
||||
sc => new { PeriodExamId = sc.ScoreImport.PeriodExamId, sc.ExamId },
|
||||
(p, sr) => new
|
||||
{
|
||||
ExamID = p.ExamId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue