add field to api GET /leave/user/delete/{id}
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
ca1a2c05c3
commit
91fc939b6d
2 changed files with 11 additions and 0 deletions
|
|
@ -1764,6 +1764,11 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
: await _minIOService.ImagesPath(rawData.LeaveCancelDocument.Id),
|
||||
LeaveReasonDelete = rawData.LeaveCancelComment ?? "",
|
||||
LeaveTotal = rawData.LeaveTotal,
|
||||
|
||||
|
||||
LeaveDirectorComment = rawData.LeaveDirectorComment,
|
||||
LeaveRange = rawData.LeaveRange,
|
||||
LeaveRangeEnd = rawData.LeaveRangeEnd,
|
||||
};
|
||||
|
||||
return Success(result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue