Add GetTimeStampHistoryAsync2 method for fiscal year timestamp retrieval
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m50s

This commit is contained in:
Suphonchai Phoonsawat 2026-03-11 11:57:00 +07:00
parent 4562029e6e
commit 6902236f48
2 changed files with 14 additions and 1 deletions

View file

@ -1762,7 +1762,7 @@ namespace BMA.EHR.Leave.Service.Controllers
// var test = await _processUserTimeStampRepository.GetTimeStampHistoryAsync(userId, year);
// return Success(test);
var data = (await _processUserTimeStampRepository.GetTimeStampHistoryAsync(userId, year, page, pageSize, keyword))
var data = (await _processUserTimeStampRepository.GetTimeStampHistoryAsync2(userId, year))
.Select(d => new CheckInHistoryDto
{
CheckInId = d.Id,