ปรับ noti (add-workflow)
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Bright 2025-04-18 16:30:01 +07:00
parent e57274d446
commit ed98f171ba
3 changed files with 3 additions and 0 deletions

View file

@ -1746,6 +1746,7 @@ namespace BMA.EHR.Leave.Service.Controllers
sysName = "SYS_LEAVE_LIST",
posLevelName = profile.PosLevel ?? "",
posTypeName = profile.PosType ?? "",
fullName = $"{profile.Prefix}{profile.FirstName} {profile.LastName}"
});
}
}