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
|
|
@ -102,8 +102,8 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
||||||
p.Remark,
|
p.Remark,
|
||||||
p.ApproveReason,
|
p.ApproveReason,
|
||||||
p.RejectReason,
|
p.RejectReason,
|
||||||
p.CancelReason,
|
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,
|
statusCancel = p.RetirementResignEmployeeCancels.FirstOrDefault() == null ? null : p.RetirementResignEmployeeCancels.FirstOrDefault().Status,
|
||||||
p.IsActive,
|
p.IsActive,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue