From 312d6f7334c37b5a53b9f50453b31859460833ca Mon Sep 17 00:00:00 2001 From: Kittapath Date: Wed, 1 Nov 2023 21:58:57 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=A1=E0=B8=B9=E0=B8=A5=20report?= =?UTF-8?q?=2022?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BMA.EHR.Command.Service/Controllers/OrderController.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BMA.EHR.Command.Service/Controllers/OrderController.cs b/BMA.EHR.Command.Service/Controllers/OrderController.cs index af41ef99..88df1f0a 100644 --- a/BMA.EHR.Command.Service/Controllers/OrderController.cs +++ b/BMA.EHR.Command.Service/Controllers/OrderController.cs @@ -491,6 +491,9 @@ namespace BMA.EHR.Command.Service.Controllers placementCommandNo = data.PlacementCommandNo, placementCommandDate = data.PlacementCommandDate, + conclusionTranferNo = data.ConclusionTranferNo, + conclusionTranferDate = data.ConclusionTranferDate, + placementPositionName = data.PlacementPositionName, placementOrganizationName = data.PlacementOrganizationName, probationStartDate = data.ProbationStartDate,