fix แนบท้ายไม่แสดงหน่วยงานที่ขอโอน
This commit is contained in:
parent
0de7d62679
commit
5e77bb23f3
1 changed files with 1 additions and 1 deletions
|
|
@ -831,7 +831,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
PositionLevel = p.PositionLevelOld == null ? "" : p.PositionLevelOld,
|
||||
PositionNumber = p.PositionNumberOld == null ? "" : p.PositionNumberOld.ToThaiNumber(),
|
||||
Salary = p.AmountOld == null ? "" : p.AmountOld.Value.ToNumericNoDecimalText().ToThaiNumber(),
|
||||
ReceiveOrganizationName = "",
|
||||
ReceiveOrganizationName = p.Organization == null ? "" : p.Organization,
|
||||
ActiveDate = p.Date == null ? "" : p.Date.Value.ToThaiShortDate2().ToThaiNumber(),
|
||||
Reason = p.Reason ?? "",
|
||||
RemarkHorizontal = r.RemarkHorizontal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue