no message
This commit is contained in:
parent
ec38ac5af1
commit
c79bc39c86
1 changed files with 1 additions and 1 deletions
|
|
@ -1899,7 +1899,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
LastUpdateFullName = FullName ?? "",
|
||||
};
|
||||
await _contextMetadata.Placements.AddAsync(placement);
|
||||
foreach (var candidate in periodExam.Candidate.Where(x => x.Status == "done"))
|
||||
foreach (var candidate in periodExam.Candidate.Where(x => x.Status == "done" && x.Pass == "ได้"))
|
||||
{
|
||||
var placementProfile = new PlacementProfile
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue