#2313
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m10s
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m10s
This commit is contained in:
parent
a8271c8d79
commit
1b7bdd82e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1791,7 +1791,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
isLeave = false,
|
||||
dateRetire = (DateTime?)null,
|
||||
dateAppoint = r.commandDateAffect,
|
||||
dateStart = r.commandDateAffect,
|
||||
dateStart = p.ReportingDate,
|
||||
govAgeAbsent = 0,
|
||||
govAgePlus = 0,
|
||||
birthDate = (p.DateOfBirth == null || p.DateOfBirth == DateTime.MinValue) ? (DateTime?)null : p.DateOfBirth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue