From 86a67260bba4dd058d07a9927dcbc4a446bb1f80 Mon Sep 17 00:00:00 2001 From: Suphonchai Phoonsawat Date: Thu, 18 May 2023 12:52:45 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B9=80=E0=B8=A7=E0=B9=89=E0=B8=99=E0=B8=A7=E0=B8=A3=E0=B8=A3?= =?UTF-8?q?=E0=B8=84=20=E0=B9=83=E0=B8=99=E0=B8=A3=E0=B8=B2=E0=B8=A2?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=AD?= =?UTF-8?q?=E0=B8=A2=E0=B8=B9=E0=B9=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controllers/ProfileReportController.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Controllers/ProfileReportController.cs b/Controllers/ProfileReportController.cs index 915a7fa..99541ac 100644 --- a/Controllers/ProfileReportController.cs +++ b/Controllers/ProfileReportController.cs @@ -131,7 +131,7 @@ namespace BMA.EHR.Report.Service.Controllers FirstName = profile.FirstName, LastName = profile.LastName, DateOfBirth = profile.DateOfBirth, - RegistrationAddress = $"{profile.RegistrationAddress}\r\nตำบล/แขวง{profile.RegistrationSubDistrict}\r\nเขต/อำเภอ{profile.RegistrationDistrict}\r\nจังหวัด{profile.RegistrationProvince} รหัสไปรษณีย์{profile.RegistrationZipCode}", + RegistrationAddress = $"{profile.RegistrationAddress}\r\nตำบล/แขวง {profile.RegistrationSubDistrict}\r\nเขต/อำเภอ {profile.RegistrationDistrict}\r\nจังหวัด {profile.RegistrationProvince} รหัสไปรษณีย์ {profile.RegistrationZipCode}", SalaryAmount = profile.SalaryAmount, Education = profile.Education, AppointText = "", @@ -183,7 +183,7 @@ namespace BMA.EHR.Report.Service.Controllers FirstName = profile.FirstName, LastName = profile.LastName, DateOfBirth = profile.DateOfBirth, - RegistrationAddress = $"{profile.RegistrationAddress}\r\nตำบล/แขวง{profile.RegistrationSubDistrict}\r\nเขต/อำเภอ{profile.RegistrationDistrict}\r\nจังหวัด{profile.RegistrationProvince} รหัสไปรษณีย์{profile.RegistrationZipCode}", + RegistrationAddress = $"{profile.RegistrationAddress}\r\nตำบล/แขวง {profile.RegistrationSubDistrict}\r\nเขต/อำเภอ {profile.RegistrationDistrict}\r\nจังหวัด {profile.RegistrationProvince} รหัสไปรษณีย์ {profile.RegistrationZipCode}", SalaryAmount = profile.SalaryAmount, Education = profile.Education, AppointText = c == 1 ? "(เริ่มรับราชการ)" : "", @@ -205,7 +205,7 @@ namespace BMA.EHR.Report.Service.Controllers FirstName = profile.FirstName, LastName = profile.LastName, DateOfBirth = profile.DateOfBirth, - RegistrationAddress = $"{profile.RegistrationAddress}\r\nตำบล/แขวง{profile.RegistrationSubDistrict}\r\nเขต/อำเภอ{profile.RegistrationDistrict}\r\nจังหวัด{profile.RegistrationProvince} รหัสไปรษณีย์{profile.RegistrationZipCode}", + RegistrationAddress = $"{profile.RegistrationAddress}\r\nตำบล/แขวง {profile.RegistrationSubDistrict}\r\nเขต/อำเภอ {profile.RegistrationDistrict}\r\nจังหวัด {profile.RegistrationProvince} รหัสไปรษณีย์ {profile.RegistrationZipCode}", SalaryAmount = profile.SalaryAmount, Education = profile.Education, AppointText = c == 1 ? "(เริ่มรับราชการ)" : "",