แก้ฟีลด์วันส่งตัวกลับ คำสั่งส่งตัวกลับ
This commit is contained in:
parent
203c1c3b8f
commit
8b1d2f4c88
1 changed files with 2 additions and 2 deletions
|
|
@ -779,8 +779,8 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
GovAidCommandNo = r.Command.GovAidCommandNo.ToThaiNumber(),
|
||||
GovAidCommandDate = r.Command.GovAidCommandDate == null ? "" :
|
||||
r.Command.GovAidCommandDate.Value.ToThaiFullDate3().ToThaiNumber(),
|
||||
StartDate = "", // TODO: Frontend ไม่มีการเก็บค่าไว้ หรือไม่มีเก็บไว้จากระบบบรรจุ ทำให้ดึงมาแสดงไม่ได้
|
||||
ActiveDate = p.Date == null ? "" : p.Date.Value.ToThaiFullDate3().ToThaiNumber(),
|
||||
StartDate = p.Date == null ? "" : p.Date.Value.ToThaiFullDate3().ToThaiNumber(),
|
||||
ActiveDate = p.DateRepatriation == null ? "" : p.DateRepatriation.Value.ToThaiFullDate3().ToThaiNumber(),
|
||||
FullName = $"{p.Profile.Prefix!.Name}{p.Profile.FirstName!} {p.Profile.LastName!}"
|
||||
})
|
||||
.ToList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue