fix #1841, #1842
Some checks failed
release-dev / release-dev (push) Failing after 13s

This commit is contained in:
Suphonchai Phoonsawat 2025-10-07 14:52:59 +07:00
parent 7ddc1debfc
commit 4494939c5f
2 changed files with 8 additions and 1 deletions

View file

@ -1349,6 +1349,8 @@ namespace BMA.EHR.Leave.Service.Controllers
// return Error(GlobalMessages.DataNotFound, StatusCodes.Status404NotFound);
// }
var rawData =
await _leaveRequestRepository.GetLeaveRequestByUserIdAsync(userId, req.Year, req.Type, req.Status);