no message
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
kittapath 2025-01-24 17:16:16 +07:00
parent 0efa5badc1
commit 535fa21b87

View file

@ -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<dynamic>();
@ -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<dynamic>();
@ -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);
}