แก้ไขวันที่ลงนาม
This commit is contained in:
parent
56d5eb0228
commit
5ccb5f64b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue