#2466
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m50s

This commit is contained in:
Suphonchai Phoonsawat 2026-05-06 16:25:54 +07:00
parent df7bebe0ba
commit 6d0921a76a
2 changed files with 4 additions and 2 deletions

View file

@ -3814,6 +3814,8 @@ namespace BMA.EHR.Leave.Service.Controllers
"ABSENT" :
"NORMAL",
CheckOutDescription = d.CheckOutRemark ?? "",
IsLocationCheckIn = d.IsLocationCheckIn,
IsLocationCheckOut = d.IsLocationCheckOut
};
return Success(result);