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,
|
posLevelCandidate = x.PositionLevel,
|
||||||
posTypeCandidate = x.PositionType,
|
posTypeCandidate = x.PositionType,
|
||||||
positionCandidate = x.PositionCandidate,
|
positionCandidate = x.PositionCandidate,
|
||||||
|
x.commandId,
|
||||||
|
x.refCommandCode,
|
||||||
|
x.refCommandDate,
|
||||||
|
x.refCommandName,
|
||||||
|
x.refCommandNo,
|
||||||
|
x.templateDoc,
|
||||||
}).OrderBy(x => x.ExamNumber).ToListAsync();
|
}).OrderBy(x => x.ExamNumber).ToListAsync();
|
||||||
|
|
||||||
var result1 = new List<dynamic>();
|
var result1 = new List<dynamic>();
|
||||||
|
|
@ -275,6 +281,12 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
p.posLevelCandidate,
|
p.posLevelCandidate,
|
||||||
p.posTypeCandidate,
|
p.posTypeCandidate,
|
||||||
p.positionCandidate,
|
p.positionCandidate,
|
||||||
|
p.commandId,
|
||||||
|
p.refCommandCode,
|
||||||
|
p.refCommandDate,
|
||||||
|
p.refCommandName,
|
||||||
|
p.refCommandNo,
|
||||||
|
p.templateDoc,
|
||||||
};
|
};
|
||||||
result1.Add(_data1);
|
result1.Add(_data1);
|
||||||
}
|
}
|
||||||
|
|
@ -330,6 +342,12 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
posLevelCandidate = x.PositionLevel,
|
posLevelCandidate = x.PositionLevel,
|
||||||
posTypeCandidate = x.PositionType,
|
posTypeCandidate = x.PositionType,
|
||||||
positionCandidate = x.PositionCandidate,
|
positionCandidate = x.PositionCandidate,
|
||||||
|
x.commandId,
|
||||||
|
x.refCommandCode,
|
||||||
|
x.refCommandDate,
|
||||||
|
x.refCommandName,
|
||||||
|
x.refCommandNo,
|
||||||
|
x.templateDoc,
|
||||||
}).OrderBy(x => x.ExamNumber).ToListAsync();
|
}).OrderBy(x => x.ExamNumber).ToListAsync();
|
||||||
|
|
||||||
var result = new List<dynamic>();
|
var result = new List<dynamic>();
|
||||||
|
|
@ -387,6 +405,12 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
p.posLevelCandidate,
|
p.posLevelCandidate,
|
||||||
p.posTypeCandidate,
|
p.posTypeCandidate,
|
||||||
p.positionCandidate,
|
p.positionCandidate,
|
||||||
|
p.commandId,
|
||||||
|
p.refCommandCode,
|
||||||
|
p.refCommandDate,
|
||||||
|
p.refCommandName,
|
||||||
|
p.refCommandNo,
|
||||||
|
p.templateDoc,
|
||||||
};
|
};
|
||||||
result.Add(_data);
|
result.Add(_data);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue