add field commandDate & education

This commit is contained in:
Bright 2024-11-08 14:02:37 +07:00
parent 52e993d0e6
commit f792fd713a
4 changed files with 6 additions and 0 deletions

View file

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