update emp status resign
All checks were successful
Build & Deploy Retirement Service / build (push) Successful in 1m41s
All checks were successful
Build & Deploy Retirement Service / build (push) Successful in 1m41s
This commit is contained in:
parent
06956284d7
commit
bceb4d3096
1 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
p.ApproveReason,
|
||||
p.RejectReason,
|
||||
p.CancelReason,
|
||||
p.Status,
|
||||
status = p.RetirementResignEmployeeCancels.FirstOrDefault() == null ? p.Status : p.RetirementResignEmployeeCancels.FirstOrDefault().Status,
|
||||
statusCancel = p.RetirementResignEmployeeCancels.FirstOrDefault() == null ? null : p.RetirementResignEmployeeCancels.FirstOrDefault().Status,
|
||||
p.IsActive,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue