This commit is contained in:
parent
c7dd897909
commit
a81b8d50fb
1 changed files with 6 additions and 6 deletions
|
|
@ -934,12 +934,12 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
SalaryText = lastSalary == null ? "" : lastSalary.Amount == null ? "" : ((int)lastSalary.Amount.Value).ToThaiBahtText(false),
|
||||
LeaveLast = leaveLast == null ? null : leaveLast,
|
||||
|
||||
TelephoneNumber = profile.TelephoneNumber ?? "-",
|
||||
CurrentAddress = profile.CurrentAddress ?? "-",
|
||||
CurrentSubDistrict = profile.CurrentSubDistrict ?? "-",
|
||||
CurrentDistrict = profile.CurrentDistrict ?? "-",
|
||||
CurrentProvince = profile.CurrentProvince ?? "-",
|
||||
CurrentZipCode = profile.CurrentZipCode ?? "-",
|
||||
TelephoneNumber = profile.TelephoneNumber ?? "",
|
||||
CurrentAddress = profile.CurrentAddress ?? "",
|
||||
CurrentSubDistrict = profile.CurrentSubDistrict ?? "",
|
||||
CurrentDistrict = profile.CurrentDistrict ?? "",
|
||||
CurrentProvince = profile.CurrentProvince ?? "",
|
||||
CurrentZipCode = profile.CurrentZipCode ?? "",
|
||||
};
|
||||
|
||||
return Success(result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue