Change Locatioon to POI
This commit is contained in:
parent
6b45595923
commit
a834f2c62e
1 changed files with 2 additions and 2 deletions
|
|
@ -1116,10 +1116,10 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
no = count,
|
||||
fullName = fullName,
|
||||
dutyTimeName = $"{duty.StartTimeMorning} น.",
|
||||
checkInLocation = timeStamps == null ? "" : timeStamps.CheckInLocationName,
|
||||
checkInLocation = timeStamps == null ? "" : timeStamps.CheckInPOI,
|
||||
checkInTime = timeStamps == null ? "" : $"{timeStamps.CheckIn.ToString("HH:mm")} น.",
|
||||
|
||||
checkOutLocation = timeStamps == null ? "" : timeStamps.CheckOutLocationName ?? "",
|
||||
checkOutLocation = timeStamps == null ? "" : timeStamps.CheckOutPOI ?? "",
|
||||
checkOutTime = timeStamps == null ? "" :
|
||||
timeStamps.CheckOut != null ?
|
||||
$"{timeStamps.CheckOut.Value.ToString("HH:mm")} น." :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue