add save dna root emp retire out
This commit is contained in:
parent
6d3d14445f
commit
1887c62e18
1 changed files with 5 additions and 0 deletions
|
|
@ -380,18 +380,23 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
retirementOut.citizenId = org.result.citizenId;
|
||||
retirementOut.rootOld = org.result.root;
|
||||
retirementOut.rootOldId = org.result.rootId;
|
||||
retirementOut.rootDnaOldId = org.result.rootDnaId;
|
||||
retirementOut.rootShortNameOld = org.result.rootShortName;
|
||||
retirementOut.child1Old = org.result.child1;
|
||||
retirementOut.child1OldId = org.result.child1Id;
|
||||
retirementOut.child1DnaOldId = org.result.child1DnaId;
|
||||
retirementOut.child1ShortNameOld = org.result.child1ShortName;
|
||||
retirementOut.child2Old = org.result.child2;
|
||||
retirementOut.child2OldId = org.result.child2Id;
|
||||
retirementOut.child2DnaOldId = org.result.child2DnaId;
|
||||
retirementOut.child2ShortNameOld = org.result.child2ShortName;
|
||||
retirementOut.child3Old = org.result.child3;
|
||||
retirementOut.child3OldId = org.result.child3Id;
|
||||
retirementOut.child3DnaOldId = org.result.child3DnaId;
|
||||
retirementOut.child3ShortNameOld = org.result.child3ShortName;
|
||||
retirementOut.child4Old = org.result.child4;
|
||||
retirementOut.child4OldId = org.result.child4Id;
|
||||
retirementOut.child4DnaOldId = org.result.child4DnaId;
|
||||
retirementOut.child4ShortNameOld = org.result.child4ShortName;
|
||||
retirementOut.posMasterNoOld = org.result.posMasterNo;
|
||||
retirementOut.posTypeOldId = org.result.posTypeId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue