update Job คนที่ลาออก clear profileId
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 2m2s

This commit is contained in:
harid 2026-06-05 17:35:59 +07:00
parent db3d531aa9
commit d75cf39d7b

View file

@ -189,6 +189,7 @@ namespace BMA.EHR.Application.Repositories
foreach (var profile in profilesToUpdate)
{
profile.profileId = null;
profile.IsOfficer = false;
}