Merge branch 'develop' into working
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m39s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m39s
This commit is contained in:
commit
cea1c4b64e
2 changed files with 3 additions and 3 deletions
|
|
@ -165,7 +165,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
p.ApproveReason,
|
||||
p.RejectReason,
|
||||
p.CancelReason,
|
||||
p.Status,
|
||||
status = p.RetirementResignCancels.FirstOrDefault() == null ? p.Status : p.RetirementResignCancels.FirstOrDefault().Status,
|
||||
statusCancel = p.RetirementResignCancels.FirstOrDefault() == null ? null : p.RetirementResignCancels.FirstOrDefault().Status,
|
||||
p.IsActive,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -102,8 +102,8 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
p.Remark,
|
||||
p.ApproveReason,
|
||||
p.RejectReason,
|
||||
p.CancelReason,
|
||||
p.Status,
|
||||
p.CancelReason,
|
||||
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