add Dna Id Field to Process TimeStamp
Some checks failed
release-dev / release-dev (push) Failing after 12s
Some checks failed
release-dev / release-dev (push) Failing after 12s
This commit is contained in:
parent
e790b50f58
commit
ea55d21f51
5 changed files with 1640 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue