เพิ่มฟิวออกคำสั่งจาก placment (รับโอน) ส่งไป org
Some checks failed
release-dev / release-dev (push) Failing after 10s

This commit is contained in:
AdisakKanthawilang 2025-05-06 15:12:30 +07:00
parent 23b6070785
commit 06a6019e97

View file

@ -1040,7 +1040,7 @@ namespace BMA.EHR.Placement.Service.Controllers
posLevelId = p.posLevelId == null ? string.Empty : p.posLevelId,
posTypeId = p.posTypeId == null ? string.Empty : p.posTypeId,
email = (String?)null,
phone = (String?)null,
phone = p.TelephoneNumber == null ? string.Empty : p.TelephoneNumber,
keycloak = string.Empty,
isProbation = false,
isLeave = false,
@ -1057,7 +1057,7 @@ namespace BMA.EHR.Placement.Service.Controllers
gender = p.Gender == null ? string.Empty : p.Gender,
relationship = p.Relationship == null ? string.Empty : p.Relationship,
religion = p.Religion == null ? string.Empty : p.Religion,
bloodGroup = string.Empty,
bloodGroup = p.BloodGroup == null ? string.Empty : p.BloodGroup,
registrationAddress = (String?)null,
registrationProvinceId = (String?)null,
registrationDistrictId = (String?)null,