This commit is contained in:
parent
6d0921a76a
commit
4161fcc1cf
5 changed files with 62 additions and 4 deletions
|
|
@ -3815,7 +3815,9 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
"NORMAL",
|
||||
CheckOutDescription = d.CheckOutRemark ?? "",
|
||||
IsLocationCheckIn = d.IsLocationCheckIn,
|
||||
IsLocationCheckOut = d.IsLocationCheckOut
|
||||
IsLocationCheckOut = d.IsLocationCheckOut,
|
||||
CheckInLocationName = d.CheckInLocationName ?? "",
|
||||
CheckOutLocationName = d.CheckOutLocationName ?? ""
|
||||
};
|
||||
|
||||
return Success(result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue