This commit is contained in:
parent
0efa5badc1
commit
535fa21b87
1 changed files with 24 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue