From 535fa21b87130049b297b403fbdf6b5fd8ee9ea5 Mon Sep 17 00:00:00 2001 From: kittapath Date: Fri, 24 Jan 2025 17:16:16 +0700 Subject: [PATCH] no message --- .../Controllers/PlacementController.cs | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/BMA.EHR.Placement.Service/Controllers/PlacementController.cs b/BMA.EHR.Placement.Service/Controllers/PlacementController.cs index 28d8e7ed..817aaa7d 100644 --- a/BMA.EHR.Placement.Service/Controllers/PlacementController.cs +++ b/BMA.EHR.Placement.Service/Controllers/PlacementController.cs @@ -218,6 +218,12 @@ namespace BMA.EHR.Placement.Service.Controllers posLevelCandidate = x.PositionLevel, posTypeCandidate = x.PositionType, positionCandidate = x.PositionCandidate, + x.commandId, + x.refCommandCode, + x.refCommandDate, + x.refCommandName, + x.refCommandNo, + x.templateDoc, }).OrderBy(x => x.ExamNumber).ToListAsync(); var result1 = new List(); @@ -275,6 +281,12 @@ namespace BMA.EHR.Placement.Service.Controllers p.posLevelCandidate, p.posTypeCandidate, p.positionCandidate, + p.commandId, + p.refCommandCode, + p.refCommandDate, + p.refCommandName, + p.refCommandNo, + p.templateDoc, }; result1.Add(_data1); } @@ -330,6 +342,12 @@ namespace BMA.EHR.Placement.Service.Controllers posLevelCandidate = x.PositionLevel, posTypeCandidate = x.PositionType, positionCandidate = x.PositionCandidate, + x.commandId, + x.refCommandCode, + x.refCommandDate, + x.refCommandName, + x.refCommandNo, + x.templateDoc, }).OrderBy(x => x.ExamNumber).ToListAsync(); var result = new List(); @@ -387,6 +405,12 @@ namespace BMA.EHR.Placement.Service.Controllers p.posLevelCandidate, p.posTypeCandidate, p.positionCandidate, + p.commandId, + p.refCommandCode, + p.refCommandDate, + p.refCommandName, + p.refCommandNo, + p.templateDoc, }; result.Add(_data); }