fix defect
This commit is contained in:
parent
c30c65f1f8
commit
576c43749a
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
// save to database
|
||||
await _leaveRequestRepository.AddAsync(leaveRequest);
|
||||
|
||||
return Success();
|
||||
return Success(new { id = leaveRequest.Id });
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue