add field commandDate & education
This commit is contained in:
parent
52e993d0e6
commit
f792fd713a
4 changed files with 6 additions and 0 deletions
|
|
@ -402,6 +402,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
(org.result.child1 == null ? "" : org.result.child1 + "/") +
|
||||
(org.result.root == null ? "" : org.result.root);
|
||||
retirementOther.OrganizationPositionOld = org.result.position + "-" + retirementOther.OrganizationOld;
|
||||
retirementOther.EducationOld = org.result.education;
|
||||
}
|
||||
await _context.RetirementOthers.AddAsync(retirementOther);
|
||||
await _context.SaveChangesAsync();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue