From 5ccb5f64b8145c6c8c299d837f951cac989158fd Mon Sep 17 00:00:00 2001 From: Bright Date: Thu, 4 Jul 2024 18:06:33 +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=A7=E0=B8=B1=E0=B8=99=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=A5?= =?UTF-8?q?=E0=B8=87=E0=B8=99=E0=B8=B2=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BMA.EHR.Report.Service/Controllers/CommandReportController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BMA.EHR.Report.Service/Controllers/CommandReportController.cs b/BMA.EHR.Report.Service/Controllers/CommandReportController.cs index 252318f2..409cbde4 100644 --- a/BMA.EHR.Report.Service/Controllers/CommandReportController.cs +++ b/BMA.EHR.Report.Service/Controllers/CommandReportController.cs @@ -2317,7 +2317,7 @@ namespace BMA.EHR.Report.Service.Controllers Organizationname = raw_data_profile == null ? "" : raw_data_profile.organizationname.ToThaiNumber(), Salary = raw_data_profile == null ? "" : raw_data_profile.salary.ToThaiNumber(), - OrderDate = raw_data.CommandAffectDate == null ? "" : raw_data.CommandAffectDate.Value.ToThaiFullDate3().ToThaiNumber(), + OrderDate = raw_data.CommandExcecuteDate == null ? "" : raw_data.CommandExcecuteDate.Value.ToThaiFullDate3().ToThaiNumber(), SignatoryBy = raw_data.AuthorizedUserFullName, SignatoryPosition = raw_data.AuthorizedPosition,