From 16015cf3ef5485cd8c3b653459407cc115e95773 Mon Sep 17 00:00:00 2001 From: harid Date: Tue, 31 Mar 2026 15:33:31 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B8=AA=E0=B8=96=E0=B8=B2=E0=B8=99?= =?UTF-8?q?=E0=B8=B0=E0=B8=9C=E0=B8=A5=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=AA?= =?UTF-8?q?=E0=B8=AD=E0=B8=9A=20#2386?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controllers/DisableController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controllers/DisableController.cs b/Controllers/DisableController.cs index 5f48c51..c982f03 100644 --- a/Controllers/DisableController.cs +++ b/Controllers/DisableController.cs @@ -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,