add field และ เพิ่ม call ProfileLeave API
This commit is contained in:
parent
4382e779d7
commit
5ba93feb52
8 changed files with 1695 additions and 0 deletions
|
|
@ -270,6 +270,12 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
Amount = profile.Amount,
|
||||
BirthDate = profile.BirthDate,
|
||||
DateAppoint = profile.DateAppoint,
|
||||
|
||||
RootDnaId = profile.RootDnaId,
|
||||
Child1DnaId = profile.Child1DnaId,
|
||||
Child2DnaId = profile.Child2DnaId,
|
||||
Child3DnaId = profile.Child3DnaId,
|
||||
Child4DnaId = profile.Child4DnaId,
|
||||
};
|
||||
|
||||
// get leave last
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue