add Dna Id Field to Process TimeStamp
Some checks failed
release-dev / release-dev (push) Failing after 12s

This commit is contained in:
Suphonchai Phoonsawat 2025-06-18 13:43:46 +07:00
parent e790b50f58
commit ea55d21f51
5 changed files with 1640 additions and 0 deletions

View file

@ -902,6 +902,13 @@ namespace BMA.EHR.Leave.Service.Controllers
ProfileId = profile.Id,
ProfileType = profile.ProfileType,
RootDnaId = profile.RootId,
Child1DnaId = profile.Child1DnaId,
Child2DnaId = profile.Child2DnaId,
Child3DnaId = profile.Child3DnaId,
Child4DnaId = profile.Child4DnaId,
};
await _userTimeStampRepository.AddAsync(checkin);