From 1887c62e18d295d6dbe9d3513f3bffdc4f829295 Mon Sep 17 00:00:00 2001 From: kittapath <> Date: Mon, 23 Jun 2025 19:53:40 +0700 Subject: [PATCH] add save dna root emp retire out --- .../Controllers/RetirementOutController.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BMA.EHR.Retirement.Service/Controllers/RetirementOutController.cs b/BMA.EHR.Retirement.Service/Controllers/RetirementOutController.cs index be2799c1..4d7a5c58 100644 --- a/BMA.EHR.Retirement.Service/Controllers/RetirementOutController.cs +++ b/BMA.EHR.Retirement.Service/Controllers/RetirementOutController.cs @@ -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;