From 2d2869120de561ca3a7563542fb9cc63ea1f9ce8 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Thu, 20 Jun 2024 18:18:35 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=94=E0=B8=A5=E0=B8=AD=E0=B8=87?= =?UTF-8?q?=E0=B8=87=E0=B8=B2=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BMA.EHR.Application/Repositories/Commands/CommandRepository.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs b/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs index 7698b352..9214ea76 100644 --- a/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs +++ b/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs @@ -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,