#2313
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m10s

This commit is contained in:
Adisak 2026-02-13 13:04:29 +07:00
parent a8271c8d79
commit 1b7bdd82e6

View file

@ -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,