แก้ไขวันที่ลงนาม

This commit is contained in:
Bright 2024-07-04 18:06:33 +07:00
parent 56d5eb0228
commit 5ccb5f64b8

View file

@ -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,