add field commandDate & education

This commit is contained in:
Bright 2024-11-08 14:02:37 +07:00
parent 52e993d0e6
commit f792fd713a
4 changed files with 6 additions and 0 deletions

View file

@ -826,6 +826,7 @@ namespace BMA.EHR.Placement.Service.Controllers
Salary = p.AmountOld == null ? "-" : p.AmountOld.Value.ToNumericNoDecimalText().ToThaiNumber(),
ReceiveOrganizationName = p.Organization == null ? "-" : p.Organization,
ActiveDate = p.Date == null ? "-" : p.Date.Value.ToThaiShortDate2().ToThaiNumber(),
CommandExcecuteDate = string.IsNullOrEmpty(r.CommandExcecuteDate.ToString()) ? "-" : r.CommandExcecuteDate.Value.ToThaiShortDate2().ToThaiNumber(),
Reason = p.Reason ?? "-",
RemarkHorizontal = r.RemarkHorizontal,
RemarkVertical = r.RemarkVertical,
@ -848,6 +849,7 @@ namespace BMA.EHR.Placement.Service.Controllers
Salary = _null,
ReceiveOrganizationName = _null,
ActiveDate = _null,
CommandExcecuteDate = _null,
Reason = _null,
RemarkHorizontal = _null,
RemarkVertical = _null,