diff --git a/BMA.EHR.Application/Repositories/Reports/TransferReportRepository.cs b/BMA.EHR.Application/Repositories/Reports/TransferReportRepository.cs index cb50e2b6..200b846f 100644 --- a/BMA.EHR.Application/Repositories/Reports/TransferReportRepository.cs +++ b/BMA.EHR.Application/Repositories/Reports/TransferReportRepository.cs @@ -45,7 +45,7 @@ namespace BMA.EHR.Application.Repositories.Reports .Where(x => x.Id == id) .FirstOrDefaultAsync(); - var currentdate = DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd")).ToThaiFullDate().ToString().ToThaiNumber().Remove(0, 16); + var currentdate = DateTime.Parse(DateTime.Now.ToString("yyyy-MM")).ToThaiFullDate().ToString().ToThaiNumber().Remove(0, 15); return new { CurrentDate = currentdate, @@ -62,7 +62,7 @@ namespace BMA.EHR.Application.Repositories.Reports .Include(x => x.Profile) .Where(x => x.Id == id) .FirstOrDefaultAsync(); - var currentdate = DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd")).ToThaiFullDate().ToString().ToThaiNumber().Remove(0, 16); + var currentdate = DateTime.Parse(DateTime.Now.ToString("yyyy-MM")).ToThaiFullDate().ToString().ToThaiNumber().Remove(0, 15); return new { CurrentDate = currentdate, @@ -79,7 +79,7 @@ namespace BMA.EHR.Application.Repositories.Reports .Include(x => x.Profile) .Where(x => x.Id == id) .FirstOrDefaultAsync(); - var currentdate = DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd")).ToThaiFullDate().ToString().ToThaiNumber().Remove(0, 16); + var currentdate = DateTime.Parse(DateTime.Now.ToString("yyyy-MM")).ToThaiFullDate().ToString().ToThaiNumber().Remove(0, 15); return new { CurrentDate = currentdate, @@ -101,7 +101,7 @@ namespace BMA.EHR.Application.Repositories.Reports .Include(x => x.Profile) .Where(x => x.Id == id) .FirstOrDefaultAsync(); - var currentdate = DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd")).ToThaiFullDate().ToString().ToThaiNumber().Remove(0, 16); + var currentdate = DateTime.Parse(DateTime.Now.ToString("yyyy-MM")).ToThaiFullDate().ToString().ToThaiNumber().Remove(0, 15); return new { CurrentDate = currentdate, @@ -123,7 +123,7 @@ namespace BMA.EHR.Application.Repositories.Reports .Include(x => x.Profile) .Where(x => x.Id == id) .FirstOrDefaultAsync(); - var currentdate = DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd")).ToThaiFullDate().ToString().ToThaiNumber().Remove(0, 16); + var currentdate = DateTime.Parse(DateTime.Now.ToString("yyyy-MM")).ToThaiFullDate().ToString().ToThaiNumber().Remove(0, 15); return new { CurrentDate = currentdate, diff --git a/BMA.EHR.Report.Service/Reports/22-หนังสือแจ้งสำนักงานการเจ้าหน้าที่-1.trdp b/BMA.EHR.Report.Service/Reports/22-หนังสือแจ้งสำนักงานการเจ้าหน้าที่-1.trdp index 6be7de0f..73a47e4a 100644 Binary files a/BMA.EHR.Report.Service/Reports/22-หนังสือแจ้งสำนักงานการเจ้าหน้าที่-1.trdp and b/BMA.EHR.Report.Service/Reports/22-หนังสือแจ้งสำนักงานการเจ้าหน้าที่-1.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/22-หนังสือแจ้งสำนักงานการเจ้าหน้าที่-2.trdp b/BMA.EHR.Report.Service/Reports/22-หนังสือแจ้งสำนักงานการเจ้าหน้าที่-2.trdp index ba2b0a3f..3db52fc1 100644 Binary files a/BMA.EHR.Report.Service/Reports/22-หนังสือแจ้งสำนักงานการเจ้าหน้าที่-2.trdp and b/BMA.EHR.Report.Service/Reports/22-หนังสือแจ้งสำนักงานการเจ้าหน้าที่-2.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/23-หนังสือยินยอมให้โอน-1.trdp b/BMA.EHR.Report.Service/Reports/23-หนังสือยินยอมให้โอน-1.trdp index 9f436336..3797df04 100644 Binary files a/BMA.EHR.Report.Service/Reports/23-หนังสือยินยอมให้โอน-1.trdp and b/BMA.EHR.Report.Service/Reports/23-หนังสือยินยอมให้โอน-1.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/23-หนังสือยินยอมให้โอน-2.trdp b/BMA.EHR.Report.Service/Reports/23-หนังสือยินยอมให้โอน-2.trdp index 35b5e767..5907abe3 100644 Binary files a/BMA.EHR.Report.Service/Reports/23-หนังสือยินยอมให้โอน-2.trdp and b/BMA.EHR.Report.Service/Reports/23-หนังสือยินยอมให้โอน-2.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/24-หนังสือแจ้งสหกรณ์ออมทรัพย์-1.trdp b/BMA.EHR.Report.Service/Reports/24-หนังสือแจ้งสหกรณ์ออมทรัพย์-1.trdp index b782ecea..b82ae8f8 100644 Binary files a/BMA.EHR.Report.Service/Reports/24-หนังสือแจ้งสหกรณ์ออมทรัพย์-1.trdp and b/BMA.EHR.Report.Service/Reports/24-หนังสือแจ้งสหกรณ์ออมทรัพย์-1.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/24-หนังสือแจ้งสหกรณ์ออมทรัพย์-2.trdp b/BMA.EHR.Report.Service/Reports/24-หนังสือแจ้งสหกรณ์ออมทรัพย์-2.trdp index 3c9b591c..7873224f 100644 Binary files a/BMA.EHR.Report.Service/Reports/24-หนังสือแจ้งสหกรณ์ออมทรัพย์-2.trdp and b/BMA.EHR.Report.Service/Reports/24-หนังสือแจ้งสหกรณ์ออมทรัพย์-2.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/24-หนังสือแจ้งสหกรณ์ออมทรัพย์-3.trdp b/BMA.EHR.Report.Service/Reports/24-หนังสือแจ้งสหกรณ์ออมทรัพย์-3.trdp index 4081f0d7..2a7f9770 100644 Binary files a/BMA.EHR.Report.Service/Reports/24-หนังสือแจ้งสหกรณ์ออมทรัพย์-3.trdp and b/BMA.EHR.Report.Service/Reports/24-หนังสือแจ้งสหกรณ์ออมทรัพย์-3.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/25-หนังสือถึงสํานักงานการเจ้าหน้าที่-1.trdp b/BMA.EHR.Report.Service/Reports/25-หนังสือถึงสํานักงานการเจ้าหน้าที่-1.trdp index 6b89db0f..261caac0 100644 Binary files a/BMA.EHR.Report.Service/Reports/25-หนังสือถึงสํานักงานการเจ้าหน้าที่-1.trdp and b/BMA.EHR.Report.Service/Reports/25-หนังสือถึงสํานักงานการเจ้าหน้าที่-1.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/25-หนังสือถึงสํานักงานการเจ้าหน้าที่-2.trdp b/BMA.EHR.Report.Service/Reports/25-หนังสือถึงสํานักงานการเจ้าหน้าที่-2.trdp index 11333af2..584e7931 100644 Binary files a/BMA.EHR.Report.Service/Reports/25-หนังสือถึงสํานักงานการเจ้าหน้าที่-2.trdp and b/BMA.EHR.Report.Service/Reports/25-หนังสือถึงสํานักงานการเจ้าหน้าที่-2.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/25-หนังสือถึงสํานักงานการเจ้าหน้าที่-3.trdp b/BMA.EHR.Report.Service/Reports/25-หนังสือถึงสํานักงานการเจ้าหน้าที่-3.trdp index 3d2c3f1f..2b57298e 100644 Binary files a/BMA.EHR.Report.Service/Reports/25-หนังสือถึงสํานักงานการเจ้าหน้าที่-3.trdp and b/BMA.EHR.Report.Service/Reports/25-หนังสือถึงสํานักงานการเจ้าหน้าที่-3.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-1.trdp b/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-1.trdp index 43cccd37..a30250d9 100644 Binary files a/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-1.trdp and b/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-1.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-2.trdp b/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-2.trdp index 11333af2..c4f3cd7c 100644 Binary files a/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-2.trdp and b/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-2.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-3.trdp b/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-3.trdp index 3d2c3f1f..bea8c09f 100644 Binary files a/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-3.trdp and b/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-3.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-4.trdp b/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-4.trdp index a4612d3c..06b41f9a 100644 Binary files a/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-4.trdp and b/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-4.trdp differ diff --git a/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-5.trdp b/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-5.trdp index a49c2842..c842646c 100644 Binary files a/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-5.trdp and b/BMA.EHR.Report.Service/Reports/26-หนังสือถึงสถาบันพัฒนาข้าราชการ-5.trdp differ