ทดลองงาน

This commit is contained in:
Kittapath 2024-06-20 18:18:35 +07:00
parent 730b86a5d4
commit 2d2869120d

View file

@ -2951,7 +2951,7 @@ namespace BMA.EHR.Application.Repositories.Commands
email = placementProfile.Email == null ? string.Empty : placementProfile.Email,
phone = placementProfile.MobilePhone == null ? string.Empty : placementProfile.MobilePhone,
keycloak = string.Empty,
isProbation = false,
isProbation = true,
isLeave = false,
dateRetire = (DateTime?)null,
dateAppoint = placementProfile.RecruitDate == null ? (DateTime?)null : placementProfile.RecruitDate,